Lines Matching refs:value

69 				   this value */
83 u8 gpio_value; /* pin value for outputs */
134 * the bcdDevice value is used to differentiate FT232BM and FT245BM from
1243 unsigned value;
1252 value = 0;
1254 value |= FTDI_SIO_SET_DTR_LOW;
1256 value |= FTDI_SIO_SET_RTS_LOW;
1258 value |= FTDI_SIO_SET_DTR_HIGH;
1260 value |= FTDI_SIO_SET_RTS_HIGH;
1265 value, priv->interface,
1393 u16 value;
1399 value = (u16)index_value;
1413 value, index,
1658 * type and the USB host capabilities. The value should be obtained from the
1677 * value of 64 for wMaxPacketSize.
1710 /* Write a new value of the latency timer, in units of milliseconds. */
1732 value is in the low 8 bits, with the enable bit in the 9th bit. */
1828 "bitmode request failed for value 0x%04x: %d\n",
1925 static void ftdi_gpio_set(struct gpio_chip *gc, unsigned int gpio, int value)
1932 if (value)
1997 int value)
2006 if (value)
2313 * If this value is not set in /etc/modprobe.d/ its value will be set
2334 dev_info(&udev->dev, "NDI device with a latency value of %d\n", latency);
2622 u16 value;
2629 value = priv->last_set_data_value | FTDI_SIO_SET_BREAK;
2631 value = priv->last_set_data_value;
2637 value , priv->interface,
2644 break_state, value);
2674 u16 value, index;
2736 value = 0;
2737 value |= (cflag & CSTOPB ? FTDI_SIO_SET_DATA_STOP_BITS_2 :
2741 value |= cflag & PARODD ?
2745 value |= cflag & PARODD ?
2749 value |= FTDI_SIO_SET_DATA_PARITY_NONE;
2756 value |= 7;
2761 value |= 8;
2767 - but is or'ed with this value */
2768 priv->last_set_data_value = value;
2773 value , priv->interface,
2806 value = 0;
2814 value = STOP_CHAR(tty) << 8 | START_CHAR(tty);
2825 value, index, NULL, 0, WDR_TIMEOUT);
2848 * The 8U232AM returns a two byte value (the SIO a 1 byte value) in