Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_dw.c94 unsigned int uart_16550_compatible:1; member
133 if (d->uart_16550_compatible) in dw8250_idle_exit()
165 if (d->uart_16550_compatible) in dw8250_idle_enter()
247 if (offset != UART_LCR || d->uart_16550_compatible) in dw8250_check_lcr()
284 if (offset != UART_LCR || d->uart_16550_compatible) in dw8250_can_skip_reg_write()
434 if (d->uart_16550_compatible || up->dma) in dw8250_handle_irq()
677 data->uart_16550_compatible = true; in dw8250_quirks()
816 data->uart_16550_compatible = device_property_read_bool(dev, "snps,uart-16550-compatible"); in dw8250_probe()
823 if (data->uart_16550_compatible) { in dw8250_probe()