Home
last modified time | relevance | path

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

/external/coreboot/src/drivers/aspeed/common/
Dast_tables.h195 static const struct ast_vbios_enhtable res_640x480[] = {
208 static const struct ast_vbios_enhtable res_800x600[] = {
223 static const struct ast_vbios_enhtable res_1024x768[] = {
236 static const struct ast_vbios_enhtable res_1280x1024[] = {
247 static const struct ast_vbios_enhtable res_1600x1200[] = {
255 static const struct ast_vbios_enhtable res_1360x768[] = {
263 static const struct ast_vbios_enhtable res_1600x900[] = {
273 static const struct ast_vbios_enhtable res_1920x1080[] = {
283 static const struct ast_vbios_enhtable res_1280x800[] = {
294 static const struct ast_vbios_enhtable res_1440x900[] = {
[all …]
Dast_drv.h196 struct ast_vbios_enhtable { struct
220 const struct ast_vbios_enhtable *enh_table; argument
Dast_mode.c38 const struct ast_vbios_enhtable *best = NULL; in ast_get_vbios_mode_info()
104 const struct ast_vbios_enhtable *loop = vbios_mode->enh_table; in ast_get_vbios_mode_info()