Searched refs:PCI_ACCESS_READ (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/arch/mips/pci/
H A Dops-lantiq.c25 #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 Dops-loongson3.c9 #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 Dops-rc32434.c37 #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 Dops-nile4.c8 #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 Dops-bonito64.c28 #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 Dops-gt64xxx_pci0.c26 #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 Dops-msc.c30 #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 Dops-loongson2.c26 #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 Dpci-alchemy.c30 #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 Dops-pmcmsp.c44 #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 Dpci-rc32434.c36 #define PCI_ACCESS_READ 0 macro
/linux-4.1.27/arch/sh/drivers/pci/
H A Dops-sh7786.c18 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()

Completed in 157 milliseconds