Searched refs:config_readl (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/pcmcia/ |
H A D | ti113x.h | 178 ti_sysctl(socket) = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti_save_state() 179 ti_mfunc(socket) = config_readl(socket, TI122X_MFUNC); in ti_save_state() 373 mfunc = mfunc_old = config_readl(socket, TI122X_MFUNC); in ti12xx_irqroute_func0() 510 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_tie_interrupts() 529 u32 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_untie_interrupts() 546 mfunc = mfunc_old = config_readl(socket, TI122X_MFUNC); in ti12xx_irqroute_func1() 552 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_irqroute_func1() 694 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_2nd_slot_empty() 755 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_power_hook() 756 mfunc = config_readl(socket, TI122X_MFUNC); in ti12xx_power_hook() [all …]
|
H A D | yenta_socket.c | 114 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) in config_readl() function 712 region.start = config_readl(socket, addr_start) & mask; in yenta_allocate_res() 713 region.end = config_readl(socket, addr_end) | ~mask; in yenta_allocate_res()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci-modern.c | 28 static uint32_t config_readl(QVirtioDevice *d, uint64_t addr) in config_readl() function 263 .config_readl = config_readl,
|
H A D | virtio.h | 53 uint32_t (*config_readl)(QVirtioDevice *d, uint64_t addr); member
|
H A D | pci.h | 42 uint32_t (*config_readl)(QPCIBus *bus, int devfn, uint8_t offset); member
|
H A D | pci-pc.c | 145 qpci->bus.config_readl = qpci_pc_config_readl; in qpci_init_pc()
|
H A D | generic-pcihost.c | 202 qpci->bus.config_readl = qpci_generic_config_readl; in qpci_init_generic()
|
H A D | pci-spapr.c | 178 qpci->bus.config_readl = qpci_spapr_config_readl; in qpci_init_spapr()
|
H A D | virtio-mmio.c | 205 .config_readl = qvirtio_mmio_config_readl,
|
H A D | virtio.c | 88 return d->bus->config_readl(d, addr); in qvirtio_config_readl()
|
H A D | virtio-pci.c | 261 .config_readl = qvirtio_pci_config_readl,
|
H A D | pci.c | 380 return dev->bus->config_readl(dev->bus, dev->devfn, offset); in qpci_config_readl()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | i440fx_fuzz.c | 126 bus->config_readl(bus, a.devfn, a.offset); in pciconfig_fuzz_qos()
|