Searched refs:PCI_REG_COMMAND (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 512 pci_read_config_word(pdev, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl1e_reset_hw() 518 pci_write_config_word(pdev, PCI_REG_COMMAND, pci_cfg_cmd_word); in atl1e_reset_hw()
|
H A D | atl1e.h | 43 #define PCI_REG_COMMAND 0x04 /* PCI Command Register */ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 512 pci_read_config_word(pdev, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl1e_reset_hw() 518 pci_write_config_word(pdev, PCI_REG_COMMAND, pci_cfg_cmd_word); in atl1e_reset_hw()
|
H A D | atl1e.h | 43 #define PCI_REG_COMMAND 0x04 /* PCI Command Register */ macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 448 #define PCI_REG_COMMAND 0x04 /* PCI Command Register */ macro
|
H A D | atl2.h | 205 #define PCI_REG_COMMAND 0x04 macro
|
H A D | atl2.c | 2095 atl2_read_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw() 2101 atl2_write_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 448 #define PCI_REG_COMMAND 0x04 /* PCI Command Register */ macro
|
H A D | atl2.h | 205 #define PCI_REG_COMMAND 0x04 macro
|
H A D | atl2.c | 2073 atl2_read_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw() 2079 atl2_write_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw()
|
Completed in 16 milliseconds