| /utopia/UTPA2-700.0.x/modules/xc/hal/macan/pnl/ |
| H A D | halPNL.c | 457 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 D | halPNL.h | 356 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 D | halPNL.c | 502 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 D | halPNL.h | 319 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 D | halPNL.c | 1325 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 D | halPNL.h | 358 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 D | halPNL.c | 1329 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 D | halPNL.h | 358 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 D | halPNL.c | 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() [all …]
|
| H A D | halPNL.h | 322 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 D | halPNL.c | 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() [all …]
|
| H A D | halPNL.h | 322 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 D | halPNL.c | 318 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 D | halPNL.h | 307 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 D | halPNL.c | 318 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 D | halPNL.c | 318 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 D | halPNL.c | 318 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 D | halPNL.c | 839 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 D | halPNL.h | 354 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 D | halPNL.c | 840 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 D | halPNL.h | 358 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 D | halPNL.c | 840 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 D | halPNL.h | 358 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 D | halPNL.c | 420 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 D | halPNL.c | 420 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()
|