Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmst_fpga.c65 uint32_t pcmcia1; member
88 s->pcmcia1 &= ~MST_PCMCIAx_nCD; in mst_fpga_set_irq()
90 s->pcmcia1 |= MST_PCMCIAx_nCD; in mst_fpga_set_irq()
131 return s->pcmcia1; in mst_fpga_readb()
184 s->pcmcia1 = (value & 0x1f) | (s->pcmcia1 & ~0x1f); in mst_fpga_writeb()
213 s->pcmcia1 = MST_PCMCIAx_READY | MST_PCMCIAx_nCD; in mst_fpga_init()
243 VMSTATE_UINT32(pcmcia1, mst_irq_state),