Lines Matching defs:temp
245 u32 data, temp, i;
290 temp = ast_read32(ast, 0x12070);
291 temp &= 0xc;
292 temp <<= 2;
293 ast_write32(ast, 0x10000 + dram_reg_info->index, data | temp);
311 temp = ast_read32(ast, 0x10140);
312 ast_write32(ast, 0x10140, temp | 0x40);
316 temp = ast_read32(ast, 0x1200c);
317 ast_write32(ast, 0x1200c, temp & 0xfffffffd);
318 temp = ast_read32(ast, 0x12040);
319 ast_write32(ast, 0x12040, temp | 0x40);
1562 u32 temp;
1580 temp = ast_read32(ast, 0x12008);
1581 temp |= 0x73;
1582 ast_write32(ast, 0x12008, temp);
1586 temp = ast_mindwm(ast, 0x1e6e2070);
1587 if (temp & 0x01000000)
1589 switch (temp & 0x18000000) {
1604 switch (temp & 0x0c) {
1631 temp = ast_mindwm(ast, 0x1e6e2040);
1632 ast_moutdwm(ast, 0x1e6e2040, temp | 0x40);
2027 u32 temp;
2060 temp = ast_mindwm(ast, 0x1E6E2070);
2061 if (temp & 0x02000000)
2065 temp = ast_read32(ast, 0x12008);
2066 temp |= 0x73;
2067 ast_write32(ast, 0x12008, temp);
2072 temp = ast_mindwm(ast, 0x1e6e2040);
2073 ast_moutdwm(ast, 0x1e6e2040, temp | 0x40);