Searched refs:URWMASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/controller/
H A Duhcireg.h91 #define URWMASK(x) ((x) & (UHCI_PORTSC_SUSP | \ macro
H A Duhci.c2399 x = URWMASK(UREAD2(sc, port));
2408 x = URWMASK(UREAD2(sc, port));
2425 x = URWMASK(UREAD2(sc, port));
2458 UWRITE2(sc, port, URWMASK(x) |
2466 UWRITE2(sc, port, URWMASK(x) | UHCI_PORTSC_PE);
2630 x = URWMASK(UREAD2(sc, port));
2634 x = URWMASK(UREAD2(sc, port));
2638 x = URWMASK(UREAD2(sc, port));
2642 x = URWMASK(UREAD2(sc, port));
2646 x = URWMASK(UREAD
[all...]

Completed in 30 milliseconds