Searched refs:USB2_OTG_PAD_CTL0_LS_RSLEW (Results 1 – 2 of 2) sorted by relevance
115 #define USB2_OTG_PAD_CTL0_LS_RSLEW(x) (((x) & 0x03) << 14) macro572 reg &= ~USB2_OTG_PAD_CTL0_LS_RSLEW(~0); in usb2_powerup()580 reg |= USB2_OTG_PAD_CTL0_LS_RSLEW(3); in usb2_powerup()583 reg |= USB2_OTG_PAD_CTL0_LS_RSLEW(0); in usb2_powerup()
118 #define USB2_OTG_PAD_CTL0_LS_RSLEW(x) (((x) & 0x0F) << 17) macro