Searched refs:efi_x (Results 1 – 1 of 1) sorted by relevance
21 static u32 efi_x, efi_y; variable151 u32 cur_efi_x = efi_x; in efi_earlycon_write()159 unsigned int linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write()175 x = efi_x; in efi_earlycon_write()187 efi_x += count * font->width; in efi_earlycon_write()191 cur_efi_x = efi_x; in efi_earlycon_write()192 efi_x = 0; in efi_earlycon_write()198 if (efi_x + font->width > si->lfb_width) { in efi_earlycon_write()199 cur_efi_x = efi_x; in efi_earlycon_write()200 efi_x = 0; in efi_earlycon_write()