Home
last modified time | relevance | path

Searched refs:PMUState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/misc/macio/
H A Dpmu.c57 PMUState *s = opaque; in via_set_sr_int()
65 static void pmu_update_extirq(PMUState *s) in pmu_update_extirq()
76 PMUState *s = opaque; in pmu_adb_poll()
94 PMUState *s = opaque; in pmu_one_sec_timer()
105 static void pmu_cmd_int_ack(PMUState *s, in pmu_cmd_int_ack()
137 static void pmu_cmd_set_int_mask(PMUState *s, in pmu_cmd_set_int_mask()
154 static void pmu_cmd_set_adb_autopoll(PMUState *s, uint16_t mask) in pmu_cmd_set_adb_autopoll()
168 static void pmu_cmd_adb(PMUState *s, in pmu_cmd_adb()
243 static void pmu_cmd_adb_poll_off(PMUState *s, in pmu_cmd_adb_poll_off()
261 static void pmu_cmd_shutdown(PMUState *s, in pmu_cmd_shutdown()
[all …]
/openbmc/qemu/include/hw/misc/macio/
H A Dpmu.h190 struct PMUState { struct
233 OBJECT_DECLARE_SIMPLE_TYPE(PMUState, VIA_PMU) argument
H A Dmacio.h112 PMUState pmu;