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.c203 reg = DWC3_READ(sc, DWC3_GUSB3PIPECTL0); in snsp_dwc3_dump_regs()
249 phy3 = DWC3_READ(sc, DWC3_GUSB3PIPECTL0); in snps_dwc3_reset()
254 DWC3_WRITE(sc, DWC3_GUSB3PIPECTL0, phy3); in snps_dwc3_reset()
262 DWC3_WRITE(sc, DWC3_GUSB3PIPECTL0, phy3); in snps_dwc3_reset()
345 reg = DWC3_READ(sc, DWC3_GUSB3PIPECTL0); in snps_dwc3_do_quirks()
355 DWC3_WRITE(sc, DWC3_GUSB3PIPECTL0, reg); in snps_dwc3_do_quirks()
H A Ddwc3.h105 #define DWC3_GUSB3PIPECTL0 0xc2c0 macro