Searched refs:pci_cmd_word (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.c | 1405 hw->pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_reset_hw() 1408 hw->pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_reset_hw() 1483 dm_pci_write_config16(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_reset_hw() 1485 pci_write_config_word(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_reset_hw() 1674 pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_init_hw() 1678 pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_init_hw() 1696 dm_pci_write_config16(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_init_hw() 1698 pci_write_config_word(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_init_hw() 4855 dm_pci_read_config16(hw->pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_sw_init() 4864 pci_read_config_word(hw->pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_sw_init()
|
| H A D | e1000.h | 1119 uint16_t pci_cmd_word; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_hw.h | 165 u16 pci_cmd_word; member
|
| H A D | igc_main.c | 3534 pci_read_config_word(pdev, PCI_COMMAND, &hw->bus.pci_cmd_word); in igc_sw_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e.h | 311 u16 pci_cmd_word; member
|
| H A D | atl1e_main.c | 579 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in atl1e_sw_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl2.h | 393 u16 pci_cmd_word; member
|
| H A D | atl2.c | 78 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in atl2_sw_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/ |
| H A D | ixgb_hw.h | 665 u16 pci_cmd_word; /* PCI command register id from PCI configuration space */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 461 u16 pci_cmd_word; member
|
| H A D | igb_main.c | 3964 pci_read_config_word(pdev, PCI_COMMAND, &hw->bus.pci_cmd_word); in igb_sw_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.c | 507 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) in e1000_reset_hw() 567 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) in e1000_init_hw()
|
| H A D | e1000_hw.h | 1367 u16 pci_cmd_word; member
|
| H A D | e1000_main.c | 869 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_init_hw_struct() 2180 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) in e1000_leave_82542_rst()
|