Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/
Dearlycon.c104 unsigned int linemax; in efi_earlycon_write() local
113 linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write()
114 if (count > linemax) in efi_earlycon_write()
115 count = linemax; in efi_earlycon_write()