Searched refs:E1000_GCR (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82571.c | 1241 reg_data = E1000_READ_REG(hw, E1000_GCR); in e1000_init_hw_82571() 1243 E1000_WRITE_REG(hw, E1000_GCR, reg_data); in e1000_init_hw_82571() 1376 reg = E1000_READ_REG(hw, E1000_GCR); in e1000_initialize_hw_bits_82571() 1378 E1000_WRITE_REG(hw, E1000_GCR, reg); in e1000_initialize_hw_bits_82571()
|
H A D | e1000_regs.h | 514 #define E1000_GCR 0x05B00 /* PCI-Ex Control */ macro
|
H A D | e1000_mac.c | 2067 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_no_snoop_generic() 2070 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_no_snoop_generic()
|
H A D | e1000_82575.c | 2211 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout() 2246 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_completion_timeout()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 352 {"GCR", E1000_GCR}, {"GSCL_1", E1000_GSCL_1}, in mac_dump()
|