Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h617 #define DCFG_DEVADDR_SET(x) (((x) & 0x7F) << 4) macro
H A Ddwc_otg.c675 temp &= ~DCFG_DEVADDR_SET(0x7F); in dwc_otg_set_address()
676 temp |= DCFG_DEVADDR_SET(addr); in dwc_otg_set_address()