DPIO_CH1
[DPIO_CH1] = { .port = PORT_C },
port == phy_info->channel[DPIO_CH1].port) {
*ch = DPIO_CH1;
!chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, true);
if (ch == DPIO_CH1)
if (ch == DPIO_CH1)
chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, false);
return DPIO_CH1;
return DPIO_CH1;
PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1) |
PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0) |
PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1));
if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1)) == 0)
phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1);
PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1)))
PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1)) &&
phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1);
PHY_CH_POWER_DOWN_OVRD(0x3, DPIO_PHY0, DPIO_CH1)))
phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0);
PHY_CH_POWER_DOWN_OVRD(0xc, DPIO_PHY0, DPIO_CH1)))
phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1);
if (ch == DPIO_CH1 && val == 0)
PHY_CH_POWER_MODE(PHY_CH_DEEP_PSR, DPIO_PHY0, DPIO_CH1) |
PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1);
PHY_CH_POWER_DOWN_OVRD(mask, DPIO_PHY0, DPIO_CH1);