Searched refs:linemax (Results 1 – 1 of 1) sorted by relevance
146 unsigned int linemax; in efi_earlycon_write() local155 linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write()156 if (count > linemax) in efi_earlycon_write()157 count = linemax; in efi_earlycon_write()