Searched refs:PHY_RESET_MASK (Results 1 – 3 of 3) sorted by relevance
149 #define PHY_RESET_MASK (BIT(GRP_C + 1)) in reset_eth_phy_dcscm_card_a2() macro155 direction |= PHY_RESET_MASK; in reset_eth_phy_dcscm_card_a2()156 value &= ~PHY_RESET_MASK; in reset_eth_phy_dcscm_card_a2()159 while ((readl(0x1e780000) & PHY_RESET_MASK) != 0) in reset_eth_phy_dcscm_card_a2()165 value |= PHY_RESET_MASK; in reset_eth_phy_dcscm_card_a2()167 while ((readl(0x1e780000) & PHY_RESET_MASK) != PHY_RESET_MASK) in reset_eth_phy_dcscm_card_a2()
33 #define PHY_RESET_MASK (BIT(GRP_F + 0) | BIT(GRP_F + 2)) in reset_eth_phy() macro40 direction |= PHY_RESET_MASK; in reset_eth_phy()41 value &= ~PHY_RESET_MASK; in reset_eth_phy()44 while((readl(0x1e780020) & PHY_RESET_MASK) != 0); in reset_eth_phy()48 value |= PHY_RESET_MASK; in reset_eth_phy()50 while((readl(0x1e780020) & PHY_RESET_MASK) != PHY_RESET_MASK); in reset_eth_phy()
41 #define PHY_RESET_MASK BIT(14) macro142 POR_MASK | PHY_RESET_MASK, in keembay_usb_phys_on()143 FIELD_PREP(POR_MASK | PHY_RESET_MASK, 0)); in keembay_usb_phys_on()