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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.c398 pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command);
407 pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command);
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);
189 pci_write_config_word(hw->pdev, PCI_COMMAND,
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);
2652 pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd);
2656 pci_write_config_word(tp->pdev, PCI_COMMAND, pci_cmd);

Completed in 29 milliseconds