Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/8250/
D8250_dw.c69 unsigned int uart_16550_compatible:1; member
171 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out38x()
182 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out()
212 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_outq()
223 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32()
240 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32be()
434 data->uart_16550_compatible = true; in dw8250_quirks()
541 data->uart_16550_compatible = device_property_read_bool(dev, in dw8250_probe()
627 if (data->uart_16550_compatible) in dw8250_probe()