Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H A Dotg_fsm.c346 hw_write_otgsc(ci, OTGSC_HABA, 0); in b_data_pls_tmout()
480 hw_write_otgsc(ci, OTGSC_DPIE, 0); in ci_otg_drv_vbus()
546 hw_write_otgsc(ci, OTGSC_HADP, OTGSC_HADP); in ci_otg_start_pulse()
617 hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS); in ci_otg_fsm_work()
618 hw_write_otgsc(ci, OTGSC_DPIE, OTGSC_DPIE); in ci_otg_fsm_work()
751 hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS); in ci_otg_fsm_irq()
755 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_otg_fsm_irq()
762 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_otg_fsm_irq()
774 hw_write_otgsc(ci, OTGSC_AVVIS, OTGSC_AVVIS); in ci_otg_fsm_irq()
834 hw_write_otgsc(ci, OTGSC_AVVIE, OTGSC_AVVIE); in ci_hdrc_otg_fsm_init()
[all …]
H A Dotg.h12 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data);
H A Dotg.c83 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data) in hw_write_otgsc() function
268 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_hdrc_otg_destroy()
H A Dcore.c556 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_irq_handler()
568 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_irq_handler()
655 hw_write_otgsc(ci, OTGSC_IDIE, OTGSC_IDIE); in ci_get_role()
985 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_get_otg_capable()
H A Dudc.c2350 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device()
2363 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()
2392 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_resume()