Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dich9_tco.c33 static inline void tco_timer_reload(TCOIORegs *tr) in tco_timer_reload()
43 static inline void tco_timer_stop(TCOIORegs *tr) in tco_timer_stop()
51 TCOIORegs *tr = opaque; in tco_timer_expired()
81 static inline int can_start_tco_timer(TCOIORegs *tr) in can_start_tco_timer()
86 static uint32_t tco_ioport_readw(TCOIORegs *tr, uint32_t addr) in tco_ioport_readw()
140 static void tco_ioport_writew(TCOIORegs *tr, uint32_t addr, uint32_t val) in tco_ioport_writew()
206 TCOIORegs *tr = opaque; in tco_io_readw()
213 TCOIORegs *tr = opaque; in tco_io_writew()
227 void acpi_pm_tco_init(TCOIORegs *tr, MemoryRegion *parent) in acpi_pm_tco_init()
229 *tr = (TCOIORegs) { in acpi_pm_tco_init()
[all …]
H A Dich9.c100 TCOIORegs *tr = &pm->tco_regs; in ich9_smi_writel()
192 TCOIORegs),
/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h55 typedef struct TCOIORegs { struct
76 } TCOIORegs; argument
79 void acpi_pm_tco_init(TCOIORegs *tr, MemoryRegion *parent);
H A Dich9.h71 TCOIORegs tco_regs;