Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/efi/
Dearlycon.c146 unsigned int linemax; in efi_earlycon_write() local
155 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()