HomeSort by: relevance | last modified time | path
    Searched defs:max_frame (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
819 rv = acpi_dsd_integer(handle, "max-frame-size", &max_frame);
821 max_frame = 2048;
855 sc->sc_maxsize = max_frame;
if_scx.c 787 ACPI_INTEGER max_spd, max_frame, phy_id, phy_freq; local in function:scx_acpi_attach
819 rv = acpi_dsd_integer(handle, "max-frame-size", &max_frame);
821 max_frame = 2048;
855 sc->sc_maxsize = max_frame;

Completed in 194 milliseconds