Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_console.c18 struct cout_mode { struct
24 static struct cout_mode efi_cout_modes[] = { argument
121 struct cout_mode *mode = &efi_cout_modes[con->mode]; in efi_cout_output_string()
180 static bool cout_mode_matches(struct cout_mode *mode, int rows, int cols) in cout_mode_matches()