Searched refs:OTGSC_BSVIE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | otg.c | 51 val |= OTGSC_BSVIE; in hw_read_otgsc() 53 val &= ~OTGSC_BSVIE; in hw_read_otgsc() 93 if (data & mask & OTGSC_BSVIE) { in hw_write_otgsc() 95 data &= ~OTGSC_BSVIE; in hw_write_otgsc() 96 } else if (mask & OTGSC_BSVIE) { in hw_write_otgsc()
|
H A D | bits.h | 120 #define OTGSC_BSVIE BIT(27) macro 125 | OTGSC_BSVIE | OTGSC_BSEIE | OTGSC_1MSIE \
|
H A D | otg_fsm.c | 837 hw_write_otgsc(ci, OTGSC_BSVIE, OTGSC_BSVIE); in ci_hdrc_otg_fsm_init()
|
H A D | core.c | 557 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq_handler() 1318 (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) in ci_extcon_wakeup_int()
|
H A D | udc.c | 2134 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device() 2135 OTGSC_BSVIS | OTGSC_BSVIE); in udc_id_switch_for_device() 2147 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | otg.c | 51 val |= OTGSC_BSVIE; in hw_read_otgsc() 53 val &= ~OTGSC_BSVIE; in hw_read_otgsc() 93 if (data & mask & OTGSC_BSVIE) { in hw_write_otgsc() 95 data &= ~OTGSC_BSVIE; in hw_write_otgsc() 96 } else if (mask & OTGSC_BSVIE) { in hw_write_otgsc()
|
H A D | bits.h | 120 #define OTGSC_BSVIE BIT(27) macro 125 | OTGSC_BSVIE | OTGSC_BSEIE | OTGSC_1MSIE \
|
H A D | otg_fsm.c | 844 hw_write_otgsc(ci, OTGSC_BSVIE, OTGSC_BSVIE); in ci_hdrc_otg_fsm_init()
|
H A D | udc.c | 2172 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device() 2173 OTGSC_BSVIS | OTGSC_BSVIE); in udc_id_switch_for_device() 2185 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host() 2210 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_resume() 2211 OTGSC_BSVIS | OTGSC_BSVIE); in udc_resume()
|
H A D | core.c | 564 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq_handler() 1342 (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) in ci_extcon_wakeup_int()
|
Completed in 12 milliseconds