/linux-4.1.27/arch/mips/pci/ |
H A D | ops-lantiq.c | 25 #define PCI_ACCESS_READ 0 macro 67 if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ)) ltq_pci_config_access() 78 if (ltq_pci_config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) ltq_pci_read_config_dword() 99 if (ltq_pci_config_access(PCI_ACCESS_READ, bus, ltq_pci_write_config_dword()
|
H A D | ops-loongson3.c | 9 #define PCI_ACCESS_READ 0 macro 54 int ret = loongson3_pci_config_access(PCI_ACCESS_READ, loongson3_pci_pcibios_read() 79 ret = loongson3_pci_config_access(PCI_ACCESS_READ, loongson3_pci_pcibios_write()
|
H A D | ops-rc32434.c | 37 #define PCI_ACCESS_READ 0 macro 78 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); read_config_byte() 89 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); read_config_word() 108 ret = config_access(PCI_ACCESS_READ, bus, devfn, where, val); read_config_dword() 134 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) write_config_byte() 153 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) write_config_word()
|
H A D | ops-nile4.c | 8 #define PCI_ACCESS_READ 0 macro 85 err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, nile4_pcibios_read() 111 err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, nile4_pcibios_write()
|
H A D | ops-bonito64.c | 28 #define PCI_ACCESS_READ 0 macro 111 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, bonito64_pcibios_read() 138 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, bonito64_pcibios_write()
|
H A D | ops-gt64xxx_pci0.c | 26 #define PCI_ACCESS_READ 0 macro 108 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, gt64xxx_pci0_pcibios_read() 130 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_READ, bus, gt64xxx_pci0_pcibios_write()
|
H A D | ops-msc.c | 30 #define PCI_ACCESS_READ 0 macro 98 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, msc_pcibios_read() 125 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, msc_pcibios_write()
|
H A D | ops-loongson2.c | 26 #define PCI_ACCESS_READ 0 macro 62 case PCI_ACCESS_READ: loongson_pcibios_config_access() 131 if (loongson_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, loongson_pcibios_read() 158 if (loongson_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, loongson_pcibios_write()
|
H A D | pci-alchemy.c | 30 #define PCI_ACCESS_READ 0 macro 191 int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); read_config_byte() 205 int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); read_config_word() 216 return config_access(PCI_ACCESS_READ, bus, devfn, where, val); read_config_dword() 224 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) write_config_byte() 241 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) write_config_word()
|
H A D | ops-pmcmsp.c | 44 #define PCI_ACCESS_READ 0 macro 329 * PCI_ACCESS_WRITE and PCI_ACCESS_READ. 502 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, msp_pcibios_read_config_byte() 561 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, msp_pcibios_read_config_word() 613 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, msp_pcibios_read_config_dword() 656 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, msp_pcibios_write_config_byte() 709 if (msp_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, msp_pcibios_write_config_word()
|
H A D | pci-rc32434.c | 36 #define PCI_ACCESS_READ 0 macro
|
/linux-4.1.27/arch/sh/drivers/pci/ |
H A D | ops-sh7786.c | 18 PCI_ACCESS_READ, enumerator in enum:__anon2562 53 if (access_type == PCI_ACCESS_READ) sh7786_pcie_config_access() 81 if (access_type == PCI_ACCESS_READ) sh7786_pcie_config_access() 105 ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, sh7786_pcie_read() 141 ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, sh7786_pcie_write()
|