Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/ast/
Dast_drv.h386 #define AST_VRAM_INIT_STATUS_MASK GENMASK(7, 6) macro
Dast_main.c102 && ((jregd0 & AST_VRAM_INIT_STATUS_MASK) == 0)) in ast_detect_config_mode()
Dast_post.c2074 if ((reg & AST_VRAM_INIT_STATUS_MASK) == 0) {/* vga only */ in ast_post_chip_2500()