Home
last modified time | relevance | path

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

/drivers/phy/marvell/
Dphy-mvebu-a3700-utmi.c49 #define USB2_PHY_CTRL(usb32) (usb32 ? 0x20 : 0x4) argument
53 #define RB_USB2PHY_SUSPM(usb32) (usb32 ? BIT(14) : BIT(7)) argument
67 int usb32; member
90 int usb32 = utmi->caps->usb32; in mvebu_a3700_utmi_phy_power_on() local
105 regmap_update_bits(utmi->usb_misc, USB2_PHY_CTRL(usb32), in mvebu_a3700_utmi_phy_power_on()
106 RB_USB2PHY_SUSPM(usb32) | RB_USB2PHY_PU, in mvebu_a3700_utmi_phy_power_on()
107 RB_USB2PHY_SUSPM(usb32) | RB_USB2PHY_PU); in mvebu_a3700_utmi_phy_power_on()
109 if (usb32) { in mvebu_a3700_utmi_phy_power_on()
122 regmap_update_bits(utmi->usb_misc, USB2_PHY_CTRL(usb32), in mvebu_a3700_utmi_phy_power_on()
167 int usb32 = utmi->caps->usb32; in mvebu_a3700_utmi_phy_power_off() local
[all …]