Searched refs:uart_16550_compatible (Results 1 – 2 of 2) sorted by relevance
166 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()
47 unsigned int uart_16550_compatible:1; member