Home
last modified time | relevance | path

Searched refs:sc_phy_bits (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_dwc_fdt.c154 sc->base.sc_otg.sc_phy_bits = 16; in jz4780_dwc_otg_attach()
/freebsd-12.1/sys/dev/usb/controller/
H A Ddwc_otg.h197 uint8_t sc_phy_bits; member
H A Ddwc_otg.c3920 if (sc->sc_phy_bits == 0) in dwc_otg_init()
3921 sc->sc_phy_bits = 16; in dwc_otg_init()
3950 (sc->sc_phy_bits == 16 ? GUSBCFG_PHYIF : 0) | in dwc_otg_init()