Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c525 pci_read_config_word(pdev, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl1e_reset_hw()
531 pci_write_config_word(pdev, PCI_REG_COMMAND, pci_cfg_cmd_word); in atl1e_reset_hw()
Datl1e.h56 #define PCI_REG_COMMAND 0x04 /* PCI Command Register */ macro
/Linux-v4.19/drivers/net/ethernet/atheros/atlx/
Datlx.h461 #define PCI_REG_COMMAND 0x04 /* PCI Command Register */ macro
Datl2.h218 #define PCI_REG_COMMAND 0x04 macro
Datl2.c2122 atl2_read_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw()
2128 atl2_write_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw()