Home
last modified time | relevance | path

Searched refs:bParity (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c391 MS_BOOL bParity = 0; in _mdrv_mhl_CbusSetPacket() local
396 bParity ^= (usPacket & BIT(0)); in _mdrv_mhl_CbusSetPacket()
401 usPacket = (bParity <<11) |(ucHeader <<9) |(bControl <<8) |ucContent; in _mdrv_mhl_CbusSetPacket()