Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A Dricoh.h178 misc3 = config_readw(socket, RL5C4XX_MISC3); in ricoh_set_clkrun()
194 rl_misc(socket) = config_readw(socket, RL5C4XX_MISC); in ricoh_save_state()
195 rl_ctl(socket) = config_readw(socket, RL5C4XX_16BIT_CTL); in ricoh_save_state()
196 rl_io(socket) = config_readw(socket, RL5C4XX_16BIT_IO_0); in ricoh_save_state()
197 rl_mem(socket) = config_readw(socket, RL5C4XX_16BIT_MEM_0); in ricoh_save_state()
198 rl_config(socket) = config_readw(socket, RL5C4XX_CONFIG); in ricoh_save_state()
219 config = config_readw(socket, RL5C4XX_CONFIG); in ricoh_override()
H A Dyenta_socket.c106 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset) in config_readw() function
340 bridge = config_readw(socket, CB_BRIDGE_CONTROL) & ~(CB_BRIDGE_CRST | CB_BRIDGE_INTR); in yenta_set_socket()
1074 bridge = config_readw(socket, CB_BRIDGE_CONTROL); in yenta_config_init()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c22 static uint16_t config_readw(QVirtioDevice *d, uint64_t addr) in config_readw() function
262 .config_readw = config_readw,
H A Dvirtio.h52 uint16_t (*config_readw)(QVirtioDevice *d, uint64_t addr); member
H A Dpci.h41 uint16_t (*config_readw)(QPCIBus *bus, int devfn, uint8_t offset); member
H A Dpci-pc.c144 qpci->bus.config_readw = qpci_pc_config_readw; in qpci_init_pc()
H A Dgeneric-pcihost.c201 qpci->bus.config_readw = qpci_generic_config_readw; in qpci_init_generic()
H A Dpci-spapr.c177 qpci->bus.config_readw = qpci_spapr_config_readw; in qpci_init_spapr()
H A Dvirtio-mmio.c204 .config_readw = qvirtio_mmio_config_readw,
H A Dvirtio.c82 return d->bus->config_readw(d, addr); in qvirtio_config_readw()
H A Dvirtio-pci.c260 .config_readw = qvirtio_pci_config_readw,
H A Dpci.c375 return dev->bus->config_readw(dev->bus, dev->devfn, offset); in qpci_config_readw()
/openbmc/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c123 bus->config_readw(bus, a.devfn, a.offset); in pciconfig_fuzz_qos()