Searched refs:pci_cmd (Results 1 – 3 of 3) sorted by relevance
53 config_access(unsigned int pci_cmd, struct pci_bus *bus, unsigned int devfn, int where, unsigned in… in config_access() argument68 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()
596 unsigned int pci_cmd; in pci_v3_postinit() local598 pci_cmd = PCI_COMMAND_MEMORY | in pci_v3_postinit()601 v3_writew(V3_PCI_CMD, pci_cmd); in pci_v3_postinit()
361 static const char * const pci_cmd[] = { in ioc_error() local378 code > 3 ? "PCI" : "CPU", pci_cmd[cmd], stat1, err_name[code]); in ioc_error()