/freebsd/sys/dev/e1000/ |
H A D | e1000_82575.c | 162 u32 ctrl_ext; in e1000_init_phy_params_82575() local 186 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_init_phy_params_82575() 190 ctrl_ext |= E1000_CTRL_I2C_ENA; in e1000_init_phy_params_82575() 193 ctrl_ext &= ~E1000_CTRL_I2C_ENA; in e1000_init_phy_params_82575() 196 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_init_phy_params_82575() 613 u32 ctrl_ext; in e1000_get_phy_id_82575() local 662 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_get_phy_id_82575() 664 ctrl_ext & ~E1000_CTRL_EXT_SDP3_DATA); in e1000_get_phy_id_82575() 698 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_get_phy_id_82575() 1496 u32 ctrl_ext, ctrl_reg, reg, anadv_reg; in e1000_setup_serdes_link_82575() local [all …]
|
H A D | e1000_82543.c | 863 u32 ctrl_ext; in e1000_phy_hw_reset_82543() local 872 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_phy_hw_reset_82543() 873 ctrl_ext |= E1000_CTRL_EXT_SDP4_DIR; in e1000_phy_hw_reset_82543() 874 ctrl_ext &= ~E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset_82543() 875 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset_82543() 881 ctrl_ext |= E1000_CTRL_EXT_SDP4_DATA; in e1000_phy_hw_reset_82543() 882 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_phy_hw_reset_82543() 1021 u32 ctrl_ext; in e1000_setup_link_82543() local 1041 ctrl_ext = ((data & NVM_WORD0F_SWPDIO_EXT_MASK) << in e1000_setup_link_82543() 1043 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_setup_link_82543()
|
H A D | e1000_82540.c | 331 u32 txdctl, ctrl_ext; in e1000_init_hw_82540() local 390 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_init_hw_82540() 395 ctrl_ext |= E1000_CTRL_EXT_RO_DIS; in e1000_init_hw_82540() 396 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_init_hw_82540()
|
H A D | e1000_i210.c | 711 u32 wuc, mdicnfg, ctrl, ctrl_ext, reg_val; in e1000_pll_workaround_i210() local 748 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_pll_workaround_i210() 749 ctrl_ext |= (E1000_CTRL_EXT_PHYPDEN | E1000_CTRL_EXT_SDLPE); in e1000_pll_workaround_i210() 750 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_pll_workaround_i210()
|
H A D | e1000_nvm.c | 1267 u32 ctrl_ext; in e1000_reload_nvm_generic() local 1272 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_reload_nvm_generic() 1273 ctrl_ext |= E1000_CTRL_EXT_EE_RST; in e1000_reload_nvm_generic() 1274 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_reload_nvm_generic()
|
H A D | e1000_82571.c | 951 u32 ctrl, ctrl_ext, eecd, tctl; in e1000_reset_hw_82571() local 1008 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_reset_hw_82571() 1009 ctrl_ext |= E1000_CTRL_EXT_EE_RST; in e1000_reset_hw_82571() 1010 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_reset_hw_82571()
|
H A D | if_em.c | 4285 u32 ctrl_ext, swsm; in em_get_hw_control() local 4297 ctrl_ext = E1000_READ_REG(&sc->hw, E1000_CTRL_EXT); in em_get_hw_control() 4299 ctrl_ext | E1000_CTRL_EXT_DRV_LOAD); in em_get_hw_control() 4311 u32 ctrl_ext, swsm; in em_release_hw_control() local 4323 ctrl_ext = E1000_READ_REG(&sc->hw, E1000_CTRL_EXT); in em_release_hw_control() 4325 ctrl_ext & ~E1000_CTRL_EXT_DRV_LOAD); in em_release_hw_control() 4506 u32 pmc, ctrl, ctrl_ext, rctl; in em_enable_wakeup() local 4541 ctrl_ext = E1000_READ_REG(&sc->hw, E1000_CTRL_EXT); in em_enable_wakeup() 4542 ctrl_ext |= E1000_CTRL_EXT_SDP3_DATA; in em_enable_wakeup() 4543 E1000_WRITE_REG(&sc->hw, E1000_CTRL_EXT, ctrl_ext); in em_enable_wakeup()
|
H A D | e1000_ich8lan.c | 2499 u32 ctrl_ext = 0; in e1000_configure_k1_ich8lan() local 2521 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_configure_k1_ich8lan() 2528 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext | E1000_CTRL_EXT_SPD_BYPS); in e1000_configure_k1_ich8lan() 2532 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_configure_k1_ich8lan() 5115 u32 ctrl_ext, txdctl, snoop; in e1000_init_hw_ich8lan() local 5183 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_init_hw_ich8lan() 5184 ctrl_ext |= E1000_CTRL_EXT_RO_DIS; in e1000_init_hw_ich8lan() 5185 E1000_WRITE_REG(hw, E1000_CTRL_EXT, ctrl_ext); in e1000_init_hw_ich8lan()
|
/freebsd/sys/dev/igc/ |
H A D | igc_nvm.c | 708 u32 ctrl_ext; in igc_reload_nvm_generic() local 713 ctrl_ext = IGC_READ_REG(hw, IGC_CTRL_EXT); in igc_reload_nvm_generic() 714 ctrl_ext |= IGC_CTRL_EXT_EE_RST; in igc_reload_nvm_generic() 715 IGC_WRITE_REG(hw, IGC_CTRL_EXT, ctrl_ext); in igc_reload_nvm_generic()
|
H A D | if_igc.c | 2385 u32 ctrl_ext; in igc_get_hw_control() local 2390 ctrl_ext = IGC_READ_REG(&sc->hw, IGC_CTRL_EXT); in igc_get_hw_control() 2392 ctrl_ext | IGC_CTRL_EXT_DRV_LOAD); in igc_get_hw_control() 2404 u32 ctrl_ext; in igc_release_hw_control() local 2406 ctrl_ext = IGC_READ_REG(&sc->hw, IGC_CTRL_EXT); in igc_release_hw_control() 2408 ctrl_ext & ~IGC_CTRL_EXT_DRV_LOAD); in igc_release_hw_control()
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ix.c | 931 u32 ctrl_ext; in ixgbe_if_attach_pre() local 960 ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT); in ixgbe_if_attach_pre() 961 ctrl_ext |= IXGBE_CTRL_EXT_DRV_LOAD; in ixgbe_if_attach_pre() 962 IXGBE_WRITE_REG(hw, IXGBE_CTRL_EXT, ctrl_ext); in ixgbe_if_attach_pre() 1109 ctrl_ext = IXGBE_READ_REG(&sc->hw, IXGBE_CTRL_EXT); in ixgbe_if_attach_pre() 1110 ctrl_ext &= ~IXGBE_CTRL_EXT_DRV_LOAD; in ixgbe_if_attach_pre() 1111 IXGBE_WRITE_REG(&sc->hw, IXGBE_CTRL_EXT, ctrl_ext); in ixgbe_if_attach_pre() 2970 u32 ctrl_ext; in ixgbe_if_detach() local 2982 ctrl_ext = IXGBE_READ_REG(&sc->hw, IXGBE_CTRL_EXT); in ixgbe_if_detach() 2983 ctrl_ext &= ~IXGBE_CTRL_EXT_DRV_LOAD; in ixgbe_if_detach() [all …]
|
H A D | ixgbe_common.c | 399 u32 ctrl_ext; in ixgbe_start_hw_generic() local 416 ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT); in ixgbe_start_hw_generic() 417 ctrl_ext |= IXGBE_CTRL_EXT_NS_DIS; in ixgbe_start_hw_generic() 418 IXGBE_WRITE_REG(hw, IXGBE_CTRL_EXT, ctrl_ext); in ixgbe_start_hw_generic()
|
/freebsd/usr.sbin/bhyve/ |
H A D | tpm_intf_crb.c | 105 } ctrl_ext; /* 38 */ member
|