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