Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h384 #define GHWCFG2_NUMHSTCHNL_GET(x) ((((x) >> 14) & 15) + 1) macro
H A Ddwc_otg.c3997 sc->sc_host_ch_max = GHWCFG2_NUMHSTCHNL_GET(temp); in dwc_otg_init()