Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/chipidea/
Dotg.c65 val |= OTGSC_ID; in hw_read_otgsc()
67 val &= ~OTGSC_ID; in hw_read_otgsc()
89 enum ci_role role = hw_read_otgsc(ci, OTGSC_ID) in ci_otg_role()
Dbits.h108 #define OTGSC_ID BIT(8) macro
Dotg_fsm.c715 fsm->id = (otgsc & OTGSC_ID) ? 1 : 0; in ci_otg_fsm_irq()
776 ci->fsm.id = hw_read_otgsc(ci, OTGSC_ID) ? 1 : 0; in ci_hdrc_otg_fsm_init()
Dcore.c1101 !hw_read_otgsc(ci, OTGSC_ID)) { in ci_otg_fsm_suspend_for_srp()
1114 if (!hw_read_otgsc(ci, OTGSC_ID)) { in ci_otg_fsm_wakeup_by_srp()
/linux-4.4.14/include/linux/usb/
Dmsm_hsusb_hw.h69 #define OTGSC_ID (1 << 8) macro
/linux-4.4.14/drivers/usb/phy/
Dphy-msm-usb.c1157 if (otgsc & OTGSC_ID) in msm_otg_init_sm()
1301 if (otgsc & OTGSC_ID) in msm_otg_irq()