Home
last modified time | relevance | path

Searched refs:pci_cmd (Results 1 – 3 of 3) sorted by relevance

/arch/mips/pci/
Dops-pnx8550.c53 config_access(unsigned int pci_cmd, struct pci_bus *bus, unsigned int devfn, int where, unsigned in… in config_access() argument
68 if ((pci_cmd == PCI_CMD_IOW) || (pci_cmd == PCI_CMD_CONFIG_WRITE)) in config_access()
71 outl(INIT_PCI_CYCLE | pci_cmd | (pci_mode & PCI_BYTE_ENABLE_MASK), in config_access()
79 if ((pci_cmd == PCI_CMD_IOR) || in config_access()
80 (pci_cmd == PCI_CMD_CONFIG_READ)) in config_access()
96 if ((pci_cmd == PCI_CMD_IOR) || (pci_cmd == PCI_CMD_IOW)) { in config_access()
99 pci_cmd); in config_access()
102 if ((pci_cmd == PCI_CMD_IOR) || (pci_cmd == PCI_CMD_CONFIG_READ)) in config_access()
/arch/arm/mach-integrator/
Dpci_v3.c596 unsigned int pci_cmd; in pci_v3_postinit() local
598 pci_cmd = PCI_COMMAND_MEMORY | in pci_v3_postinit()
601 v3_writew(V3_PCI_CMD, pci_cmd); in pci_v3_postinit()
/arch/alpha/kernel/
Dcore_lca.c361 static const char * const pci_cmd[] = { in ioc_error() local
378 code > 3 ? "PCI" : "CPU", pci_cmd[cmd], stat1, err_name[code]); in ioc_error()