Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A Dti113x.h180 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 Dtopic.h115 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 Do2micro.h122 a = config_readb(socket, O2_RESERVED1); in o2micro_override()
123 b = config_readb(socket, O2_RESERVED2); in o2micro_override()
H A Dricoh.h139 reg = config_readb(socket, RL5C4XX_MISC_CONTROL); in ricoh_zoom_video()
H A Dyenta_socket.c98 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset) in config_readb() function
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c16 static uint8_t config_readb(QVirtioDevice *d, uint64_t addr) in config_readb() function
261 .config_readb = config_readb,
H A Dvirtio.h51 uint8_t (*config_readb)(QVirtioDevice *d, uint64_t addr); member
H A Dpci.h40 uint8_t (*config_readb)(QPCIBus *bus, int devfn, uint8_t offset); member
H A Dpci-pc.c143 qpci->bus.config_readb = qpci_pc_config_readb; in qpci_init_pc()
H A Dgeneric-pcihost.c200 qpci->bus.config_readb = qpci_generic_config_readb; in qpci_init_generic()
H A Dpci-spapr.c176 qpci->bus.config_readb = qpci_spapr_config_readb; in qpci_init_spapr()
H A Dvirtio-mmio.c203 .config_readb = qvirtio_mmio_config_readb,
H A Dvirtio.c76 return d->bus->config_readb(d, addr); in qvirtio_config_readb()
H A Dvirtio-pci.c259 .config_readb = qvirtio_pci_config_readb,
H A Dpci.c370 return dev->bus->config_readb(dev->bus, dev->devfn, offset); in qpci_config_readb()
/openbmc/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c120 bus->config_readb(bus, a.devfn, a.offset); in pciconfig_fuzz_qos()