Home
last modified time | relevance | path

Searched refs:uart_16550_compatible (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_dw.c63 unsigned int uart_16550_compatible:1; member
168 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out38x()
179 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out()
209 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_outq()
220 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32()
237 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32be()
480 data->uart_16550_compatible = true; in dw8250_quirks()
544 data->uart_16550_compatible = device_property_read_bool(dev, in dw8250_probe()
638 if (data->uart_16550_compatible) in dw8250_probe()