Searched refs:E1000_GCR (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_82571.c | 1120 reg_data = E1000_READ_REG(hw, E1000_GCR); in e1000_init_hw_82571() 1122 E1000_WRITE_REG(hw, E1000_GCR, reg_data); in e1000_init_hw_82571() 1255 reg = E1000_READ_REG(hw, E1000_GCR); in e1000_initialize_hw_bits_82571() 1257 E1000_WRITE_REG(hw, E1000_GCR, reg); in e1000_initialize_hw_bits_82571()
|
H A D | e1000_regs.h | 535 #define E1000_GCR 0x05B00 /* PCI-Ex Control */ macro
|
H A D | e1000_mac.c | 2004 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_no_snoop_generic() 2007 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_no_snoop_generic()
|
H A D | e1000_82575.c | 1991 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout() 2026 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_completion_timeout()
|