Home
last modified time | relevance | path

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

/external/coreboot/src/drivers/aspeed/common/
Dast_mode.c44 vbios_mode->std_table = &vbios_stdtable[VGAModeIndex]; in ast_get_vbios_mode_info()
48 vbios_mode->std_table = &vbios_stdtable[HiCModeIndex]; in ast_get_vbios_mode_info()
53 vbios_mode->std_table = &vbios_stdtable[TrueCModeIndex]; in ast_get_vbios_mode_info()
195 stdtable = &vbios_stdtable[VGAModeIndex]; in ast_set_std_reg()
198 stdtable = &vbios_stdtable[HiCModeIndex]; in ast_set_std_reg()
202 stdtable = &vbios_stdtable[TrueCModeIndex]; in ast_set_std_reg()
Dast_tables.h122 static struct ast_vbios_stdtable vbios_stdtable[] = { variable