Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_lpc.h29 typedef struct PnvLpcController PnvLpcController; typedef
30 DECLARE_OBJ_CHECKERS(PnvLpcController, PnvLpcClass,
33 DECLARE_INSTANCE_CHECKER(PnvLpcController, PNV8_LPC,
37 DECLARE_INSTANCE_CHECKER(PnvLpcController, PNV9_LPC,
41 DECLARE_INSTANCE_CHECKER(PnvLpcController, PNV10_LPC,
44 struct PnvLpcController { struct
97 ISABus *pnv_lpc_isa_create(PnvLpcController *lpc, bool use_cpld, Error **errp); argument
H A Dpnv_chip.h53 PnvLpcController lpc;
80 PnvLpcController lpc;
112 PnvLpcController lpc;
/openbmc/qemu/hw/ppc/
H A Dpnv_lpc.c304 PnvLpcController *lpc = PNV_LPC(opaque); in pnv_lpc_xscom_read()
327 PnvLpcController *lpc = PNV_LPC(opaque); in pnv_lpc_xscom_write()
357 PnvLpcController *lpc = PNV_LPC(opaque); in pnv_lpc_mmio_read()
388 PnvLpcController *lpc = PNV_LPC(opaque); in pnv_lpc_mmio_write()
453 PnvLpcController *lpc = opaque; in lpc_hc_read()
485 PnvLpcController *lpc = opaque; in lpc_hc_write()
535 PnvLpcController *lpc = opaque; in opb_master_read()
568 PnvLpcController *lpc = opaque; in opb_master_write()
614 PnvLpcController *lpc = PNV_LPC(dev); in pnv_lpc_power8_realize()
656 PnvLpcController *lpc = PNV_LPC(dev); in pnv_lpc_power9_realize()
[all …]