Searched refs:pl011 (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | Rules.mk | 33 EARLY_PRINTK_fastmodel := pl011,0x1c090000,115200 35 EARLY_PRINTK_hikey960 := pl011,0xfff32000 36 EARLY_PRINTK_juno := pl011,0x7ff80000 38 EARLY_PRINTK_midway := pl011,0xfff36000 41 EARLY_PRINTK_seattle := pl011,0xe1010000 44 EARLY_PRINTK_thunderx := pl011,0x87e024000000 45 EARLY_PRINTK_vexpress := pl011,0x1c090000 64 ifeq ($(EARLY_PRINTK_INC),pl011)
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | pl011.c | 32 static struct pl011 { struct 66 struct pl011 *uart = port->uart; in pl011_interrupt() 93 struct pl011 *uart = port->uart; in pl011_init_preirq() 128 struct pl011 *uart = port->uart; in pl011_init_postirq() 159 struct pl011 *uart = port->uart; in pl011_tx_ready() 166 struct pl011 *uart = port->uart; in pl011_putc() 173 struct pl011 *uart = port->uart; in pl011_getc() 184 struct pl011 *uart = port->uart; in pl011_irq() 191 struct pl011 *uart = port->uart; in pl011_vuart() 198 struct pl011 *uart = port->uart; in pl011_tx_stop() [all …]
|
A D | Makefile | 4 obj-$(CONFIG_HAS_PL011) += pl011.o
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | early-printk.txt | 23 - pl011,<BASE_ADDRESS>,<BAUD_RATE> 40 - hikey960: printk with pl011 with Hikey 960 41 - juno: printk with pl011 on Juno platform 43 - midway: printk with the pl011 on Calxeda Midway processors 46 - seattle: printk with pl011 for AMD Seattle processor 49 - thunderx: printk with pl011 for Cavium ThunderX processor 50 - vexpress: printk with pl011 for versatile express
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | debug-pl011.inc | 2 * xen/arch/arm/arm32/debug-pl011.inc 19 #include <asm/pl011-uart.h>
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | debug-pl011.inc | 2 * xen/arch/arm/arm64/debug-pl011.S
|
/xen-4.10.0-shim-comet/ |
A D | MAINTAINERS | 180 F: xen/drivers/char/pl011.c
|
Completed in 7 milliseconds