Searched refs:efi_x (Results 1 – 1 of 1) sorted by relevance
18 static u32 efi_x, efi_y; variable155 linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write()168 x = efi_x; in efi_earlycon_write()180 efi_x += count * font->width; in efi_earlycon_write()184 efi_x = 0; in efi_earlycon_write()190 if (efi_x + font->width > si->lfb_width) { in efi_earlycon_write()191 efi_x = 0; in efi_earlycon_write()