Searched refs:OTGSC_STS_USB_ID (Results 1 – 6 of 6) sorted by relevance
567 OTGSC_STS_USB_ID)) { in fsl_otg_set_host()715 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()721 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()936 if (fsl_readl(&p_otg->dr_mem_map->otgsc) & OTGSC_STS_USB_ID) { in usb_otg_start()
24 #define OTGSC_STS_USB_ID 0x00000100 macro
167 #define OTGSC_STS_USB_ID (0x1<<8) macro
321 otg_ctrl->id = !!(otgsc & OTGSC_STS_USB_ID); in mv_otg_update_inputs()502 if ((otgsc & OTGSC_STS_USB_ID) && in mv_otg_irq()
260 #define OTGSC_STS_USB_ID 0x00000100 macro
391 if (!(fsl_readl(&dr_regs->otgsc) & OTGSC_STS_USB_ID)) { in dr_controller_stop()