Lines Matching refs:u16temp
1555 MS_U16 u16temp = 0; in msSetVBY1RconValue() local
1566 u16temp = u16DefaultICON; in msSetVBY1RconValue()
1568 u16temp = u16DefaultICON; in msSetVBY1RconValue()
1570 u16temp = (MS_U16)msReadEfuse(pInstance, 0x4E, u32Mask) + u16SwingOffset; in msSetVBY1RconValue()
1574 u16temp = u16DefaultICON; in msSetVBY1RconValue()
1578 u16temp &= (u16temp&(MS_U16)u32Mask); in msSetVBY1RconValue()
1579 printf("[%s][%d]u16temp= %x\n", __FUNCTION__, __LINE__, u16temp); in msSetVBY1RconValue()
1581 MOD_A_W2BYTE(REG_MOD_A_BK00_10_L, (u16temp<<8|u16temp)); in msSetVBY1RconValue()
1582 MOD_A_W2BYTE(REG_MOD_A_BK00_11_L, (u16temp<<8|u16temp)); in msSetVBY1RconValue()
1583 MOD_A_W2BYTE(REG_MOD_A_BK00_12_L, (u16temp<<8|u16temp)); in msSetVBY1RconValue()
1584 MOD_A_W2BYTE(REG_MOD_A_BK00_13_L, (u16temp<<8|u16temp)); in msSetVBY1RconValue()
1585 MOD_A_W2BYTE(REG_MOD_A_BK00_14_L, (u16temp<<8|u16temp)); in msSetVBY1RconValue()
1586 MOD_A_W2BYTE(REG_MOD_A_BK00_15_L, (u16temp<<8|u16temp)); in msSetVBY1RconValue()
1587 MOD_A_W2BYTE(REG_MOD_A_BK00_16_L, (u16temp<<8|u16temp)); in msSetVBY1RconValue()