Searched refs:pci_cfg_read_32bit (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/mips/pci/ |
D | pci-xlr.c | 62 static inline u32 pci_cfg_read_32bit(struct pci_bus *bus, unsigned int devfn, in pci_cfg_read_32bit() function 94 data = pci_cfg_read_32bit(bus, devfn, where); in nlm_pcibios_read() 117 data = pci_cfg_read_32bit(bus, devfn, where); in nlm_pcibios_write()
|
D | pci-xlp.c | 63 static inline u32 pci_cfg_read_32bit(struct pci_bus *bus, unsigned int devfn, in pci_cfg_read_32bit() function 112 data = pci_cfg_read_32bit(bus, devfn, where); in nlm_pcibios_read() 135 data = pci_cfg_read_32bit(bus, devfn, where); in nlm_pcibios_write()
|