Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_2100.c327 while (!AST_DRAMSTRUCT_IS(dram_reg_info, INVALID)) { in ast_post_chip_2100()
328 if (AST_DRAMSTRUCT_IS(dram_reg_info, UDELAY)) { in ast_post_chip_2100()
331 } else if (AST_DRAMSTRUCT_IS(dram_reg_info, DRAM_TYPE)) { in ast_post_chip_2100()
H A Dast_2000.c117 while (!AST_DRAMSTRUCT_IS(dram_reg_info, INVALID)) { in ast_post_chip_2000()
118 if (AST_DRAMSTRUCT_IS(dram_reg_info, UDELAY)) { in ast_post_chip_2000()
H A Dast_post.h35 #define AST_DRAMSTRUCT_IS(_entry, _name) \ macro