Searched refs:hw_read_otgsc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/chipidea/ |
D | otg.c | 31 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()
|
D | otg.h | 14 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask);
|
D | otg_fsm.c | 619 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event() 714 otgsc = hw_read_otgsc(ci, ~0); in ci_otg_fsm_irq() 777 ci->fsm.id = hw_read_otgsc(ci, OTGSC_ID) ? 1 : 0; in ci_hdrc_otg_fsm_init() 803 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init() 805 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
|
D | core.c | 521 otgsc = hw_read_otgsc(ci, ~0); in ci_irq() 868 !hw_read_otgsc(ci, OTGSC_ID)) { in ci_otg_fsm_suspend_for_srp() 881 if (!hw_read_otgsc(ci, OTGSC_ID)) { in ci_otg_fsm_wakeup_by_srp()
|
D | debug.c | 363 tmp_reg = hw_read_otgsc(ci, ~0); in ci_registers_show()
|