Searched defs:stb (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dpch_uart.c415 unsigned int stb)
439 if (stb & ~PCH_UART_LCR_STB) {
440 dev_err(priv->port.dev, "Invalid STB(0x%x)\n", stb);
446 lcr |= stb;
1328 unsigned int parity, bits, stb; local
1348 stb = PCH_UART_HAL_STB2;
1350 stb = PCH_UART_HAL_STB1;
1374 rtn = pch_uart_hal_set_line(priv, baud, parity, bits, stb);
413 pch_uart_hal_set_line(struct eg20t_port *priv, int baud, unsigned int parity, unsigned int bits, unsigned int stb) argument

Completed in 249 milliseconds