Lines Matching refs:u16GammaValue

534 …a12Bit(void *pInstance, MS_U8 u8Channel, MS_BOOL bBurstWrite, MS_U16 u16Addr, MS_U16 u16GammaValue)  in hal_PNL_WriteGamma12Bit()  argument
541 …NL_DBG(PNL_DBGLEVEL_GAMMA, "Write [ch %d][addr 0x%x]: 0x%x \n", u8Channel, u16Addr, u16GammaValue); in hal_PNL_WriteGamma12Bit()
549 …(pPNLInstancePrivate->u32DeviceID, (REG_SC_BK10_6E_L + u8Channel *2), u16GammaValue, 0xFFF); … in hal_PNL_WriteGamma12Bit()
572 SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID,REG_SC_BK10_6E_L, u16GammaValue, 0xFFF); in hal_PNL_WriteGamma12Bit()
627 MS_U16 u16GammaValue = 0; in Hal_PNL_Set12BitGammaPerChannel() local
667 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
668 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
671 …[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16GammaValue, u16NumOfLevel… in Hal_PNL_Set12BitGammaPerChannel()
673 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel()
675 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel()
679 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); 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 …leIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u8Tab[u16CodeTableIndex+2], u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel()
688 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel()
690 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel()
694 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel()
723 MS_U16 u16GammaValue = 0; in Hal_PNL_Set12BitGammaPerChannel_SC2() local
762 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
763 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
766 …[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16GammaValue, u16NumOfLevel… in Hal_PNL_Set12BitGammaPerChannel_SC2()
768 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel_SC2()
770 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel_SC2()
774 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); 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 …leIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u8Tab[u16CodeTableIndex+2], u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel_SC2()
783 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel_SC2()
785 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel_SC2()
789 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel_SC2()