Lines Matching full:si
137 struct screen_info *si; in efi_earlycon_write() local
142 si = &screen_info; in efi_earlycon_write()
143 len = si->lfb_linelength; in efi_earlycon_write()
155 linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write()
190 if (efi_x + font->width > si->lfb_width) { in efi_earlycon_write()
195 if (efi_y + font->height > si->lfb_height) { in efi_earlycon_write()
210 struct screen_info *si; in efi_earlycon_setup() local
223 si = &screen_info; in efi_earlycon_setup()
224 xres = si->lfb_width; in efi_earlycon_setup()
225 yres = si->lfb_height; in efi_earlycon_setup()
231 if (si->lfb_depth != 32) in efi_earlycon_setup()