Lines Matching refs:u16GammaValue
730 …a12Bit(void *pInstance, MS_U8 u8Channel, MS_BOOL bBurstWrite, MS_U16 u16Addr, MS_U16 u16GammaValue) in hal_PNL_WriteGamma12Bit() argument
736 …r 0x%x]: 0x%x \n", (ptrdiff_t)pPNLInstancePrivate->u32DeviceID, u8Channel, u16Addr, u16GammaValue); in hal_PNL_WriteGamma12Bit()
744 …(pPNLInstancePrivate->u32DeviceID, (REG_SC_BK10_6E_L + u8Channel *2), u16GammaValue, 0xFFF); … in hal_PNL_WriteGamma12Bit()
767 SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID,REG_SC_BK10_72_L, u16GammaValue, 0xFFF); in hal_PNL_WriteGamma12Bit()
846 MS_U16 u16GammaValue = 0; in Hal_PNL_Set12BitGammaPerChannel() local
883 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
884 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
887 …[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16GammaValue, u16NumOfLevel… in Hal_PNL_Set12BitGammaPerChannel()
889 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel()
891 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel()
895 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel()
899 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
900 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
902 …leIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u8Tab[u16CodeTableIndex+2], u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel()
904 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel()
906 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel()
910 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel()
939 MS_U16 u16GammaValue = 0; in Hal_PNL_Set12BitGammaPerChannel_SC2() local
978 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
979 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
982 …[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16GammaValue, u16NumOfLevel… in Hal_PNL_Set12BitGammaPerChannel_SC2()
984 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel_SC2()
986 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel_SC2()
990 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel_SC2()
994 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
995 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
997 …leIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u8Tab[u16CodeTableIndex+2], u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel_SC2()
999 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel_SC2()
1001 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1005 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel_SC2()