Searched refs:wVal (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/usb/serial/
H A Dumcs.c991 uint16_t wVal; local
996 wVal = ((uint16_t)(portno + 1)) << 8;
1000 USETW(req.wValue, wVal);
1018 uint16_t wVal; local
1021 wVal = ((uint16_t)(portno + 1)) << 8 | data;
1025 USETW(req.wValue, wVal);

Completed in 74 milliseconds