Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c202 reg = DWC3_READ(sc, DWC3_GUSB2PHYCFG0); in snsp_dwc3_dump_regs()
243 phy2 = DWC3_READ(sc, DWC3_GUSB2PHYCFG0); in snps_dwc3_reset()
248 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, phy2); in snps_dwc3_reset()
260 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, phy2); in snps_dwc3_reset()
303 reg = DWC3_READ(sc, DWC3_GUSB2PHYCFG0); in snps_dwc3_configure_phy()
313 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, reg); in snps_dwc3_configure_phy()
325 reg = DWC3_READ(sc, DWC3_GUSB2PHYCFG0); in snps_dwc3_do_quirks()
339 DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, reg); in snps_dwc3_do_quirks()
H A Ddwc3.h93 #define DWC3_GUSB2PHYCFG0 0xc200 macro