Home
last modified time | relevance | path

Searched refs:OTGSC_ID (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/usb/
Dmsm_hsusb_hw.h60 #define OTGSC_ID (1 << 8) macro
/linux-4.1.27/drivers/usb/chipidea/
Dotg.c52 enum ci_role role = hw_read_otgsc(ci, OTGSC_ID) in ci_otg_role()
Dbits.h96 #define OTGSC_ID BIT(8) macro
Dotg_fsm.c716 fsm->id = (otgsc & OTGSC_ID) ? 1 : 0; in ci_otg_fsm_irq()
777 ci->fsm.id = hw_read_otgsc(ci, OTGSC_ID) ? 1 : 0; in ci_hdrc_otg_fsm_init()
Dcore.c868 !hw_read_otgsc(ci, OTGSC_ID)) { in ci_otg_fsm_suspend_for_srp()
881 if (!hw_read_otgsc(ci, OTGSC_ID)) { in ci_otg_fsm_wakeup_by_srp()
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1131 if (otgsc & OTGSC_ID) in msm_otg_init_sm()
1275 if (otgsc & OTGSC_ID) in msm_otg_irq()