Searched refs:dram_reg_info (Results 1 – 1 of 1) sorted by relevance
257 const struct ast_dramstruct *dram_reg_info; in ast_init_dram_reg() local263 dram_reg_info = ast2000_dram_table_data; in ast_init_dram_reg()273 dram_reg_info = ast2100_dram_table_data; in ast_init_dram_reg()275 dram_reg_info = ast1100_dram_table_data; in ast_init_dram_reg()290 while (dram_reg_info->index != 0xffff) { in ast_init_dram_reg()291 if (dram_reg_info->index == 0xff00) {/* delay fn */ in ast_init_dram_reg()293 udelay(dram_reg_info->data); in ast_init_dram_reg()294 } else if (dram_reg_info->index == 0x4 && !IS_AST_GEN1(ast)) { in ast_init_dram_reg()295 data = dram_reg_info->data; in ast_init_dram_reg()304 ast_write32(ast, 0x10000 + dram_reg_info->index, data | temp); in ast_init_dram_reg()[all …]