Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dbits.h85 #define OTGSC_ID BIT(8) macro
Dotg.c52 enum ci_role role = hw_read_otgsc(ci, OTGSC_ID) in ci_otg_role()
Dotg_fsm.c721 fsm->id = (otgsc & OTGSC_ID) ? 1 : 0; in ci_otg_fsm_irq()
792 ci->fsm.id = hw_read_otgsc(ci, OTGSC_ID) ? 1 : 0; in ci_hdrc_otg_fsm_init()
/drivers/usb/phy/
Dphy-msm-usb.c1139 if (otgsc & OTGSC_ID) in msm_otg_init_sm()
1281 if (otgsc & OTGSC_ID) in msm_otg_irq()