Home
last modified time | relevance | path

Searched refs:PCI_COMMAND (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c398 pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command); in adjust_pci_device()
407 pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command); in adjust_pci_device()
H A Dpci.h52 #define PCI_COMMAND 0x04 /* 16 bits */ macro
H A De1000.c184 pci_write_config_word(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_pci_set_mwi()
189 pci_write_config_word(hw->pdev, PCI_COMMAND, in e1000_pci_clear_mwi()
3307 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
H A Dtg3.c1548 pci_read_config_dword(tp->pdev, PCI_COMMAND, &val); in tg3_chip_reset()
2652 pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd); in tg3_get_invariants()
2656 pci_write_config_word(tp->pdev, PCI_COMMAND, pci_cmd); in tg3_get_invariants()