Home
last modified time | relevance | path

Searched refs:usart (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/mfd/
H A Dat91-usart.c11 #include <dt-bindings/mfd/at91-usart.h>
20 .of_compatible = "microchip,at91sam9g45-usart-spi",
25 .of_compatible = "atmel,at91rm9200-usart-serial",
33 device_property_read_u32(&pdev->dev, "atmel,usart-mode", &opmode); in at91_usart_mode_probe()
43 dev_err(&pdev->dev, "atmel,usart-mode has an invalid value %u\n", in at91_usart_mode_probe()
53 { .compatible = "atmel,at91rm9200-usart" },
54 { .compatible = "atmel,at91sam9260-usart" },
H A DMakefile210 obj-$(CONFIG_MFD_AT91_USART) += at91-usart.o
/kernel/linux/linux-6.6/drivers/mfd/
H A Dat91-usart.c11 #include <dt-bindings/mfd/at91-usart.h>
29 device_property_read_u32(&pdev->dev, "atmel,usart-mode", &opmode); in at91_usart_mode_probe()
39 dev_err(&pdev->dev, "atmel,usart-mode has an invalid value %u\n", in at91_usart_mode_probe()
49 { .compatible = "atmel,at91rm9200-usart" },
50 { .compatible = "atmel,at91sam9260-usart" },
H A DMakefile212 obj-$(CONFIG_MFD_AT91_USART) += at91-usart.o
/kernel/linux/linux-6.6/drivers/tty/serial/
H A DMakefile78 obj-$(CONFIG_SERIAL_CONEXANT_DIGICOLOR) += digicolor-usart.o
81 obj-$(CONFIG_SERIAL_STM32) += stm32-usart.o
H A Datmel_serial.c195 { .compatible = "atmel,at91rm9200-usart-serial" },
1798 * Get ip name usart or uart
1805 u32 usart, dbgu_uart, new_uart; in atmel_get_ip_name() local
1807 usart = 0x55534152; /* USAR(T) */ in atmel_get_ip_name()
1825 } else if (name == usart) { in atmel_get_ip_name()
1856 dev_dbg(port->dev, "This version is usart\n"); in atmel_get_ip_name()
2720 OF_EARLYCON_DECLARE(atmel_serial, "atmel,at91rm9200-usart",
2722 OF_EARLYCON_DECLARE(atmel_serial, "atmel,at91sam9260-usart",
2887 * In device tree there is no node with "atmel,at91rm9200-usart-serial" in atmel_serial_probe()
2888 * as compatible string. This driver is probed by at91-usart mf in atmel_serial_probe()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A DMakefile22 obj-$(CONFIG_SPI_AT91_USART) += spi-at91-usart.o
/kernel/linux/linux-6.6/drivers/spi/
H A DMakefile26 obj-$(CONFIG_SPI_AT91_USART) += spi-at91-usart.o
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Datmel_serial.c194 { .compatible = "atmel,at91rm9200-usart-serial" },
1826 * Get ip name usart or uart
1833 u32 usart, dbgu_uart, new_uart; in atmel_get_ip_name() local
1835 usart = 0x55534152; /* USAR(T) */ in atmel_get_ip_name()
1852 } else if (name == usart) { in atmel_get_ip_name()
1882 dev_dbg(port->dev, "This version is usart\n"); in atmel_get_ip_name()
2523 atmel_port->clk = clk_get(&mpdev->dev, "usart"); in atmel_init_port()
2851 * In device tree there is no node with "atmel,at91rm9200-usart-serial" in atmel_serial_probe()
2852 * as compatible string. This driver is probed by at91-usart mfd driver in atmel_serial_probe()
2854 * spi-at91-usart drive in atmel_serial_probe()
[all...]

Completed in 10 milliseconds