Searched refs:PHY_POWERGOOD (Results 1 – 2 of 2) sorted by relevance
1330 phy_status |= PHY_POWERGOOD(DPIO_PHY0); in assert_chv_phy_status()1371 phy_status |= PHY_POWERGOOD(DPIO_PHY1); in assert_chv_phy_status()1431 PHY_POWERGOOD(phy), 1)) in chv_dpio_cmn_power_well_enable()
1528 #define PHY_POWERGOOD(phy) (((phy) == DPIO_PHY0) ? (1 << 31) : (1 << 30)) macro