Lines Matching refs:ctrl_ext
378 u32 ctrl_ext; in e1000_reset_hw() local
459 ctrl_ext = er32(CTRL_EXT); in e1000_reset_hw()
460 ctrl_ext |= E1000_CTRL_EXT_EE_RST; in e1000_reset_hw()
461 ew32(CTRL_EXT, ctrl_ext); in e1000_reset_hw()
530 u32 ctrl_ext; in e1000_init_hw() local
627 ctrl_ext = er32(CTRL_EXT); in e1000_init_hw()
631 ctrl_ext |= E1000_CTRL_EXT_RO_DIS; in e1000_init_hw()
632 ew32(CTRL_EXT, ctrl_ext); in e1000_init_hw()
687 u32 ctrl_ext; in e1000_setup_link() local
743 ctrl_ext = ((eeprom_data & EEPROM_WORD0F_SWPDIO_EXT) << in e1000_setup_link()
745 ew32(CTRL_EXT, ctrl_ext); in e1000_setup_link()
3040 u32 ctrl, ctrl_ext; in e1000_phy_hw_reset() local
3065 ctrl_ext = er32(CTRL_EXT); in e1000_phy_hw_reset()
3066 ctrl_ext |= E1000_CTRL_EXT_SDP4_DIR; in e1000_phy_hw_reset()
3067 ctrl_ext &= ~E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3068 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()
3071 ctrl_ext |= E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3072 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()