Searched refs:hw_read_otgsc (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/chipidea/ |
H A D | otg.c | 28 * hw_read_otgsc returns otgsc register bits value. 31 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask) hw_read_otgsc() function 89 enum ci_role role = hw_read_otgsc(ci, OTGSC_ID) ci_otg_role() 101 if (hw_read_otgsc(ci, OTGSC_BSV)) ci_handle_vbus_change()
|
H A D | otg.h | 14 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask);
|
H A D | otg_fsm.c | 618 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); ci_otg_fsm_event() 713 otgsc = hw_read_otgsc(ci, ~0); ci_otg_fsm_irq() 776 ci->fsm.id = hw_read_otgsc(ci, OTGSC_ID) ? 1 : 0; ci_hdrc_otg_fsm_init() 802 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; ci_hdrc_otg_fsm_init() 804 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; ci_hdrc_otg_fsm_init()
|
H A D | debug.c | 372 tmp_reg = hw_read_otgsc(ci, ~0); ci_registers_show()
|
H A D | core.c | 567 otgsc = hw_read_otgsc(ci, ~0); ci_irq() 1101 !hw_read_otgsc(ci, OTGSC_ID)) { ci_otg_fsm_suspend_for_srp() 1114 if (!hw_read_otgsc(ci, OTGSC_ID)) { ci_otg_fsm_wakeup_by_srp()
|
Completed in 143 milliseconds