Searched refs:USB2_OTG_PAD_CTL0_HS_CURR_LEVEL (Results 1 – 2 of 2) sorted by relevance
120 #define USB2_OTG_PAD_CTL0_HS_CURR_LEVEL(x) (((x) & 0x3F) << 0) macro572 reg &= ~USB2_OTG_PAD_CTL0_HS_CURR_LEVEL(~0); in usb2_powerup()581 reg |= USB2_OTG_PAD_CTL0_HS_CURR_LEVEL(sc->hs_curr_level_0); in usb2_powerup()584 reg |= USB2_OTG_PAD_CTL0_HS_CURR_LEVEL(sc->hs_curr_level_123); in usb2_powerup()
124 #define USB2_OTG_PAD_CTL0_HS_CURR_LEVEL(x) (((x) & 0x3F) << 0) macro1284 reg &= ~USB2_OTG_PAD_CTL0_HS_CURR_LEVEL(~0); in usb2_enable()1290 reg |= USB2_OTG_PAD_CTL0_HS_CURR_LEVEL(sc->hs_curr_level[lane->idx] + in usb2_enable()