Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h413 #define GHWCFG4_NUM_IN_EP_GET(x) ((((x) >> 26) & 15) + 1) macro
H A Ddwc_otg.c4004 sc->sc_dev_in_ep_max = GHWCFG4_NUM_IN_EP_GET(temp); in dwc_otg_init()