Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/ast/
Dast_post.c279 const struct ast_dramstruct *dram_reg_info; in ast_init_dram_reg() local
285 dram_reg_info = ast2000_dram_table_data; in ast_init_dram_reg()
295 dram_reg_info = ast2100_dram_table_data; in ast_init_dram_reg()
297 dram_reg_info = ast1100_dram_table_data; in ast_init_dram_reg()
312 while (dram_reg_info->index != 0xffff) { in ast_init_dram_reg()
313 if (dram_reg_info->index == 0xff00) {/* delay fn */ in ast_init_dram_reg()
315 udelay(dram_reg_info->data); in ast_init_dram_reg()
316 } else if (dram_reg_info->index == 0x4 && ast->chip != AST2000) { in ast_init_dram_reg()
317 data = dram_reg_info->data; in ast_init_dram_reg()
326 ast_write32(ast, 0x10000 + dram_reg_info->index, data | temp); in ast_init_dram_reg()
[all …]