Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/broadcom/
H A Dphy-bcm-kona-usb2.c27 #define P1CTL_SOFT_RESET BIT(1) macro
58 val |= P1CTL_SOFT_RESET; in bcm_kona_usb_phy_init()
60 writel(val & ~P1CTL_SOFT_RESET, phy->regs + P1CTL); in bcm_kona_usb_phy_init()
63 writel(val | P1CTL_SOFT_RESET, phy->regs + P1CTL); in bcm_kona_usb_phy_init()