Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/8250/
D8250_dw.c53 unsigned int uart_16550_compatible:1; member
155 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out38x()
166 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out()
196 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_outq()
207 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32()
224 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32be()
426 data->uart_16550_compatible = true; in dw8250_quirks()
484 data->uart_16550_compatible = device_property_read_bool(dev, in dw8250_probe()
571 if (data->uart_16550_compatible) in dw8250_probe()