Home
last modified time | relevance | path

Searched refs:E1000_TIPG (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_80003es2lan.c944 reg_data = E1000_READ_REG(hw, E1000_TIPG); in e1000_init_hw_80003es2lan()
947 E1000_WRITE_REG(hw, E1000_TIPG, reg_data); in e1000_init_hw_80003es2lan()
1284 tipg = E1000_READ_REG(hw, E1000_TIPG); in e1000_cfg_kmrn_10_100_80003es2lan()
1287 E1000_WRITE_REG(hw, E1000_TIPG, tipg); in e1000_cfg_kmrn_10_100_80003es2lan()
1335 tipg = E1000_READ_REG(hw, E1000_TIPG); in e1000_cfg_kmrn_1000_80003es2lan()
1338 E1000_WRITE_REG(hw, E1000_TIPG, tipg); in e1000_cfg_kmrn_1000_80003es2lan()
H A De1000_regs.h98 #define E1000_TIPG 0x00410 /* Tx Inter-packet gap -RW */ macro
H A De1000_ich8lan.c1501 reg = E1000_READ_REG(hw, E1000_TIPG); in e1000_check_for_copper_link_ich8lan()
1504 E1000_WRITE_REG(hw, E1000_TIPG, reg); in e1000_check_for_copper_link_ich8lan()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h587 #define E1000_TIPG 0x00410 /* TX Inter-packet gap -RW */ macro
731 #define E1000_82542_TIPG E1000_TIPG
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c289 {"TCTL", E1000_TCTL}, {"TIPG", E1000_TIPG}, in mac_dump()
H A De1000g_tx.c995 E1000_WRITE_REG(hw, E1000_TIPG, reg_tipg); in e1000g_tx_setup()