Lines Matching refs:ctrl_ext
1387 uint32_t ctrl_ext; in e1000_reset_hw() local
1456 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT); in e1000_reset_hw()
1457 ctrl_ext |= E1000_CTRL_EXT_EE_RST; in e1000_reset_hw()
1458 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext); in e1000_reset_hw()
1639 uint32_t ctrl_ext; in e1000_init_hw() local
1827 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT); in e1000_init_hw()
1830 ctrl_ext |= E1000_CTRL_EXT_RO_DIS; in e1000_init_hw()
1831 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext); in e1000_init_hw()
1853 uint32_t ctrl_ext; in e1000_setup_link() local
1930 ctrl_ext = ((eeprom_data & EEPROM_WORD0F_SWPDIO_EXT) << in e1000_setup_link()
1932 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext); in e1000_setup_link()
4380 uint32_t ctrl, ctrl_ext; in e1000_phy_hw_reset() local
4425 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT); in e1000_phy_hw_reset()
4426 ctrl_ext |= E1000_CTRL_EXT_SDP4_DIR; in e1000_phy_hw_reset()
4427 ctrl_ext &= ~E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
4428 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()
4431 ctrl_ext |= E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
4432 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()
5082 unsigned long rctl, ctrl_ext; in e1000_configure_rx() local
5097 ctrl_ext = E1000_READ_REG(hw, CTRL_EXT); in e1000_configure_rx()
5099 ctrl_ext |= E1000_CTRL_EXT_INT_TIMER_CLR; in e1000_configure_rx()
5100 E1000_WRITE_REG(hw, CTRL_EXT, ctrl_ext); in e1000_configure_rx()