Home
last modified time | relevance | path

Searched refs:pci_cfg_cmd_word (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c521 u16 pci_cfg_cmd_word = 0; in atl1e_reset_hw() local
525 pci_read_config_word(pdev, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl1e_reset_hw()
526 if ((pci_cfg_cmd_word & (CMD_IO_SPACE | in atl1e_reset_hw()
529 pci_cfg_cmd_word |= (CMD_IO_SPACE | in atl1e_reset_hw()
531 pci_write_config_word(pdev, PCI_REG_COMMAND, pci_cfg_cmd_word); in atl1e_reset_hw()
/drivers/net/ethernet/atheros/atlx/
Datl2.c2121 u16 pci_cfg_cmd_word; in atl2_reset_hw() local
2125 atl2_read_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw()
2126 if ((pci_cfg_cmd_word & in atl2_reset_hw()
2129 pci_cfg_cmd_word |= in atl2_reset_hw()
2131 atl2_write_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl2_reset_hw()