Searched refs:hs_phytype (Results 1 – 2 of 2) sorted by relevance
805 uint32_t hs_phytype; in usbd_core_init() local811 hs_phytype = *(__IO uint32_t *)((uint32_t)usbx + 0x48) & 0xC0; in usbd_core_init()814 if((core_id == USB_HIGH_SPEED_CORE_ID) && hs_phytype) in usbd_core_init()835 if(udev->dma_en == TRUE && hs_phytype) in usbd_core_init()855 if((core_id == USB_HIGH_SPEED_CORE_ID) && hs_phytype) in usbd_core_init()861 if(hs_phytype == 0xC0 ) in usbd_core_init()938 if(udev->dma_en == FALSE || hs_phytype == 0) in usbd_core_init()
529 uint32_t hs_phytype; in usbh_core_init() local533 hs_phytype = *(__IO uint32_t *)((uint32_t)usbx + 0x48) & 0xC0; in usbh_core_init()558 if(uhost->dma_en == TRUE && hs_phytype) in usbh_core_init()575 if(hs_phytype) in usbh_core_init()
Completed in 7 milliseconds