Searched refs:dram_reg_info (Results 1 – 1 of 1) sorted by relevance
260 const struct ast_dramstruct *dram_reg_info; in ast_init_dram_reg() local266 dram_reg_info = ast2000_dram_table_data; in ast_init_dram_reg()276 dram_reg_info = ast2100_dram_table_data; in ast_init_dram_reg()278 dram_reg_info = ast1100_dram_table_data; in ast_init_dram_reg()293 while (dram_reg_info->index != 0xffff) { in ast_init_dram_reg()294 if (dram_reg_info->index == 0xff00) {/* delay fn */ in ast_init_dram_reg()296 udelay(dram_reg_info->data); in ast_init_dram_reg()297 } else if (dram_reg_info->index == 0x4 && !IS_AST_GEN1(ast)) { in ast_init_dram_reg()298 data = dram_reg_info->data; in ast_init_dram_reg()307 ast_write32(ast, 0x10000 + dram_reg_info->index, data | temp); in ast_init_dram_reg()[all …]