Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_main.c118 if (!(jregd0 & AST_VRAM_INIT_STATUS_MASK)) in ast_device_config_init()
H A Dast_drv.h426 #define AST_VRAM_INIT_STATUS_MASK GENMASK(7, 6) macro
H A Dast_post.c2031 if ((reg & AST_VRAM_INIT_STATUS_MASK) == 0) {/* vga only */ in ast_post_chip_2500()