Searched refs:USB2_OTG_PAD_CTL0_LS_RSLEW (Results 1 – 2 of 2) sorted by relevance
117 #define USB2_OTG_PAD_CTL0_LS_RSLEW(x) (((x) & 0x03) << 14) macro574 reg &= ~USB2_OTG_PAD_CTL0_LS_RSLEW(~0); in usb2_powerup()582 reg |= USB2_OTG_PAD_CTL0_LS_RSLEW(3); in usb2_powerup()585 reg |= USB2_OTG_PAD_CTL0_LS_RSLEW(0); in usb2_powerup()
120 #define USB2_OTG_PAD_CTL0_LS_RSLEW(x) (((x) & 0x0F) << 17) macro