Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_console.c181 static bool cout_mode_matches(struct cout_mode *mode, int rows, int cols) in cout_mode_matches() function
235 if (!cout_mode_matches(&efi_cout_modes[0], rows, cols) && in efi_cout_query_mode()
236 !cout_mode_matches(&efi_cout_modes[1], rows, cols)) { in efi_cout_query_mode()