Lines Matching refs:u16GammaDeltaR
507 MS_U16 u16GammaDeltaR[3] = {0, 0, 0}; in Hal_PNL_Set12BitGammaPerChannel() local
556 u16GammaDeltaR[j] = abs(u16GammaValueR[j+1] - u16GammaValueR[j]); in Hal_PNL_Set12BitGammaPerChannel()
571 u16GammaDeltaR[0]=(((u16GammaValueR[0]<<15)&0x8000)|((u16GammaDeltaR[0]<<10)&0x7C00)| in Hal_PNL_Set12BitGammaPerChannel()
572 ((u16GammaDeltaR[1]<<5)&0x03E0)|((u16GammaDeltaR[2]<<0)&0x001F)); in Hal_PNL_Set12BitGammaPerChannel()
575 SC_W2BYTE(pPNLInstancePrivate->u32DeviceID, REG_SC_BK10_72_L, u16GammaDeltaR[0]); in Hal_PNL_Set12BitGammaPerChannel()
615 u16GammaDeltaR[0] = ( u16GammaValueR[1] - u16GammaValueR[0] ) / 4; in Hal_PNL_Set12BitGammaPerChannel()
616 … u16GammaDeltaR[0] = ((u16GammaValueR[0]<<15)&0x8000) | ((u16GammaDeltaR[0]<<10)&0x7C00) in Hal_PNL_Set12BitGammaPerChannel()
617 … |((u16GammaDeltaR[0]<<5)&0x03E0) | ((u16GammaDeltaR[0]&0x001F)); in Hal_PNL_Set12BitGammaPerChannel()
620 … SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID, REG_SC_BK10_72_L, u16GammaDeltaR[0] , 0xFFFF); in Hal_PNL_Set12BitGammaPerChannel()
636 u16GammaDeltaR[1] = ( u16GammaValueR[2] - u16GammaValueR[1] ) / 4; in Hal_PNL_Set12BitGammaPerChannel()
637 … u16GammaDeltaR[1] = ((u16GammaValueR[1]<<15)&0x8000) | ((u16GammaDeltaR[1]<<10)&0x7C00) in Hal_PNL_Set12BitGammaPerChannel()
638 … |((u16GammaDeltaR[1]<<5)&0x03E0) | ((u16GammaDeltaR[1]&0x001F)); in Hal_PNL_Set12BitGammaPerChannel()
641 … SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID, REG_SC_BK10_72_L, u16GammaDeltaR[1], 0xFFFF); in Hal_PNL_Set12BitGammaPerChannel()