Home
last modified time | relevance | path

Searched refs:hw_read_otgsc (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/chipidea/
Dotg.c31 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask) in hw_read_otgsc() function
52 enum ci_role role = hw_read_otgsc(ci, OTGSC_ID) in ci_otg_role()
64 if (hw_read_otgsc(ci, OTGSC_BSV)) in ci_handle_vbus_change()
Dotg_fsm.c232 if (!(hw_read_otgsc(ci, OTGSC_1MSIE))) in ci_otg_add_timer()
318 if (!hw_read_otgsc(ci, OTGSC_BSV)) in b_ase0_brst_tmout_func()
340 if (!(hw_read_otgsc(ci, OTGSC_BSV))) { in b_sess_vld_tmout_func()
623 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()
719 otgsc = hw_read_otgsc(ci, ~0); in ci_otg_fsm_irq()
792 ci->fsm.id = hw_read_otgsc(ci, OTGSC_ID) ? 1 : 0; in ci_hdrc_otg_fsm_init()
825 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init()
827 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
Dotg.h14 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask);
Ddebug.c366 tmp_reg = hw_read_otgsc(ci, ~0); in ci_registers_show()
Dcore.c418 otgsc = hw_read_otgsc(ci, ~0); in ci_irq()