Lines Matching defs:wValue
1375 uint16_t wValue;
1380 wValue = onoff ? FTDI_SIO_SET_DTR_HIGH : FTDI_SIO_SET_DTR_LOW;
1384 USETW(req.wValue, wValue);
1396 uint16_t wValue;
1401 wValue = onoff ? FTDI_SIO_SET_RTS_HIGH : FTDI_SIO_SET_RTS_LOW;
1405 USETW(req.wValue, wValue);
1417 uint16_t wValue;
1428 wValue = sc->sc_last_lcr;
1432 USETW(req.wValue, wValue);
1669 USETW(req.wValue, cfg.baud_lobits);
1677 USETW(req.wValue, cfg.lcr);
1685 USETW2(req.wValue, cfg.v_stop, cfg.v_start);
1716 USETW(req.wValue, reset_type);
1737 USETW2(req.wValue, 0, 0);
1739 USETW2(req.wValue, (1 << bitmode), iomask);
1761 USETW(req.wValue, 0);
1783 USETW2(req.wValue, 0, latency);
1803 USETW(req.wValue, 0);
1827 USETW2(req.wValue, enable, echar & 0xff);
1848 USETW2(req.wValue, enable, echar & 0xff);
1874 USETW(req.wValue, 0);
1904 USETW(req.wValue, eeio->data[widx]);
1929 USETW(req.wValue, 0);