Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c508 u16 pci_cfg_cmd_word = 0; in atl1e_reset_hw() local
512 pci_read_config_word(pdev, PCI_REG_COMMAND, &pci_cfg_cmd_word); in atl1e_reset_hw()
513 if ((pci_cfg_cmd_word & (CMD_IO_SPACE | in atl1e_reset_hw()
516 pci_cfg_cmd_word |= (CMD_IO_SPACE | in atl1e_reset_hw()
518 pci_write_config_word(pdev, PCI_REG_COMMAND, pci_cfg_cmd_word); in atl1e_reset_hw()