Lines Matching refs:ctrl_ext
404 u32 ctrl_ext; in e1000_reset_hw() local
486 ctrl_ext = er32(CTRL_EXT); in e1000_reset_hw()
487 ctrl_ext |= E1000_CTRL_EXT_EE_RST; in e1000_reset_hw()
488 ew32(CTRL_EXT, ctrl_ext); in e1000_reset_hw()
557 u32 ctrl_ext; in e1000_init_hw() local
654 ctrl_ext = er32(CTRL_EXT); in e1000_init_hw()
658 ctrl_ext |= E1000_CTRL_EXT_RO_DIS; in e1000_init_hw()
659 ew32(CTRL_EXT, ctrl_ext); in e1000_init_hw()
715 u32 ctrl_ext; in e1000_setup_link() local
771 ctrl_ext = ((eeprom_data & EEPROM_WORD0F_SWPDIO_EXT) << in e1000_setup_link()
773 ew32(CTRL_EXT, ctrl_ext); in e1000_setup_link()
3072 u32 ctrl, ctrl_ext; in e1000_phy_hw_reset() local
3097 ctrl_ext = er32(CTRL_EXT); in e1000_phy_hw_reset()
3098 ctrl_ext |= E1000_CTRL_EXT_SDP4_DIR; in e1000_phy_hw_reset()
3099 ctrl_ext &= ~E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3100 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()
3103 ctrl_ext |= E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3104 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()