Searched refs:AST_DRAMSTRUCT_IS (Results 1 – 3 of 3) sorted by relevance
290 while (!AST_DRAMSTRUCT_IS(dram_reg_info, INVALID)) { in ast_post_chip_2100()291 if (AST_DRAMSTRUCT_IS(dram_reg_info, UDELAY)) { in ast_post_chip_2100()294 } else if (AST_DRAMSTRUCT_IS(dram_reg_info, DRAM_TYPE)) { in ast_post_chip_2100()
114 while (!AST_DRAMSTRUCT_IS(dram_reg_info, INVALID)) { in ast_post_chip_2000()115 if (AST_DRAMSTRUCT_IS(dram_reg_info, UDELAY)) { in ast_post_chip_2000()
35 #define AST_DRAMSTRUCT_IS(_entry, _name) \ macro
Completed in 6 milliseconds