Searched refs:DWC_OTG_READ_4 (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/usb/controller/ |
| HD | dwc_otg.c | 297 value = DWC_OTG_READ_4(sc, DOTG_GRSTCTL); in dwc_otg_tx_fifo_reset() 483 temp = DWC_OTG_READ_4(sc, DOTG_HFIR) & HFIR_FRINT_MASK; in dwc_otg_update_host_frame_interval() 546 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_up() 562 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_down() 641 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_wakeup_peer() 683 temp = DWC_OTG_READ_4(sc, DOTG_DCFG); in dwc_otg_set_address() 716 hcint = DWC_OTG_READ_4(sc, DOTG_HCINT(x)); in dwc_otg_clear_hcint() 728 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_host_check_tx_fifo_empty() 857 hcchar = DWC_OTG_READ_4(sc, DOTG_HCCHAR(x)); in dwc_otg_host_channel_free_sub() 907 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
|