Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h387 #define GHWCFG2_NUMDEVEPS_GET(x) ((((x) >> 10) & 15) + 1) macro
H A Ddwc_otg.c3992 sc->sc_dev_ep_max = GHWCFG2_NUMDEVEPS_GET(temp); in dwc_otg_init()