Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpmu.h34 #define PMU_SET_INTR_MASK 0x70 /* set PMU interrupt mask */ macro
/openbmc/qemu/include/hw/misc/macio/
H A Dpmu.h36 #define PMU_SET_INTR_MASK 0x70 /* set PMU interrupt mask */ macro
/openbmc/linux/drivers/macintosh/
H A Dvia-pmu.c579 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, pmu_intr_mask); in init_pmu()
1773 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, PMU_INT_ADB | in pmu_restart()
1798 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, PMU_INT_ADB | in pmu_shutdown()
1926 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, pmu_intr_mask); in powerbook_sleep_grackle()
1954 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, 0); in powerbook_sleep_Core99()
2017 pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, pmu_intr_mask); in powerbook_sleep_Core99()
/openbmc/qemu/hw/misc/macio/
H A Dpmu.c445 { PMU_SET_INTR_MASK, "SET INT MASK", pmu_cmd_set_int_mask },