Lines Matching full:pl011
943 * do this before we pause the PL011 block, else we may in pl011_dma_rx_irq()
1833 return request_irq(uap->port.irq, pl011_int, IRQF_SHARED, "uart-pl011", uap); in pl011_allocate_irq()
2466 * console=pl011,mmio|mmio32,<addr>[,<options>]
2467 * console=pl011,0x<addr>[,<options>]
2469 * replace it with the amba_console at pl011 driver init.
2489 if ((strcmp(name, "qdf2400_e44") != 0) && (strcmp(name, "pl011") != 0)) in pl011_console_match()
2691 * "earlycon=pl011,<address>" on the kernel command line.
2699 * specify the full "earlycon=pl011,<address>" option.
2713 OF_EARLYCON_DECLARE(pl011, "arm,pl011", pl011_early_console_setup);
2715 OF_EARLYCON_DECLARE(pl011, "arm,sbsa-uart", pl011_early_console_setup);
2855 "Failed to register AMBA-PL011 driver\n"); in pl011_register_port()
2905 snprintf(uap->type, sizeof(uap->type), "PL011 rev%u", amba_rev(dev)); in pl011_probe()
3091 .name = "uart-pl011",
3102 pr_info("Serial: AMBA PL011 UART driver\n"); in pl011_init()