Searched refs:OTGSC_BSVIE (Results 1 – 5 of 5) sorted by relevance
50 val |= OTGSC_BSVIE; in hw_read_otgsc()52 val &= ~OTGSC_BSVIE; in hw_read_otgsc()91 if (data & mask & OTGSC_BSVIE) { in hw_write_otgsc()93 data &= ~OTGSC_BSVIE; in hw_write_otgsc()94 } else if (mask & OTGSC_BSVIE) { in hw_write_otgsc()
120 #define OTGSC_BSVIE BIT(27) macro125 | OTGSC_BSVIE | OTGSC_BSEIE | OTGSC_1MSIE \
835 hw_write_otgsc(ci, OTGSC_BSVIE, OTGSC_BSVIE); in ci_hdrc_otg_fsm_init()
2010 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device()2011 OTGSC_BSVIS | OTGSC_BSVIE); in udc_id_switch_for_device()2023 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()
575 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq()