Searched refs:phy_ctrl (Results 1 - 6 of 6) sorted by last modified time

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h4407 uint32_t phy_ctrl : 32; /**< PHY Control */ member in struct:cvmx_pcieepx_cfg517::cvmx_pcieepx_cfg517_s
4409 uint32_t phy_ctrl : 32;
H A Dcvmx-pciercx-defs.h4418 uint32_t phy_ctrl : 32; /**< PHY Control */ member in struct:cvmx_pciercx_cfg517::cvmx_pciercx_cfg517_s
4420 uint32_t phy_ctrl : 32;
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_ich8lan.c2638 u32 phy_ctrl; local
2647 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
2650 phy_ctrl |= E1000_PHY_CTRL_D0A_LPLU;
2651 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
2675 phy_ctrl &= ~E1000_PHY_CTRL_D0A_LPLU;
2676 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
2734 u32 phy_ctrl; local
2740 phy_ctrl = E1000_READ_REG(hw, E1000_PHY_CTRL);
2743 phy_ctrl &= ~E1000_PHY_CTRL_NOND0A_LPLU;
2744 E1000_WRITE_REG(hw, E1000_PHY_CTRL, phy_ctrl);
4287 u32 phy_ctrl; local
4470 u32 phy_ctrl; local
[all...]
H A De1000_phy.c1613 u16 phy_ctrl; local
1639 ret_val = phy->ops.read_reg(hw, PHY_CONTROL, &phy_ctrl);
1643 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG);
1644 ret_val = phy->ops.write_reg(hw, PHY_CONTROL, phy_ctrl);
1985 * @phy_ctrl: pointer to current value of PHY_CONTROL
1994 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl) argument
2013 *phy_ctrl &= ~MII_CR_AUTO_NEG_EN;
2018 *phy_ctrl &= ~MII_CR_FULL_DUPLEX;
2022 *phy_ctrl |= MII_CR_FULL_DUPLEX;
2029 *phy_ctrl |
2795 u16 phy_ctrl; local
[all...]
H A De1000_phy.h70 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwi.c2953 uint16_t phy_ctrl; local
3044 phy_ctrl = __SHIFTIN(mac->mac_rf.rf_ant_mode,
3047 phy_ctrl |= BWI_TXH_PHY_C_OFDM;
3049 phy_ctrl |= BWI_TXH_PHY_C_SHPREAMBLE;
3058 hdr->txh_phy_ctrl = htole16(phy_ctrl);
3143 uint16_t phy_ctrl; local
3225 phy_ctrl = __SHIFTIN(mac->mac_rf.rf_ant_mode,
3228 phy_ctrl |= BWI_TXH_PHY_C_OFDM;
3231 phy_ctrl |= BWI_TXH_PHY_C_SHPREAMBLE;
3234 hdr->txh_phy_ctrl = htole16(phy_ctrl);
[all...]

Completed in 163 milliseconds