Searched refs:parity_enable (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/serial/ |
D | cypress_m8.c | 297 int stop_bits, int parity_enable, int parity_type, int reset, in cypress_serial_control() argument 337 feature_buffer[4] |= (parity_enable << 4); /* assign parity flag in 1 bit space */ in cypress_serial_control() 869 int data_bits, stop_bits, parity_type, parity_enable; in cypress_set_termios() local 922 parity_enable = 1; in cypress_set_termios() 926 parity_enable = parity_type = 0; in cypress_set_termios() 956 __func__, stop_bits, parity_enable, parity_type, data_bits); in cypress_set_termios() 960 parity_enable, parity_type, in cypress_set_termios()
|
/drivers/spi/ |
D | spi-davinci.c | 373 if (spicfg->parity_enable) in davinci_spi_setup_transfer()
|