Searched refs:IS_AST_GEN6 (Results 1 – 3 of 3) sorted by relevance
247 if (IS_AST_GEN6(ast)) in ast_get_dram_info()259 if (IS_AST_GEN6(ast)) { in ast_get_dram_info()
251 if ((IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) && in ast_set_crtc_reg()375 if (IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) in ast_set_dclk_reg()422 } else if (IS_AST_GEN6(ast) || IS_AST_GEN5(ast) || IS_AST_GEN4(ast)) { in ast_set_crtthd_reg()
245 #define IS_AST_GEN6(__ast) __ast_gen_is_eq(__ast, 6) macro
Completed in 12 milliseconds