Lines Matching refs:u16CodeTableIndex
1332 MS_U16 u16CodeTableIndex = u16Addr/2*3; in Hal_PNL_Set12BitGammaPerChannel_SC2() local
1369 for(; u16Addr < u16NumOfLevel; u16CodeTableIndex += 3) in Hal_PNL_Set12BitGammaPerChannel_SC2()
1372 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1373 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1376 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel_SC2()
1388 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1389 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1391 …, [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, … in Hal_PNL_Set12BitGammaPerChannel_SC2()
1486 MS_U16 u16CodeTableIndex = u16Addr/2*3; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma() local
1523 for(; u16Addr < u16NumOfLevel; u16CodeTableIndex += 3) in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1526 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1527 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1530 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1542 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1543 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1545 …, [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, … in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1681 MS_U16 u16CodeTableIndex = u16Addr/2*3; in _Hal_PNL_Set12BitGammaPerChannel() local
1716 for(; u16Addr < u16NumOfLevel; u16CodeTableIndex += 3) in _Hal_PNL_Set12BitGammaPerChannel()
1719 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel()
1720 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel()
1723 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in _Hal_PNL_Set12BitGammaPerChannel()
1735 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in _Hal_PNL_Set12BitGammaPerChannel()
1736 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in _Hal_PNL_Set12BitGammaPerChannel()
1738 …, [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, … in _Hal_PNL_Set12BitGammaPerChannel()