Searched refs:mmio_config_readb (Results 1 – 3 of 3) sorted by relevance
73 *value = mmio_config_readb(mmcfg_virt_addr + reg); in pci_mmcfg_read()
43 *value = mmio_config_readb(addr + reg); in pci_mmcfg_read()
153 static inline unsigned char mmio_config_readb(void __iomem *pos) in mmio_config_readb() function