Searched refs:USB_POWER_HSENAB (Results 1 – 11 of 11) sorted by relevance
46 #define USB_POWER_HSENAB (0x20) /* RW */ macro
231 USB_DRV_SetBits8(&musb->power, USB_POWER_HSENAB); in usbc_udc_enable()
420 #define USB_POWER_HSENAB 0x00000020 // High Speed Enable macro
423 #define USB_POWER_HSENAB 0x00000020 // High Speed Enable macro
7495 #define USB_POWER_HSENAB 0x00000020 // High Speed Enable macro
326 HWREGB(ui32Base + USB_O_POWER) |= USB_POWER_HSENAB; in USBHighSpeed()333 HWREGB(ui32Base + USB_O_POWER) &= ~USB_POWER_HSENAB; in USBHighSpeed()
331 HWREGB(ui32Base + USB_O_POWER) |= USB_POWER_HSENAB; in USBHighSpeed()338 HWREGB(ui32Base + USB_O_POWER) &= ~USB_POWER_HSENAB; in USBHighSpeed()
6890 #define USB_POWER_HSENAB 0x00000020 // High Speed Enable macro
6997 #define USB_POWER_HSENAB 0x00000020 // High Speed Enable macro
Completed in 227 milliseconds