Searched refs:E1000_GCR (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_82571.c | 1211 reg_data = E1000_READ_REG(hw, E1000_GCR); in e1000_init_hw_82571() 1213 E1000_WRITE_REG(hw, E1000_GCR, reg_data); in e1000_init_hw_82571() 1351 reg = E1000_READ_REG(hw, E1000_GCR); in e1000_initialize_hw_bits_82571() 1353 E1000_WRITE_REG(hw, E1000_GCR, reg); in e1000_initialize_hw_bits_82571()
|
| H A D | e1000_regs.h | 505 #define E1000_GCR 0x05B00 /* PCI-Ex Control */ macro
|
| H A D | e1000_mac.c | 2040 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_no_snoop_generic() 2043 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_no_snoop_generic()
|
| H A D | e1000_82575.c | 2044 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout() 2079 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_completion_timeout()
|