Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Dearlycon.c21 static u32 efi_x, efi_y; variable
149 u32 cur_efi_x = efi_x; in efi_earlycon_write()
158 unsigned int linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write()
174 x = efi_x; in efi_earlycon_write()
186 efi_x += count * font->width; in efi_earlycon_write()
190 cur_efi_x = efi_x; in efi_earlycon_write()
191 efi_x = 0; in efi_earlycon_write()
197 if (efi_x + font->width > si->lfb_width) { in efi_earlycon_write()
198 cur_efi_x = efi_x; in efi_earlycon_write()
199 efi_x = 0; in efi_earlycon_write()