Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_dw.c79 unsigned int uart_16550_compatible:1; member
193 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out()
232 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_outq()
243 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32()
260 if (offset == UART_LCR && !d->uart_16550_compatible) in dw8250_serial_out32be()
505 data->uart_16550_compatible = true; in dw8250_quirks()
557 data->uart_16550_compatible = device_property_read_bool(dev, in dw8250_probe()
665 if (data->uart_16550_compatible) in dw8250_probe()