Searched refs:mmio_config_readw (Results 1 – 4 of 4) sorted by relevance
57 *value = mmio_config_readw(addr + reg); in pci_mmcfg_read_numachip()
78 *value = mmio_config_readw(mmcfg_virt_addr + reg); in pci_mmcfg_read()
51 *value = mmio_config_readw(addr + reg); in pci_mmcfg_read()
209 static inline unsigned short mmio_config_readw(void __iomem *pos) in mmio_config_readw() function