/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);
|