PCI_COMMAND
pci_write_config_word(hw->pdev, PCI_COMMAND, hw->pci_cmd_word);
pci_write_config_word(hw->pdev, PCI_COMMAND,
pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command);
pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command);
pci_read_config_dword(tp->pdev, PCI_COMMAND, &val);
pci_read_config_word(tp->pdev, PCI_COMMAND, &pci_cmd);
pci_write_config_word(tp->pdev, PCI_COMMAND, pci_cmd);