Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/brcm/board/stingray/driver/
H A Dusb_phy.c315 mmio_clrbits_32(phy->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_on()
323 mmio_clrbits_32(phy->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_on()
342 mmio_clrbits_32(phy->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_on()
358 mmio_setbits_32(phy->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_on()
378 err_usb3h_phy_on:mmio_setbits_32(phy->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_on()
448 mmio_setbits_32(p->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_off()
452 mmio_setbits_32(p->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_off()
456 mmio_setbits_32(p->usb3hreg + USB3H_PHY_PWR_CTRL, in u3h_u2drd_phy_power_off()
/rk3399_ARM-atf/plat/brcm/board/stingray/include/
H A Dusb_phy.h101 #define USB3H_PHY_PWR_CTRL 0x38U macro