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

/freebsd-13-stable/sys/dev/usb/serial/
H A Dumcs.c992 uint16_t wVal; local
997 wVal = ((uint16_t)(portno + 1)) << 8;
1001 USETW(req.wValue, wVal);
1019 uint16_t wVal; local
1022 wVal = ((uint16_t)(portno + 1)) << 8 | data;
1026 USETW(req.wValue, wVal);

Completed in 50 milliseconds