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

  /src/sys/arch/macppc/dev/
pm_direct.c 93 static enum pmu_type { PMU_UNKNOWN, PMU_OHARE, PMU_G3, PMU_KEYLARGO } pmu_type; variable in typeref:enum:pmu_type
303 pmu_type = PMU_OHARE;
308 pmu_type = PMU_G3;
312 pmu_type = PMU_KEYLARGO;
802 if (pmu_type == PMU_OHARE && pmdata->num_data == 4 &&

Completed in 40 milliseconds