Searched refs:DWC_OTG_READ_4 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/dev/usb/controller/ |
| HD | dwc_otg.c | 286 value = DWC_OTG_READ_4(sc, DOTG_GRSTCTL); in dwc_otg_tx_fifo_reset() 482 temp = DWC_OTG_READ_4(sc, DOTG_HFIR) & HFIR_FRINT_MASK; in dwc_otg_update_host_frame_interval() 545 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_up() 561 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_down() 640 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_wakeup_peer() 682 temp = DWC_OTG_READ_4(sc, DOTG_DCFG); in dwc_otg_set_address() 715 hcint = DWC_OTG_READ_4(sc, DOTG_HCINT(x)); in dwc_otg_clear_hcint() 727 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_host_check_tx_fifo_empty() 856 hcchar = DWC_OTG_READ_4(sc, DOTG_HCCHAR(x)); in dwc_otg_host_channel_free_sub() 906 DWC_OTG_READ_4(sc, DOTG_HCCHAR(td->channel[0])), in dwc_otg_host_setup_tx() [all …]
|
| HD | dwc_otg.h | 44 #define DWC_OTG_READ_4(sc, reg) \ macro
|