Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/ !
H A Dearlycon.c21 static u32 efi_x, efi_y; variable
151 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()