Lines Matching refs:phy_control
1133 u32 phy_control = dev_priv->chv_phy_control; in assert_chv_phy_status() local
1161 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH0)) == 0) in assert_chv_phy_status()
1162 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status()
1164 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1)) == 0) in assert_chv_phy_status()
1165 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status()
1168 if (BITS_SET(phy_control, in assert_chv_phy_status()
1178 if (BITS_SET(phy_control, in assert_chv_phy_status()
1183 if (BITS_SET(phy_control, in assert_chv_phy_status()
1186 if (BITS_SET(phy_control, in assert_chv_phy_status()
1190 if (BITS_SET(phy_control, in assert_chv_phy_status()
1193 if (BITS_SET(phy_control, in assert_chv_phy_status()
1202 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY1, DPIO_CH0)) == 0) in assert_chv_phy_status()
1203 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY1, DPIO_CH0); in assert_chv_phy_status()
1205 if (BITS_SET(phy_control, in assert_chv_phy_status()
1209 if (BITS_SET(phy_control, in assert_chv_phy_status()
1212 if (BITS_SET(phy_control, in assert_chv_phy_status()