Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A Dti113x.h178 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 Dyenta_socket.c114 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 Dvirtio-pci-modern.c28 static uint32_t config_readl(QVirtioDevice *d, uint64_t addr) in config_readl() function
263 .config_readl = config_readl,
H A Dvirtio.h53 uint32_t (*config_readl)(QVirtioDevice *d, uint64_t addr); member
H A Dpci.h42 uint32_t (*config_readl)(QPCIBus *bus, int devfn, uint8_t offset); member
H A Dpci-pc.c145 qpci->bus.config_readl = qpci_pc_config_readl; in qpci_init_pc()
H A Dgeneric-pcihost.c202 qpci->bus.config_readl = qpci_generic_config_readl; in qpci_init_generic()
H A Dpci-spapr.c178 qpci->bus.config_readl = qpci_spapr_config_readl; in qpci_init_spapr()
H A Dvirtio-mmio.c205 .config_readl = qvirtio_mmio_config_readl,
H A Dvirtio.c88 return d->bus->config_readl(d, addr); in qvirtio_config_readl()
H A Dvirtio-pci.c261 .config_readl = qvirtio_pci_config_readl,
H A Dpci.c380 return dev->bus->config_readl(dev->bus, dev->devfn, offset); in qpci_config_readl()
/openbmc/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c126 bus->config_readl(bus, a.devfn, a.offset); in pciconfig_fuzz_qos()