/Linux-v4.19/arch/mips/pci/ |
D | ops-rc32434.c | 37 #define PCI_ACCESS_READ 0 macro 78 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); in read_config_byte() 89 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); in read_config_word() 108 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, val); in read_config_dword() 134 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in write_config_byte() 153 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in write_config_word()
|
D | ops-lantiq.c | 25 #define PCI_ACCESS_READ 0 macro 67 if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ)) in ltq_pci_config_access() 78 if (ltq_pci_config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in ltq_pci_read_config_dword() 99 if (ltq_pci_config_access(PCI_ACCESS_READ, bus, in ltq_pci_write_config_dword()
|
D | ops-pmcmsp.c | 44 #define PCI_ACCESS_READ 0 macro 478 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_byte() 537 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_word() 589 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_read_config_dword() 632 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_byte() 685 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msp_pcibios_write_config_word()
|
D | ops-loongson2.c | 26 #define PCI_ACCESS_READ 0 macro 62 case PCI_ACCESS_READ: in loongson_pcibios_config_access() 131 if (loongson_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in loongson_pcibios_read() 158 if (loongson_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in loongson_pcibios_write()
|
D | ops-gt64xxx_pci0.c | 26 #define PCI_ACCESS_READ 0 macro 108 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in gt64xxx_pci0_pcibios_read() 130 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_READ, bus, in gt64xxx_pci0_pcibios_write()
|
D | ops-loongson3.c | 10 #define PCI_ACCESS_READ 0 macro 55 int ret = loongson3_pci_config_access(PCI_ACCESS_READ, in loongson3_pci_pcibios_read() 80 ret = loongson3_pci_config_access(PCI_ACCESS_READ, in loongson3_pci_pcibios_write()
|
D | ops-msc.c | 30 #define PCI_ACCESS_READ 0 macro 98 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in msc_pcibios_read() 125 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msc_pcibios_write()
|
D | ops-bonito64.c | 28 #define PCI_ACCESS_READ 0 macro 111 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in bonito64_pcibios_read() 138 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in bonito64_pcibios_write()
|
D | ops-nile4.c | 9 #define PCI_ACCESS_READ 0 macro 86 err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in nile4_pcibios_read() 112 err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in nile4_pcibios_write()
|
D | pci-alchemy.c | 31 #define PCI_ACCESS_READ 0 macro 192 int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); in read_config_byte() 206 int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); in read_config_word() 217 return config_access(PCI_ACCESS_READ, bus, devfn, where, val); in read_config_dword() 225 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in write_config_byte() 242 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in write_config_word()
|
D | pci-rc32434.c | 36 #define PCI_ACCESS_READ 0 macro
|
/Linux-v4.19/arch/sh/drivers/pci/ |
D | ops-sh7786.c | 18 PCI_ACCESS_READ, enumerator 53 if (access_type == PCI_ACCESS_READ) in sh7786_pcie_config_access() 81 if (access_type == PCI_ACCESS_READ) in sh7786_pcie_config_access() 105 ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, in sh7786_pcie_read() 141 ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, in sh7786_pcie_write()
|