Lines Matching full:uart
2 * ARM CMSDK APB UART emulation
12 /* This is a model of the "APB UART" which is part of the Cortex-M
28 #include "hw/char/cmsdk-apb-uart.h"
85 /* This UART is always 8N1 but the baud rate is programmable. */ in uart_update_parameters()
183 "CMSDK APB UART read: bad offset %x\n", (int) offset); in uart_read()
272 "CMSDK APB UART: Tx enabled with invalid baudrate\n"); in uart_write()
291 "CMSDK APB UART write: write to RO offset 0x%x\n", in uart_write()
296 "CMSDK APB UART write: bad offset 0x%x\n", (int) offset); in uart_write()
326 memory_region_init_io(&s->iomem, obj, &uart_ops, s, "uart", 0x1000); in cmsdk_apb_uart_init()
340 error_setg(errp, "CMSDK APB UART: pclk-frq property must be set"); in cmsdk_apb_uart_realize()
344 /* This UART has no flow control, so we do not need to register in cmsdk_apb_uart_realize()
365 .name = "cmsdk-apb-uart",