Home
last modified time | relevance | path

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

/linux-6.6.21/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.c23 #define PCI_ACCESS_READ 0 macro
65 if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ)) in ltq_pci_config_access()
76 if (ltq_pci_config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in ltq_pci_read_config_dword()
97 if (ltq_pci_config_access(PCI_ACCESS_READ, bus, in ltq_pci_write_config_dword()
Dops-loongson2.c23 #define PCI_ACCESS_READ 0 macro
59 case PCI_ACCESS_READ: in loongson_pcibios_config_access()
128 if (loongson_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in loongson_pcibios_read()
155 if (loongson_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in loongson_pcibios_write()
Dops-msc.c17 #define PCI_ACCESS_READ 0 macro
85 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in msc_pcibios_read()
112 if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in msc_pcibios_write()
Dops-gt64xxx_pci0.c14 #define PCI_ACCESS_READ 0 macro
96 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in gt64xxx_pci0_pcibios_read()
118 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_READ, bus, in gt64xxx_pci0_pcibios_write()
Dops-bonito64.c16 #define PCI_ACCESS_READ 0 macro
99 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, in bonito64_pcibios_read()
126 if (bonito64_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, in bonito64_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-6.6.21/arch/sh/drivers/pci/
Dops-sh7786.c15 PCI_ACCESS_READ, enumerator
50 if (access_type == PCI_ACCESS_READ) in sh7786_pcie_config_access()
78 if (access_type == PCI_ACCESS_READ) in sh7786_pcie_config_access()
102 ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, in sh7786_pcie_read()
138 ret = sh7786_pcie_config_access(PCI_ACCESS_READ, bus, in sh7786_pcie_write()