Home
last modified time | relevance | path

Searched refs:OTGSC_STS_USB_ID (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/phy/
A Dphy-fsl-usb.c583 OTGSC_STS_USB_ID)) { in fsl_otg_set_host()
720 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()
726 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()
944 if (fsl_readl(&p_otg->dr_mem_map->otgsc) & OTGSC_STS_USB_ID) { in usb_otg_start()
A Dphy-mv-usb.h20 #define OTGSC_STS_USB_ID 0x00000100 macro
A Dphy-fsl-usb.h153 #define OTGSC_STS_USB_ID (0x1<<8) macro
/drivers/usb/gadget/udc/
A Dfsl_usb2_udc.h259 #define OTGSC_STS_USB_ID 0x00000100 macro
A Dfsl_udc_core.c385 if (!(fsl_readl(&dr_regs->otgsc) & OTGSC_STS_USB_ID)) { in dr_controller_stop()

Completed in 17 milliseconds