Searched refs:hw_write_otgsc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/chipidea/ |
D | otg_fsm.c | 330 hw_write_otgsc(ci, OTGSC_HABA, 0); in b_data_pls_tmout() 460 hw_write_otgsc(ci, OTGSC_DPIE, 0); in ci_otg_drv_vbus() 513 hw_write_otgsc(ci, OTGSC_HADP, OTGSC_HADP); in ci_otg_start_pulse() 585 hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS); in ci_otg_fsm_work() 586 hw_write_otgsc(ci, OTGSC_DPIE, OTGSC_DPIE); in ci_otg_fsm_work() 720 hw_write_otgsc(ci, OTGSC_DPIS, OTGSC_DPIS); in ci_otg_fsm_irq() 724 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_otg_fsm_irq() 731 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_otg_fsm_irq() 743 hw_write_otgsc(ci, OTGSC_AVVIS, OTGSC_AVVIS); in ci_otg_fsm_irq() 799 hw_write_otgsc(ci, OTGSC_AVVIE, OTGSC_AVVIE); in ci_hdrc_otg_fsm_init() [all …]
|
D | otg.c | 41 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data) in hw_write_otgsc() function 144 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_hdrc_otg_destroy()
|
D | otg.h | 15 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data);
|
D | core.c | 536 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_irq() 548 hw_write_otgsc(ci, OTGSC_BSVIS, OTGSC_BSVIS); in ci_irq() 674 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_get_otg_capable() 786 hw_write_otgsc(ci, OTGSC_IDIE, OTGSC_IDIE); in ci_hdrc_probe()
|
D | udc.c | 1924 hw_write_otgsc(ci, OTGSC_BSVIS | OTGSC_BSVIE, in udc_id_switch_for_device() 1937 hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS); in udc_id_switch_for_host()
|