Home
last modified time | relevance | path

Searched refs:num_uarts (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap2/
Dserial.c64 static u8 num_uarts; variable
188 "uart%d", num_uarts + 1); in omap_serial_early_init()
198 uart->num = num_uarts++; in omap_serial_early_init()
245 if (WARN_ON(bdata->id >= num_uarts)) in omap_serial_init_port()
/linux-4.4.14/drivers/firmware/
Dpcdp.c112 for (i = 0, uart = pcdp->uart; i < pcdp->num_uarts; i++, uart++) { in efi_setup_pcdp_console()
122 for (dev = (struct pcdp_device *) (pcdp->uart + pcdp->num_uarts); in efi_setup_pcdp_console()
Dpcdp.h108 u32 num_uarts; member