Home
last modified time | relevance | path

Searched refs:OTGSC_STS_USB_ID (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-mv-usb.h20 #define OTGSC_STS_USB_ID 0x00000100 macro
H A Dphy-fsl-usb.c582 OTGSC_STS_USB_ID)) { in fsl_otg_set_host()
719 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()
725 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()
943 if (fsl_readl(&p_otg->dr_mem_map->otgsc) & OTGSC_STS_USB_ID) { in usb_otg_start()
H A Dphy-fsl-usb.h153 #define OTGSC_STS_USB_ID (0x1<<8) macro
H A Dphy-mv-usb.c311 otg_ctrl->id = !!(otgsc & OTGSC_STS_USB_ID); in mv_otg_update_inputs()
490 if ((otgsc & OTGSC_STS_USB_ID) && in mv_otg_irq()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-mv-usb.h20 #define OTGSC_STS_USB_ID 0x00000100 macro
H A Dphy-fsl-usb.c582 OTGSC_STS_USB_ID)) { in fsl_otg_set_host()
719 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()
725 fsm->id = (otg_sc & OTGSC_STS_USB_ID) ? 1 : 0; in fsl_otg_isr()
943 if (fsl_readl(&p_otg->dr_mem_map->otgsc) & OTGSC_STS_USB_ID) { in usb_otg_start()
H A Dphy-fsl-usb.h153 #define OTGSC_STS_USB_ID (0x1<<8) macro
H A Dphy-mv-usb.c311 otg_ctrl->id = !!(otgsc & OTGSC_STS_USB_ID); in mv_otg_update_inputs()
490 if ((otgsc & OTGSC_STS_USB_ID) && in mv_otg_irq()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h259 #define OTGSC_STS_USB_ID 0x00000100 macro
H A Dfsl_udc_core.c387 if (!(fsl_readl(&dr_regs->otgsc) & OTGSC_STS_USB_ID)) { in dr_controller_stop()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h259 #define OTGSC_STS_USB_ID 0x00000100 macro
H A Dfsl_udc_core.c383 if (!(fsl_readl(&dr_regs->otgsc) & OTGSC_STS_USB_ID)) { in dr_controller_stop()

Completed in 18 milliseconds