Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dnpcm_pspi.c44 static void npcm_pspi_update_irq(NPCMPSPIState *s) in npcm_pspi_update_irq()
65 static uint16_t npcm_pspi_read_data(NPCMPSPIState *s) in npcm_pspi_read_data()
75 static void npcm_pspi_write_data(NPCMPSPIState *s, uint16_t data) in npcm_pspi_write_data()
93 NPCMPSPIState *s = opaque; in npcm_pspi_ctrl_read()
125 NPCMPSPIState *s = opaque; in npcm_pspi_ctrl_write()
172 NPCMPSPIState *s = NPCM_PSPI(obj); in npcm_pspi_enter_reset()
180 NPCMPSPIState *s = NPCM_PSPI(dev); in npcm_pspi_realize()
196 VMSTATE_UINT16_ARRAY(regs, NPCMPSPIState, NPCM_PSPI_NR_REGS),
217 .instance_size = sizeof(NPCMPSPIState),
/openbmc/qemu/include/hw/ssi/
H A Dnpcm_pspi.h40 typedef struct NPCMPSPIState { struct
48 } NPCMPSPIState; argument
51 OBJECT_DECLARE_SIMPLE_TYPE(NPCMPSPIState, NPCM_PSPI)
/openbmc/qemu/include/hw/arm/
H A Dnpcm7xx.h110 NPCMPSPIState pspi[2];