Home
last modified time | relevance | path

Searched defs:pci_read_config32 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/device/
H A Dpci_ops.h40 #define pci_read_config32 pci_s_read_config32 macro
59 u32 pci_read_config32(const struct device *dev, u16 reg) in pci_read_config32() function
/aosp_15_r20/external/coreboot/util/uio_usbdebug/include/device/
H A Ddevice.h13 #define pci_read_config32 pci_read_long macro
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/
H A Dpci_io_ops.c45 u32 pci_read_config32(pcidev_t dev, u16 reg) in pci_read_config32() function
H A Dpci_map_bus_ops.c20 u32 pci_read_config32(pcidev_t dev, u16 reg) in pci_read_config32() function
/aosp_15_r20/external/coreboot/util/vgabios/
H A Dpci-userspace.c55 u32 pci_read_config32(struct device *dev, unsigned int where) in pci_read_config32() function