Home
last modified time | relevance | path

Searched refs:u8Tab (Results 1 – 25 of 30) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/xc/hal/macan/pnl/
H A DhalPNL.c457 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA… in Hal_PNL_Set12BitGammaPerChannel_SC2() argument
500 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
501 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
504 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel_SC2()
516 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
517 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
519 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel_SC2()
611 …12BitGammaPerChannel_PanelGamma(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_MAPP… in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma() argument
654 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
655 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
[all …]
H A DhalPNL.h356 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
358 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/pnl/
H A DhalPNL.c502 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_… in Hal_PNL_Set12BitGammaPerChannel() argument
539 u16GammaValueR[0] = u8Tab[i] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
540 u16GammaValueR[0] |= (MS_U16)u8Tab[i+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
543 u16GammaValueR[1] = (u8Tab[i] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
544 u16GammaValueR[1] |= (MS_U16)u8Tab[i+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
547 u16GammaValueR[2] = u8Tab[i+3] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
548 u16GammaValueR[2] |= (MS_U16)u8Tab[i+4] << 4; in Hal_PNL_Set12BitGammaPerChannel()
551 u16GammaValueR[3] = (u8Tab[i+3] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
552 u16GammaValueR[3] |= (MS_U16)u8Tab[i+5] << 4; in Hal_PNL_Set12BitGammaPerChannel()
592 u16GammaValueR[0] = u8Tab[i] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
[all …]
H A DhalPNL.h319 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
321 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/pnl/
H A DhalPNL.c1325 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA… in Hal_PNL_Set12BitGammaPerChannel_SC2() argument
1368 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1369 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1372 …u16CodeTableIndex, 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, u… in Hal_PNL_Set12BitGammaPerChannel_SC2()
1479 …12BitGammaPerChannel_PanelGamma(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_MAPP… in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma() argument
1522 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1523 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
[all …]
H A DhalPNL.h358 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
360 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/pnl/
H A DhalPNL.c1329 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA… in Hal_PNL_Set12BitGammaPerChannel_SC2() argument
1372 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1373 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1376 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel_SC2()
1388 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1389 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1391 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel_SC2()
1483 …12BitGammaPerChannel_PanelGamma(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_MAPP… in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma() argument
1526 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1527 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
[all …]
H A DhalPNL.h358 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
360 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/pnl/
H A DhalPNL.c620 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()
[all …]
H A DhalPNL.h322 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
324 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/pnl/
H A DhalPNL.c620 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()
[all …]
H A DhalPNL.h322 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
324 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/pnl/
H A DhalPNL.c318 void Hal_PNL_Set12BitGammaPerChannel( void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA… in Hal_PNL_Set12BitGammaPerChannel() argument
361 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
362 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
365 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
377 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
378 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
380 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
H A DhalPNL.h307 void Hal_PNL_Set12BitGammaPerChannel( void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA…
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/pnl/
H A DhalPNL.c318 void Hal_PNL_Set12BitGammaPerChannel( void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA… in Hal_PNL_Set12BitGammaPerChannel() argument
361 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
362 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
365 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
377 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
378 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
380 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/pnl/
H A DhalPNL.c318 void Hal_PNL_Set12BitGammaPerChannel( void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA… in Hal_PNL_Set12BitGammaPerChannel() argument
361 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
362 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
365 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
377 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
378 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
380 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/pnl/
H A DhalPNL.c318 void Hal_PNL_Set12BitGammaPerChannel( void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA… in Hal_PNL_Set12BitGammaPerChannel() argument
361 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
362 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
365 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
377 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
378 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
380 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/pnl/
H A DhalPNL.c839 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_… in Hal_PNL_Set12BitGammaPerChannel() argument
883 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
884 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
887 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… 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 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
935 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA… in Hal_PNL_Set12BitGammaPerChannel_SC2() argument
978 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
979 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
[all …]
H A DhalPNL.h354 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
356 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/pnl/
H A DhalPNL.c840 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_… in Hal_PNL_Set12BitGammaPerChannel() argument
884 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
885 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
888 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
900 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
901 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
903 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
936 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA… in Hal_PNL_Set12BitGammaPerChannel_SC2() argument
979 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
980 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
[all …]
H A DhalPNL.h358 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
360 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/pnl/
H A DhalPNL.c840 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_… in Hal_PNL_Set12BitGammaPerChannel() argument
884 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
885 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
888 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
900 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
901 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
903 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
936 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA… in Hal_PNL_Set12BitGammaPerChannel_SC2() argument
979 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
980 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
[all …]
H A DhalPNL.h358 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_…
360 void Hal_PNL_Set12BitGammaPerChannel_SC2(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GA…
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/pnl/
H A DhalPNL.c420 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_… in Hal_PNL_Set12BitGammaPerChannel() argument
461 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
462 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
465 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
477 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
478 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
480 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/pnl/
H A DhalPNL.c420 void Hal_PNL_Set12BitGammaPerChannel(void *pInstance, MS_U8 u8Channel, MS_U8 * u8Tab, DRVPNL_GAMMA_… in Hal_PNL_Set12BitGammaPerChannel() argument
461 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel()
462 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel()
465 …u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16G… in Hal_PNL_Set12BitGammaPerChannel()
477 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in Hal_PNL_Set12BitGammaPerChannel()
478 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in Hal_PNL_Set12BitGammaPerChannel()
480 … [%d] = 0x%x, Gamma = 0x%x\n", u16CodeTableIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u… in Hal_PNL_Set12BitGammaPerChannel()

12