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

/arch/mips/pci/
H A Dops-lantiq.c28 static int ltq_pci_config_access(unsigned char access_type, struct pci_bus *bus, argument
48 if (access_type == PCI_ACCESS_WRITE) {
67 if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ))
H A Dops-nile4.c18 static int nile4_pcibios_config_access(unsigned char access_type, argument
32 if (access_type == PCI_ACCESS_WRITE) {
59 if (access_type == PCI_ACCESS_WRITE)
H A Dops-gt64xxx_pci0.c42 static int gt64xxx_pci0_pcibios_config_access(unsigned char access_type, argument
62 if (access_type == PCI_ACCESS_WRITE) {
H A Dops-loongson3.c15 static int loongson3_pci_config_access(unsigned char access_type, argument
38 if (access_type == PCI_ACCESS_WRITE)
H A Dops-msc.c46 static int msc_pcibios_config_access(unsigned char access_type, argument
63 if (access_type == PCI_ACCESS_WRITE)
H A Dops-loongson2.c35 static int loongson_pcibios_config_access(unsigned char access_type, argument
61 switch (access_type) {
95 if (access_type == PCI_ACCESS_WRITE)
H A Dops-bonito64.c36 static int bonito64_pcibios_config_access(unsigned char access_type, argument
72 if (access_type == PCI_ACCESS_WRITE) {
H A Dops-rc32434.c46 static inline int config_access(unsigned char access_type, argument
57 if (access_type == PCI_ACCESS_WRITE)
H A Dpci-alchemy.c98 static int config_access(unsigned char access_type, struct pci_bus *bus, argument
153 if (access_type == PCI_ACCESS_WRITE)
160 access_type, bus->number, device, where, *data, offset);
168 access_type, bus->number, device);
H A Dops-pmcmsp.c329 * access_type - kind of PCI configuration cycle to perform
362 int msp_pcibios_config_access(unsigned char access_type, argument
435 if (access_type == PCI_ACCESS_WRITE) {
/arch/sh/drivers/pci/
H A Dops-sh7786.c22 static int sh7786_pcie_config_access(unsigned char access_type, argument
53 if (access_type == PCI_ACCESS_READ)
81 if (access_type == PCI_ACCESS_READ)
/arch/x86/kvm/
H A Dvmx.c5398 int access_type, offset; local
5400 access_type = exit_qualification & APIC_ACCESS_TYPE;
5407 if ((access_type == TYPE_LINEAR_APIC_INST_WRITE) &&

Completed in 114 milliseconds