HomeSort by: relevance | last modified time | path
    Searched refs:URWMASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uhcireg.h 113 #define URWMASK(x) \
uhci.c 3492 x = URWMASK(UREAD2(sc, port));
3500 x = URWMASK(UREAD2(sc, port));
3508 x = URWMASK(UREAD2(sc, port));
3539 UWRITE2(sc, port, URWMASK(x) |
3548 UWRITE2(sc, port, URWMASK(x) | UHCI_PORTSC_PE);
3621 x = URWMASK(UREAD2(sc, port));
3625 x = URWMASK(UREAD2(sc, port));
3635 x = URWMASK(UREAD2(sc, port));
3639 x = URWMASK(UREAD2(sc, port));
3643 x = URWMASK(UREAD2(sc, port))
    [all...]

Completed in 149 milliseconds