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

  /src/sys/arch/hp300/stand/common/
autoconf.c 69 struct hp_hw sc_table[MAXCTLRS]; variable in typeref:struct:hp_hw[]
152 for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++)
198 hw = sc_table;
  /src/sys/dev/fdt/
cpufreq_dt.c 81 struct cpufreq_dt_table sc_table; member in struct:cpufreq_dt_softc
425 sc->sc_table.phandle = opp_table;
426 TAILQ_INSERT_TAIL(&cpufreq_dt_tables, &sc->sc_table, next);

Completed in 49 milliseconds