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

/freebsd-13-stable/sys/dev/usb/controller/
H A Duhcireg.h93 #define URWMASK(x) ((x) & (UHCI_PORTSC_SUSP | \ macro
H A Duhci.c2367 x = URWMASK(UREAD2(sc, port));
2376 x = URWMASK(UREAD2(sc, port));
2392 x = URWMASK(UREAD2(sc, port));
2424 UWRITE2(sc, port, URWMASK(x) |
2432 UWRITE2(sc, port, URWMASK(x) | UHCI_PORTSC_PE);
2596 x = URWMASK(UREAD2(sc, port));
2600 x = URWMASK(UREAD2(sc, port));
2604 x = URWMASK(UREAD2(sc, port));
2608 x = URWMASK(UREAD2(sc, port));
2612 x = URWMASK(UREAD
[all...]

Completed in 49 milliseconds