Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/8250/
D8250_dw.c49 unsigned int uart_16550_compatible:1; member
141 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out38x()
152 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out()
182 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_outq()
193 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32()
210 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32be()
373 data->uart_16550_compatible = true; in dw8250_quirks()
433 data->uart_16550_compatible = device_property_read_bool(dev, in dw8250_probe()
519 if (data->uart_16550_compatible) in dw8250_probe()