Searched refs:DOTG_DCTL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 537 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_up() 539 DWC_OTG_WRITE_4(sc, DOTG_DCTL, temp); in dwc_otg_pull_up() 553 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_pull_down() 555 DWC_OTG_WRITE_4(sc, DOTG_DCTL, temp); in dwc_otg_pull_down() 632 temp = DWC_OTG_READ_4(sc, DOTG_DCTL); in dwc_otg_wakeup_peer() 634 DWC_OTG_WRITE_4(sc, DOTG_DCTL, temp); in dwc_otg_wakeup_peer() 640 DWC_OTG_WRITE_4(sc, DOTG_DCTL, temp); in dwc_otg_wakeup_peer() 3885 DWC_OTG_WRITE_4(sc, DOTG_DCTL, in dwc_otg_init() 3970 DWC_OTG_WRITE_4(sc, DOTG_DCTL, in dwc_otg_init() 4082 DWC_OTG_WRITE_4(sc, DOTG_DCTL, in dwc_otg_uninit() [all...] |
H A D | dwc_otgreg.h | 87 #define DOTG_DCTL 0x0804 macro
|