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