Searched refs:usb32 (Results 1 – 1 of 1) sorted by relevance
49 #define USB2_PHY_CTRL(usb32) (usb32 ? 0x20 : 0x4) argument53 #define RB_USB2PHY_SUSPM(usb32) (usb32 ? BIT(14) : BIT(7)) argument67 int usb32; member90 int usb32 = utmi->caps->usb32; in mvebu_a3700_utmi_phy_power_on() local105 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 …]