Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82571.c1241 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 De1000_regs.h519 #define E1000_GCR 0x05B00 /* PCI-Ex Control */ macro
H A De1000_mac.c2067 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 De1000_82575.c2229 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout()
2264 E1000_WRITE_REG(hw, E1000_GCR, gcr); in e1000_set_pcie_completion_timeout()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c352 {"GCR", E1000_GCR}, {"GSCL_1", E1000_GSCL_1}, in mac_dump()