Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/cobalt/
Dpci.c49 unsigned short pci_cmd; in qube_expansion_slot_fixup() local
55 pci_read_config_word(dev, PCI_COMMAND, &pci_cmd); in qube_expansion_slot_fixup()
56 pci_cmd |= (PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in qube_expansion_slot_fixup()
57 pci_write_config_word(dev, PCI_COMMAND, pci_cmd); in qube_expansion_slot_fixup()
127 unsigned short pci_cmd; in qube_raq_tulip_fixup() local
147 pci_read_config_word(dev, PCI_COMMAND, &pci_cmd); in qube_raq_tulip_fixup()
148 pci_cmd |= (PCI_COMMAND_IO | PCI_COMMAND_MASTER); in qube_raq_tulip_fixup()
149 pci_write_config_word(dev, PCI_COMMAND, pci_cmd); in qube_raq_tulip_fixup()
170 unsigned short pci_cmd; in qube_raq_scsi_fixup() local
182 pci_read_config_word(dev, PCI_COMMAND, &pci_cmd); in qube_raq_scsi_fixup()
[all …]
/linux-2.4.37.9/arch/arm/mach-integrator/
Dpci_v3.c534 unsigned int pci_cmd; in pci_v3_init() local
621 pci_cmd = PCI_COMMAND_MEMORY | in pci_v3_init()
624 v3_writew(V3_PCI_CMD, pci_cmd); in pci_v3_init()
/linux-2.4.37.9/arch/alpha/kernel/
Dcore_lca.c402 static const char * const pci_cmd[] = { in ioc_error() local
419 code > 3 ? "PCI" : "CPU", pci_cmd[cmd], stat1, err_name[code]); in ioc_error()
/linux-2.4.37.9/drivers/net/
Dtg3.c5931 u16 pci_cmd; in tg3_test_msi() local
5939 pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd); in tg3_test_msi()
5941 pci_cmd & ~PCI_COMMAND_SERR); in tg3_test_msi()
5945 pci_write_config_word(tp->pdev, PCI_COMMAND, pci_cmd); in tg3_test_msi()
8292 u16 pci_cmd; in tg3_get_invariants() local
8325 pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd); in tg3_get_invariants()
8326 pci_cmd &= ~PCI_COMMAND_INVALIDATE; in tg3_get_invariants()
8327 pci_write_config_word(tp->pdev, PCI_COMMAND, pci_cmd); in tg3_get_invariants()
8402 u16 pci_cmd; in tg3_get_invariants() local
8418 pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd); in tg3_get_invariants()
[all …]
Dskge.c2804 u16 pci_status, pci_cmd; in skge_error_irq() local
2806 pci_read_config_word(hw->pdev, PCI_COMMAND, &pci_cmd); in skge_error_irq()
2810 pci_name(hw->pdev), pci_cmd, pci_status); in skge_error_irq()
2816 pci_cmd | PCI_COMMAND_SERR | PCI_COMMAND_PARITY); in skge_error_irq()