Home
last modified time | relevance | path

Searched refs:PMU_OHARE_BASED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpmu.h94 PMU_OHARE_BASED, /* 2400, 3400, 3500 (old G3 powerbook) */ enumerator
/openbmc/qemu/include/hw/misc/macio/
H A Dpmu.h99 PMU_OHARE_BASED, /* 2400, 3400, 3500 (old G3 powerbook) */ enumerator
/openbmc/linux/drivers/macintosh/
H A Dvia-pmu.c315 pmu_kind = PMU_OHARE_BASED; in find_via_pmu()
842 if (pmu_kind == PMU_OHARE_BASED) in query_battery_state()
1421 if (!(pmu_kind == PMU_OHARE_BASED && len == 4 in pmu_handle_data()
2291 case PMU_OHARE_BASED: in powerbook_sleep()
2339 if (pmu_kind == PMU_OHARE_BASED) in register_pmu_pm_ops()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpic.c589 if (pmu_get_model() != PMU_OHARE_BASED) in pmacpic_find_viaint()