Lines Matching full:usart
195 { .compatible = "atmel,at91rm9200-usart-serial" },
1176 /* USART retreives ownership of RX DMA buffer */ in atmel_rx_from_dma()
1806 * Get ip name usart or uart
1813 u32 usart, dbgu_uart, new_uart; in atmel_get_ip_name() local
1815 usart = 0x55534152; /* USAR(T) */ in atmel_get_ip_name()
1820 * Only USART devices from at91sam9260 SOC implement fractional in atmel_get_ip_name()
1833 } else if (name == usart) { in atmel_get_ip_name()
1834 dev_dbg(port->dev, "Usart\n"); in atmel_get_ip_name()
1864 dev_dbg(port->dev, "This version is usart\n"); in atmel_get_ip_name()
1974 /* set USART timeout */ in atmel_startup()
1990 /* set USART timeout */ in atmel_startup()
2297 * ATMEL_US_CD mask and the IP is USART, switch to the Peripheral in atmel_set_termios()
2728 OF_EARLYCON_DECLARE(atmel_serial, "atmel,at91rm9200-usart",
2730 OF_EARLYCON_DECLARE(atmel_serial, "atmel,at91sam9260-usart",
2895 * In device tree there is no node with "atmel,at91rm9200-usart-serial" in atmel_serial_probe()
2896 * as compatible string. This driver is probed by at91-usart mfd driver in atmel_serial_probe()
2898 * spi-at91-usart driver. All attributes needed by this driver are in atmel_serial_probe()
2929 atmel_port->clk = devm_clk_get(&pdev->dev, "usart"); in atmel_serial_probe()
2981 * Get port name of usart or uart in atmel_serial_probe()