Searched refs:num_uarts (Results 1 – 3 of 3) sorted by relevance
64 static u8 num_uarts; variable188 "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()
112 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()
108 u32 num_uarts; member