Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c906 uint32_t reg_tctl; in e1000g_tx_setup() local
940 reg_tctl = E1000_READ_REG(hw, E1000_TCTL); in e1000g_tx_setup()
941 reg_tctl |= E1000_TCTL_PSP | E1000_TCTL_EN | in e1000g_tx_setup()
948 reg_tctl |= E1000_TCTL_MULR; in e1000g_tx_setup()
950 E1000_WRITE_REG(hw, E1000_TCTL, reg_tctl); in e1000g_tx_setup()