Lines Matching full:pl011
45 #include "amba-pl011.h"
962 * do this before we pause the PL011 block, else we may in pl011_dma_rx_irq()
1784 return request_irq(uap->port.irq, pl011_int, IRQF_SHARED, "uart-pl011", uap); in pl011_allocate_irq()
2199 return request_mem_region(port->mapbase, SZ_4K, "uart-pl011") in pl011_request_port()
2474 * console=pl011,mmio|mmio32,<addr>[,<options>]
2475 * console=pl011,0x<addr>[,<options>]
2477 * replace it with the amba_console at pl011 driver init.
2497 if ((strcmp(name, "qdf2400_e44") != 0) && (strcmp(name, "pl011") != 0)) in pl011_console_match()
2608 * "earlycon=pl011,<address>" on the kernel command line.
2616 * specify the full "earlycon=pl011,<address>" option.
2629 OF_EARLYCON_DECLARE(pl011, "arm,pl011", pl011_early_console_setup);
2630 OF_EARLYCON_DECLARE(pl011, "arm,sbsa-uart", pl011_early_console_setup);
2787 "Failed to register AMBA-PL011 driver\n"); in pl011_register_port()
2828 snprintf(uap->type, sizeof(uap->type), "PL011 rev%u", amba_rev(dev)); in pl011_probe()
2989 .name = "uart-pl011",
3000 printk(KERN_INFO "Serial: AMBA PL011 UART driver\n"); in pl011_init()