Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/8250/
D8250_dw.c166 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out()
205 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_outq()
216 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32()
233 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32be()
489 data->uart_16550_compatible = true; in dw8250_quirks()
556 data->uart_16550_compatible = device_property_read_bool(dev, in dw8250_probe()
647 if (data->uart_16550_compatible) in dw8250_probe()
D8250_dwlib.h47 unsigned int uart_16550_compatible:1; member