Lines Matching refs:u8Tab
620 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_… in Hal_PNL_Set12BitGammaPerChannel() argument
667 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
668 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
671 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
683 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
684 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
686 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
719 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA… in Hal_PNL_Set12BitGammaPerChannel_SC2() argument
762 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
763 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
766 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel_SC2()
778 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
779 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
781 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel_SC2()