HomeSort by: relevance | last modified time | path
    Searched defs:max_spd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sociox/
if_scx.c 787 ACPI_INTEGER max_spd, max_frame, phy_id, phy_freq; local in function:scx_acpi_attach
816 rv = acpi_dsd_integer(handle, "max-speed", &max_spd);
818 max_spd = 1000;
833 (int)max_spd, (int)phy_id, phy_freq);
if_scx.c 787 ACPI_INTEGER max_spd, max_frame, phy_id, phy_freq; local in function:scx_acpi_attach
816 rv = acpi_dsd_integer(handle, "max-speed", &max_spd);
818 max_spd = 1000;
833 (int)max_spd, (int)phy_id, phy_freq);

Completed in 81 milliseconds