Searched refs:PCI_CMD_CONFIG_WRITE (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/mips/pci/ |
D | ops-pnx8550.c | 68 if ((pci_cmd == PCI_CMD_IOW) || (pci_cmd == PCI_CMD_CONFIG_WRITE)) in config_access() 203 err = config_access(PCI_CMD_CONFIG_WRITE, bus, devfn, where, ~(1 << (where & 3)), &data); in write_config_byte() 227 err = config_access(PCI_CMD_CONFIG_WRITE, bus, devfn, where, ~(3 << (where & 3)), &data); in write_config_word() 242 err = config_access(PCI_CMD_CONFIG_WRITE, bus, devfn, where, 0, &val); in write_config_dword()
|
/linux-2.6.39/arch/mips/include/asm/mach-pnx8550/ |
D | pci.h | 36 #define PCI_CMD_CONFIG_WRITE 0xb0 macro
|