Home
last modified time | relevance | path

Searched refs:DWC3_GUSB3PIPECTL0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c204 reg = DWC3_READ(sc, DWC3_GUSB3PIPECTL0); in snsp_dwc3_dump_regs()
250 phy3 = DWC3_READ(sc, DWC3_GUSB3PIPECTL0); in snps_dwc3_reset()
255 DWC3_WRITE(sc, DWC3_GUSB3PIPECTL0, phy3); in snps_dwc3_reset()
263 DWC3_WRITE(sc, DWC3_GUSB3PIPECTL0, phy3); in snps_dwc3_reset()
346 reg = DWC3_READ(sc, DWC3_GUSB3PIPECTL0); in snps_dwc3_do_quirks()
356 DWC3_WRITE(sc, DWC3_GUSB3PIPECTL0, reg); in snps_dwc3_do_quirks()
H A Ddwc3.h105 #define DWC3_GUSB3PIPECTL0 0xc2c0 macro