Searched refs:config_readb (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/pcmcia/ |
H A D | ti113x.h | 180 ti_cardctl(socket) = config_readb(socket, TI113X_CARD_CONTROL); in ti_save_state() 181 ti_devctl(socket) = config_readb(socket, TI113X_DEVICE_CONTROL); in ti_save_state() 182 ti_diag(socket) = config_readb(socket, TI1250_DIAGNOSTIC); in ti_save_state() 185 ene_test_c9(socket) = config_readb(socket, ENE_TEST_C9); in ti_save_state() 211 reg = config_readb(socket, TI113X_CARD_CONTROL); in ti_zoom_video() 237 reg = config_readb(socket, TI1250_MULTIMEDIA_CTL); in ti1250_zoom_video() 353 cardctl = config_readb(socket, TI113X_CARD_CONTROL); in ti113x_override() 374 devctl = config_readb(socket, TI113X_DEVICE_CONTROL); in ti12xx_irqroute_func0() 445 gpio3 = gpio3_old = config_readb(socket, TI1250_GPIO3_CONTROL); in ti12xx_irqroute_func0() 547 devctl = config_readb(socket, TI113X_DEVICE_CONTROL); in ti12xx_irqroute_func1() [all …]
|
H A D | topic.h | 115 reg_zv = config_readb(socket, TOPIC97_ZOOM_VIDEO_CONTROL); in topic97_zoom_video() 120 reg = config_readb(socket, TOPIC97_AUDIO_VIDEO_SWITCH); in topic97_zoom_video() 127 reg = config_readb(socket, TOPIC97_AUDIO_VIDEO_SWITCH); in topic97_zoom_video()
|
H A D | o2micro.h | 122 a = config_readb(socket, O2_RESERVED1); in o2micro_override() 123 b = config_readb(socket, O2_RESERVED2); in o2micro_override()
|
H A D | ricoh.h | 139 reg = config_readb(socket, RL5C4XX_MISC_CONTROL); in ricoh_zoom_video()
|
H A D | yenta_socket.c | 98 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset) in config_readb() function
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci-modern.c | 16 static uint8_t config_readb(QVirtioDevice *d, uint64_t addr) in config_readb() function 261 .config_readb = config_readb,
|
H A D | virtio.h | 51 uint8_t (*config_readb)(QVirtioDevice *d, uint64_t addr); member
|
H A D | pci.h | 40 uint8_t (*config_readb)(QPCIBus *bus, int devfn, uint8_t offset); member
|
H A D | pci-pc.c | 143 qpci->bus.config_readb = qpci_pc_config_readb; in qpci_init_pc()
|
H A D | generic-pcihost.c | 200 qpci->bus.config_readb = qpci_generic_config_readb; in qpci_init_generic()
|
H A D | pci-spapr.c | 176 qpci->bus.config_readb = qpci_spapr_config_readb; in qpci_init_spapr()
|
H A D | virtio-mmio.c | 203 .config_readb = qvirtio_mmio_config_readb,
|
H A D | virtio.c | 76 return d->bus->config_readb(d, addr); in qvirtio_config_readb()
|
H A D | virtio-pci.c | 259 .config_readb = qvirtio_pci_config_readb,
|
H A D | pci.c | 370 return dev->bus->config_readb(dev->bus, dev->devfn, offset); in qpci_config_readb()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | i440fx_fuzz.c | 120 bus->config_readb(bus, a.devfn, a.offset); in pciconfig_fuzz_qos()
|