Home | History | Annotate | Download | only in parser

Lines Matching refs:temp

22     uint32_t reg=0, temp=0;
23 temp = reg_read(INT_STATUS);
24 //DEBUG_WRITE(0xff, temp, timer, 0, 0, 0);
25 if(temp & INT_WDOG_ENABLE)
31 if(temp & 0x4)
34 temp = temp & (~0x4);
35 reg_write(INT_REG, temp);
41 if(temp & 0x2)
44 temp = temp & (~0x2);
45 reg_write(INT_REG, temp);
48 if(temp & 0x1)
50 temp = temp & (~0x1);
51 reg_write(INT_REG, temp);
53 //DEBUG_WRITE(0xff, timer, temp, reg, 0, val);