Searched refs:dram_reg_info (Results 1 – 1 of 1) sorted by relevance
246 const struct ast_dramstruct *dram_reg_info; in ast_init_dram_reg() local252 dram_reg_info = ast2000_dram_table_data; in ast_init_dram_reg()262 dram_reg_info = ast2100_dram_table_data; in ast_init_dram_reg()264 dram_reg_info = ast1100_dram_table_data; in ast_init_dram_reg()279 while (dram_reg_info->index != 0xffff) { in ast_init_dram_reg()280 if (dram_reg_info->index == 0xff00) {/* delay fn */ in ast_init_dram_reg()282 udelay(dram_reg_info->data); in ast_init_dram_reg()283 } else if (dram_reg_info->index == 0x4 && !IS_AST_GEN1(ast)) { in ast_init_dram_reg()284 data = dram_reg_info->data; in ast_init_dram_reg()293 ast_write32(ast, 0x10000 + dram_reg_info->index, data | temp); in ast_init_dram_reg()[all …]