Home
last modified time | relevance | path

Searched refs:ICH9LPCState (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c74 static void ich9_cc_update(ICH9LPCState *lpc) in ich9_cc_update()
110 static void ich9_cc_init(ICH9LPCState *lpc) in ich9_cc_init()
132 static void ich9_cc_reset(ICH9LPCState *lpc) in ich9_cc_reset()
162 ICH9LPCState *lpc = (ICH9LPCState *)opaque; in ich9_cc_write()
175 ICH9LPCState *lpc = (ICH9LPCState *)opaque; in ich9_cc_read()
192 static void ich9_lpc_pic_irq(ICH9LPCState *lpc, int pirq_num, in ich9_lpc_pic_irq()
211 static void ich9_lpc_update_pic(ICH9LPCState *lpc, int gsi) in ich9_lpc_update_pic()
246 static void ich9_lpc_update_apic(ICH9LPCState *lpc, int gsi) in ich9_lpc_update_apic()
262 ICH9LPCState *lpc = opaque; in ich9_lpc_set_irq()
282 ICH9LPCState *lpc = ICH9_LPC_DEVICE(lpc_pdev); in ich9_lpc_map_irq()
[all …]
/openbmc/qemu/hw/acpi/
H A Dich9.c370 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_get_cpu_hotplug_legacy()
378 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_set_cpu_hotplug_legacy()
390 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_get_enable_tco()
396 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_set_enable_tco()
402 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_get_acpi_pci_hotplug()
409 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_set_acpi_pci_hotplug()
416 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_get_keep_pci_slot_hpc()
423 ICH9LPCState *s = ICH9_LPC_DEVICE(obj); in ich9_pm_set_keep_pci_slot_hpc()
470 ICH9LPCState *lpc = ICH9_LPC_DEVICE(hotplug_dev); in ich9_pm_device_pre_plug_cb()
492 ICH9LPCState *lpc = ICH9_LPC_DEVICE(hotplug_dev); in ich9_pm_device_plug_cb()
[all …]
H A Dich9_timer.c22 ICH9LPCState *lpc; in ich9_pm_update_swsmi_timer()
25 lpc = container_of(pm, ICH9LPCState, pm); in ich9_pm_update_swsmi_timer()
63 ICH9LPCState *lpc; in ich9_pm_update_periodic_timer()
66 lpc = container_of(pm, ICH9LPCState, pm); in ich9_pm_update_periodic_timer()
H A Dich9_tco.c53 ICH9LPCState *lpc = container_of(pm, ICH9LPCState, pm); in tco_timer_expired()
/openbmc/qemu/include/hw/southbridge/
H A Dich9.h19 OBJECT_DECLARE_SIMPLE_TYPE(ICH9LPCState, ICH9_LPC_DEVICE)
21 struct ICH9LPCState { struct