Searched refs:URWMASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | uhci.c | 2335 x = URWMASK(UREAD2(sc, port)); in uhci_portreset() 2344 x = URWMASK(UREAD2(sc, port)); in uhci_portreset() 2360 x = URWMASK(UREAD2(sc, port)); in uhci_portreset() 2392 UWRITE2(sc, port, URWMASK(x) | in uhci_portreset() 2400 UWRITE2(sc, port, URWMASK(x) | UHCI_PORTSC_PE); in uhci_portreset() 2564 x = URWMASK(UREAD2(sc, port)); in uhci_roothub_exec() 2568 x = URWMASK(UREAD2(sc, port)); in uhci_roothub_exec() 2572 x = URWMASK(UREAD2(sc, port)); in uhci_roothub_exec() 2576 x = URWMASK(UREAD2(sc, port)); in uhci_roothub_exec() 2580 x = URWMASK(UREAD2(sc, port)); in uhci_roothub_exec() [all …]
|
H A D | uhcireg.h | 92 #define URWMASK(x) ((x) & (UHCI_PORTSC_SUSP | \ macro
|