Lines Matching defs:temp
277 u32 data, temp, i;
322 temp = ast_read32(ast, 0x12070);
323 temp &= 0xc;
324 temp <<= 2;
325 ast_write32(ast, 0x10000 + dram_reg_info->index, data | temp);
343 temp = ast_read32(ast, 0x10140);
344 ast_write32(ast, 0x10140, temp | 0x40);
350 temp = ast_read32(ast, 0x1200c);
351 ast_write32(ast, 0x1200c, temp & 0xfffffffd);
352 temp = ast_read32(ast, 0x12040);
353 ast_write32(ast, 0x12040, temp | 0x40);
1601 u32 temp;
1619 temp = ast_read32(ast, 0x12008);
1620 temp |= 0x73;
1621 ast_write32(ast, 0x12008, temp);
1625 temp = ast_mindwm(ast, 0x1e6e2070);
1626 if (temp & 0x01000000)
1628 switch (temp & 0x18000000) {
1643 switch (temp & 0x0c) {
1670 temp = ast_mindwm(ast, 0x1e6e2040);
1671 ast_moutdwm(ast, 0x1e6e2040, temp | 0x40);
2032 u32 temp;
2053 temp = ast_read32(ast, 0x12008);
2054 temp |= 0x73;
2055 ast_write32(ast, 0x12008, temp);
2059 temp = ast_mindwm(ast, 0x1e6e2094);
2060 temp |= 0x00004000;
2061 ast_moutdwm(ast, 0x1e6e2094, temp);
2062 temp = ast_mindwm(ast, 0x1e6e2070);
2063 if (temp & 0x00800000) {
2072 temp = ast_mindwm(ast, 0x1e6e2040);
2073 ast_moutdwm(ast, 0x1e6e2040, temp | 0x40);