Lines Matching refs:u16GammaValue

1329     MS_U16 u16GammaValue      = 0;  in Hal_PNL_Set12BitGammaPerChannel_SC2()  local
1368 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1369 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1372 …[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16GammaValue, u16NumOfLevel… in Hal_PNL_Set12BitGammaPerChannel_SC2()
1374 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel_SC2()
1376 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1380 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); 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 …leIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u8Tab[u16CodeTableIndex+2], u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel_SC2()
1389 if(u16MaxGammaValue < u16GammaValue) in Hal_PNL_Set12BitGammaPerChannel_SC2()
1391 u16MaxGammaValue = u16GammaValue; in Hal_PNL_Set12BitGammaPerChannel_SC2()
1395 hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in Hal_PNL_Set12BitGammaPerChannel_SC2()
1410 …lGamma(void *pInstance, MS_U8 u8Channel, MS_BOOL bBurstWrite, MS_U16 u16Addr, MS_U16 u16GammaValue) in _hal_PNL_WriteGamma12Bit_PanelGamma() argument
1417 …NL_DBG(PNL_DBGLEVEL_GAMMA, "Write [ch %d][addr 0x%x]: 0x%x \n", u8Channel, u16Addr, u16GammaValue); in _hal_PNL_WriteGamma12Bit_PanelGamma()
1425 …(pPNLInstancePrivate->u32DeviceID, (REG_SC_BK24_1D_L + u8Channel *2), u16GammaValue, 0xFFF); … in _hal_PNL_WriteGamma12Bit_PanelGamma()
1449 SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID,REG_SC_BK24_1D_L, u16GammaValue, 0xFFF); in _hal_PNL_WriteGamma12Bit_PanelGamma()
1483 MS_U16 u16GammaValue = 0; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma() local
1522 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1523 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1526 …[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16GammaValue, u16NumOfLevel… in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1528 if(u16MaxGammaValue < u16GammaValue) in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1530 u16MaxGammaValue = u16GammaValue; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1534 … _hal_PNL_WriteGamma12Bit_PanelGamma(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1538 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1539 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1541 …leIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u8Tab[u16CodeTableIndex+2], u16GammaValue); in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1543 if(u16MaxGammaValue < u16GammaValue) in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1545 u16MaxGammaValue = u16GammaValue; in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1549 … _hal_PNL_WriteGamma12Bit_PanelGamma(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in _Hal_PNL_Set12BitGammaPerChannel_PanelGamma()
1563 …a12Bit(void *pInstance, MS_U8 u8Channel, MS_BOOL bBurstWrite, MS_U16 u16Addr, MS_U16 u16GammaValue) in _hal_PNL_WriteGamma12Bit() argument
1570 …NL_DBG(PNL_DBGLEVEL_GAMMA, "Write [ch %d][addr 0x%x]: 0x%x \n", u8Channel, u16Addr, u16GammaValue); in _hal_PNL_WriteGamma12Bit()
1578 …(pPNLInstancePrivate->u32DeviceID, (REG_SC_BK10_6E_L + u8Channel *2), u16GammaValue, 0xFFF); … in _hal_PNL_WriteGamma12Bit()
1601 SC_W2BYTEMSK(pPNLInstancePrivate->u32DeviceID,REG_SC_BK10_72_L, u16GammaValue, 0xFFF); in _hal_PNL_WriteGamma12Bit()
1678 MS_U16 u16GammaValue = 0; in _Hal_PNL_Set12BitGammaPerChannel() local
1715 u16GammaValue = u8Tab[u16CodeTableIndex] & 0x0F; in _Hal_PNL_Set12BitGammaPerChannel()
1716 u16GammaValue |= u8Tab[u16CodeTableIndex+1] << 4; in _Hal_PNL_Set12BitGammaPerChannel()
1719 …[u16CodeTableIndex], u16CodeTableIndex+1, u8Tab[u16CodeTableIndex+1], u16GammaValue, u16NumOfLevel… in _Hal_PNL_Set12BitGammaPerChannel()
1721 if(u16MaxGammaValue < u16GammaValue) in _Hal_PNL_Set12BitGammaPerChannel()
1723 u16MaxGammaValue = u16GammaValue; in _Hal_PNL_Set12BitGammaPerChannel()
1727 _hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in _Hal_PNL_Set12BitGammaPerChannel()
1731 u16GammaValue = (u8Tab[u16CodeTableIndex] & 0xF0) >> 4; in _Hal_PNL_Set12BitGammaPerChannel()
1732 u16GammaValue |= u8Tab[u16CodeTableIndex+2] << 4; in _Hal_PNL_Set12BitGammaPerChannel()
1734 …leIndex, u8Tab[u16CodeTableIndex], u16CodeTableIndex+2, u8Tab[u16CodeTableIndex+2], u16GammaValue); in _Hal_PNL_Set12BitGammaPerChannel()
1736 if(u16MaxGammaValue < u16GammaValue) in _Hal_PNL_Set12BitGammaPerChannel()
1738 u16MaxGammaValue = u16GammaValue; in _Hal_PNL_Set12BitGammaPerChannel()
1742 _hal_PNL_WriteGamma12Bit(pInstance,u8Channel,bUsingBurstWrite, u16Addr, u16GammaValue); in _Hal_PNL_Set12BitGammaPerChannel()
1755 …a12Bit(void *pInstance, MS_U8 u8Channel, MS_BOOL bBurstWrite, MS_U16 u16Addr, MS_U16 u16GammaValue) in hal_PNL_WriteGamma12Bit() argument
1758 … _hal_PNL_WriteGamma12Bit_PanelGamma(pInstance, u8Channel, bBurstWrite, u16Addr, u16GammaValue); in hal_PNL_WriteGamma12Bit()
1760 _hal_PNL_WriteGamma12Bit(pInstance, u8Channel, bBurstWrite, u16Addr, u16GammaValue); in hal_PNL_WriteGamma12Bit()