Searched refs:hw_write_otgsc (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/chipidea/
H A Dotg.h15 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data);
H A Dotg.c74 * hw_write_otgsc updates target bits of OTGSC register.
78 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data) hw_write_otgsc() function
184 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, ci_hdrc_otg_destroy()
H A Dotg_fsm.c330 hw_write_otgsc(ci, OTGSC_HABA, 0); b_data_pls_tmout()
460 hw_write_otgsc(ci, OTGSC_DPIE, 0); ci_otg_drv_vbus()
513 hw_write_otgsc(ci, OTGSC_HADP, OTGSC_HADP); ci_otg_start_pulse()
584 hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS); ci_otg_fsm_work()
585 hw_write_otgsc(ci, OTGSC_DPIE, OTGSC_DPIE); ci_otg_fsm_work()
719 hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS); ci_otg_fsm_irq()
723 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); ci_otg_fsm_irq()
730 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); ci_otg_fsm_irq()
742 hw_write_otgsc(ci, OTGSC_AVVIS, OTGSC_AVVIS); ci_otg_fsm_irq()
798 hw_write_otgsc(ci, OTGSC_AVVIE, OTGSC_AVVIE); ci_hdrc_otg_fsm_init()
806 hw_write_otgsc(ci, OTGSC_BSVIE, OTGSC_BSVIE); ci_hdrc_otg_fsm_init()
H A Dcore.c582 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); ci_irq()
594 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); ci_irq()
901 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, ci_get_otg_capable()
1013 hw_write_otgsc(ci, OTGSC_IDIE, OTGSC_IDIE); ci_hdrc_probe()
H A Dudc.c1950 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, udc_id_switch_for_device()
1963 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); udc_id_switch_for_host()

Completed in 105 milliseconds