Lines Matching refs:ctrl_ext
379 u32 ctrl_ext; in e1000_reset_hw() local
460 ctrl_ext = er32(CTRL_EXT); in e1000_reset_hw()
461 ctrl_ext |= E1000_CTRL_EXT_EE_RST; in e1000_reset_hw()
462 ew32(CTRL_EXT, ctrl_ext); in e1000_reset_hw()
531 u32 ctrl_ext; in e1000_init_hw() local
628 ctrl_ext = er32(CTRL_EXT); in e1000_init_hw()
632 ctrl_ext |= E1000_CTRL_EXT_RO_DIS; in e1000_init_hw()
633 ew32(CTRL_EXT, ctrl_ext); in e1000_init_hw()
688 u32 ctrl_ext; in e1000_setup_link() local
744 ctrl_ext = ((eeprom_data & EEPROM_WORD0F_SWPDIO_EXT) << in e1000_setup_link()
746 ew32(CTRL_EXT, ctrl_ext); in e1000_setup_link()
3041 u32 ctrl, ctrl_ext; in e1000_phy_hw_reset() local
3066 ctrl_ext = er32(CTRL_EXT); in e1000_phy_hw_reset()
3067 ctrl_ext |= E1000_CTRL_EXT_SDP4_DIR; in e1000_phy_hw_reset()
3068 ctrl_ext &= ~E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3069 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()
3072 ctrl_ext |= E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3073 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()