Lines Matching refs:u16CodeTableIndex

1328     MS_U16 u16CodeTableIndex  = u16Addr/2*3;  in Hal_PNL_Set12BitGammaPerChannel_SC2()  local
1365 for(; u16Addr < u16NumOfLevel; u16CodeTableIndex += 3) in Hal_PNL_Set12BitGammaPerChannel_SC2()
1368 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1369 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1372u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel_SC2()
1384 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1385 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1387 …, [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, … in Hal_PNL_Set12BitGammaPerChannel_SC2()
1482 MS_U16 u16CodeTableIndex = u16Addr/2*3; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma() local
1519 for(; u16Addr < u16NumOfLevel; u16CodeTableIndex += 3) in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1522 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1523 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1526u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1538 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1539 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1541 …, [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, … in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1677 MS_U16 u16CodeTableIndex = u16Addr/2*3; in _Hal_PNL_Set12BitGammaPerChannel() local
1712 for(; u16Addr < u16NumOfLevel; u16CodeTableIndex += 3) in _Hal_PNL_Set12BitGammaPerChannel()
1715 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel()
1716 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel()
1719u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in _Hal_PNL_Set12BitGammaPerChannel()
1731 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in _Hal_PNL_Set12BitGammaPerChannel()
1732 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in _Hal_PNL_Set12BitGammaPerChannel()
1734 …, [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, … in _Hal_PNL_Set12BitGammaPerChannel()