Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c392 MS_U16 usPacket = (ucHeader <<9) |(bControl <<8) |ucContent; in _mdrv_mhl_CbusSetPacket() local
396 bParity ^= (usPacket & BIT(0)); in _mdrv_mhl_CbusSetPacket()
397 usPacket = usPacket >>1; in _mdrv_mhl_CbusSetPacket()
399 while(usPacket); in _mdrv_mhl_CbusSetPacket()
401 usPacket = (bParity <<11) |(ucHeader <<9) |(bControl <<8) |ucContent; in _mdrv_mhl_CbusSetPacket()
403 return (usPacket |BIT(15)); in _mdrv_mhl_CbusSetPacket()