Searched refs:DWC_OTG_READ_4 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 283 value = DWC_OTG_READ_4(sc, DOTG_GRSTCTL); in dwc_otg_tx_fifo_reset() 476 temp = DWC_OTG_READ_4(sc, DOTG_HFIR) & HFIR_FRINT_MASK; in dwc_otg_update_host_frame_interval() 537 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_up() 553 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_down() 632 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_wakeup_peer() 674 temp = DWC_OTG_READ_4(sc, DOTG_DCFG); in dwc_otg_set_address() 707 hcint = DWC_OTG_READ_4(sc, DOTG_HCINT(x)); in dwc_otg_clear_hcint() 719 temp = DWC_OTG_READ_4(sc, DOTG_GINTSTS); in dwc_otg_host_check_tx_fifo_empty() 848 hcchar = DWC_OTG_READ_4(sc, DOTG_HCCHAR(x)); in dwc_otg_host_channel_free_sub() 898 DWC_OTG_READ_4(s in dwc_otg_host_setup_tx() [all...] |
H A D | dwc_otg.h | 45 #define DWC_OTG_READ_4(sc, reg) \ macro
|