Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/renesas/
H A Dphy-rcar-gen2.c20 #define USBHS_LPSTS 0x02 macro
136 value = readw(base + USBHS_LPSTS); in rcar_gen2_phy_power_on()
138 writew(value, base + USBHS_LPSTS); in rcar_gen2_phy_power_on()
179 value = readw(base + USBHS_LPSTS); in rcar_gen2_phy_power_off()
181 writew(value, base + USBHS_LPSTS); in rcar_gen2_phy_power_off()
211 value = readw(base + USBHS_LPSTS); in rz_g1c_phy_power_on()
213 writew(value, base + USBHS_LPSTS); in rz_g1c_phy_power_on()
232 value = readw(base + USBHS_LPSTS); in rz_g1c_phy_power_off()
234 writew(value, base + USBHS_LPSTS); in rz_g1c_phy_power_off()
/openbmc/u-boot/drivers/phy/
H A Dphy-rcar-gen2.c21 #define USBHS_LPSTS 0x02 macro
81 setbits_le16(priv->regs + USBHS_LPSTS, USBHS_LPSTS_SUSPM); in rcar_gen2_phy_phy_power_on()
103 clrbits_le16(priv->regs + USBHS_LPSTS, USBHS_LPSTS_SUSPM); in rcar_gen2_phy_phy_power_off()