Home
last modified time | relevance | path

Searched refs:PHY_RESET_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/aspeed/ast2600_dcscm/
H A Dast2600_dcscm.c149 #define PHY_RESET_MASK (BIT(GRP_C + 1)) in reset_eth_phy_dcscm_card_a2() macro
155 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()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dboard_common.c33 #define PHY_RESET_MASK (BIT(GRP_F + 0) | BIT(GRP_F + 2)) in reset_eth_phy() macro
40 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()
/openbmc/linux/drivers/phy/intel/
H A Dphy-intel-keembay-usb.c41 #define PHY_RESET_MASK BIT(14) macro
142 POR_MASK | PHY_RESET_MASK, in keembay_usb_phys_on()
143 FIELD_PREP(POR_MASK | PHY_RESET_MASK, 0)); in keembay_usb_phys_on()