Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/pci/
Dops-rc32434.c38 #define PCI_ACCESS_WRITE 1 macro
57 if (access_type == PCI_ACCESS_WRITE) in config_access()
140 if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data)) in write_config_byte()
159 if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data)) in write_config_word()
171 if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &val)) in write_config_dword()
Dops-loongson2.c24 #define PCI_ACCESS_WRITE 1 macro
62 case PCI_ACCESS_WRITE: in loongson_pcibios_config_access()
92 if (access_type == PCI_ACCESS_WRITE) in loongson_pcibios_config_access()
167 if (loongson_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, where, in loongson_pcibios_write()
Dops-lantiq.c24 #define PCI_ACCESS_WRITE 1 macro
46 if (access_type == PCI_ACCESS_WRITE) { in ltq_pci_config_access()
109 if (ltq_pci_config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data)) in ltq_pci_write_config_dword()
Dops-gt64xxx_pci0.c15 #define PCI_ACCESS_WRITE 1 macro
50 if (access_type == PCI_ACCESS_WRITE) { in gt64xxx_pci0_pcibios_config_access()
130 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, in gt64xxx_pci0_pcibios_write()
Dops-msc.c18 #define PCI_ACCESS_WRITE 1 macro
50 if (access_type == PCI_ACCESS_WRITE) in msc_pcibios_config_access()
124 if (msc_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, where, in msc_pcibios_write()
Dops-bonito64.c17 #define PCI_ACCESS_WRITE 1 macro
60 if (access_type == PCI_ACCESS_WRITE) { in bonito64_pcibios_config_access()
138 if (bonito64_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn, where, in bonito64_pcibios_write()
Dpci-alchemy.c32 #define PCI_ACCESS_WRITE 1 macro
154 if (access_type == PCI_ACCESS_WRITE) in config_access()
231 if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data)) in write_config_byte()
248 if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data)) in write_config_word()
257 return config_access(PCI_ACCESS_WRITE, bus, devfn, where, &val); in write_config_dword()
Dpci-rc32434.c37 #define PCI_ACCESS_WRITE 1 macro
/linux-6.12.1/arch/sh/drivers/pci/
Dops-sh7786.c16 PCI_ACCESS_WRITE, enumerator
158 ret = sh7786_pcie_config_access(PCI_ACCESS_WRITE, bus, in sh7786_pcie_write()