Searched refs:OTGSC_ID (Results 1 – 6 of 6) sorted by relevance
60 #define OTGSC_ID (1 << 8) macro
52 enum ci_role role = hw_read_otgsc(ci, OTGSC_ID) in ci_otg_role()
96 #define OTGSC_ID BIT(8) macro
716 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()
868 !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()
1131 if (otgsc & OTGSC_ID) in msm_otg_init_sm()1275 if (otgsc & OTGSC_ID) in msm_otg_irq()