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

/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c521 u16 pci_cfg_cmd_word = 0; atl1e_reset_hw() local
525 pci_read_config_word(pdev, PCI_REG_COMMAND, &pci_cfg_cmd_word); atl1e_reset_hw()
526 if ((pci_cfg_cmd_word & (CMD_IO_SPACE | atl1e_reset_hw()
529 pci_cfg_cmd_word |= (CMD_IO_SPACE | atl1e_reset_hw()
531 pci_write_config_word(pdev, PCI_REG_COMMAND, pci_cfg_cmd_word); atl1e_reset_hw()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datl2.c2119 u16 pci_cfg_cmd_word; atl2_reset_hw() local
2123 atl2_read_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); atl2_reset_hw()
2124 if ((pci_cfg_cmd_word & atl2_reset_hw()
2127 pci_cfg_cmd_word |= atl2_reset_hw()
2129 atl2_write_pci_cfg(hw, PCI_REG_COMMAND, &pci_cfg_cmd_word); atl2_reset_hw()

Completed in 77 milliseconds