Home
last modified time | relevance | path

Searched refs:PCI_CMD_CONFIG_READ (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/pci/
Dops-pnx8550.c80 (pci_cmd == PCI_CMD_CONFIG_READ)) in config_access()
102 if ((pci_cmd == PCI_CMD_IOR) || (pci_cmd == PCI_CMD_CONFIG_READ)) in config_access()
121 err = config_access(PCI_CMD_CONFIG_READ, bus, devfn, where, ~(1 << (where & 3)), &data); in read_config_byte()
152 err = config_access(PCI_CMD_CONFIG_READ, bus, devfn, where, ~(3 << (where & 3)), &data); in read_config_word()
175 err = config_access(PCI_CMD_CONFIG_READ, bus, devfn, where, 0, val); in read_config_dword()
/linux-2.6.39/arch/mips/include/asm/mach-pnx8550/
Dpci.h35 #define PCI_CMD_CONFIG_READ 0xa0 macro