Lines Matching refs:ctrl_ext
379 u32 ctrl_ext; in e1000_reset_hw() local
461 ctrl_ext = er32(CTRL_EXT); in e1000_reset_hw()
462 ctrl_ext |= E1000_CTRL_EXT_EE_RST; in e1000_reset_hw()
463 ew32(CTRL_EXT, ctrl_ext); in e1000_reset_hw()
532 u32 ctrl_ext; in e1000_init_hw() local
629 ctrl_ext = er32(CTRL_EXT); in e1000_init_hw()
633 ctrl_ext |= E1000_CTRL_EXT_RO_DIS; in e1000_init_hw()
634 ew32(CTRL_EXT, ctrl_ext); in e1000_init_hw()
689 u32 ctrl_ext; in e1000_setup_link() local
745 ctrl_ext = ((eeprom_data & EEPROM_WORD0F_SWPDIO_EXT) << in e1000_setup_link()
747 ew32(CTRL_EXT, ctrl_ext); in e1000_setup_link()
3048 u32 ctrl, ctrl_ext; in e1000_phy_hw_reset() local
3073 ctrl_ext = er32(CTRL_EXT); in e1000_phy_hw_reset()
3074 ctrl_ext |= E1000_CTRL_EXT_SDP4_DIR; in e1000_phy_hw_reset()
3075 ctrl_ext &= ~E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3076 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()
3079 ctrl_ext |= E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset()
3080 ew32(CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset()