Searched refs:linemax (Results 1 – 1 of 1) sorted by relevance
138 unsigned int linemax; in early_efi_write() local147 linemax = (si->lfb_width - efi_x) / font->width; in early_efi_write()148 if (count > linemax) in early_efi_write()149 count = linemax; in early_efi_write()