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

/freebsd-11.0-release/sys/dev/usb/serial/
H A Dumcs.c980 uint16_t wVal; local
985 wVal = ((uint16_t)(portno + 1)) << 8;
989 USETW(req.wValue, wVal);
1007 uint16_t wVal; local
1010 wVal = ((uint16_t)(portno + 1)) << 8 | data;
1014 USETW(req.wValue, wVal);

Completed in 81 milliseconds