Home
last modified time | relevance | path

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

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