Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/
H A DdrvMHL.c389 MS_U16 _mdrv_mhl_CbusSetPacket(MS_U8 ucHeader, MS_BOOL bControl, MS_U8 ucContent) in _mdrv_mhl_CbusSetPacket() argument
392 MS_U16 usPacket = (ucHeader <<9) |(bControl <<8) |ucContent; in _mdrv_mhl_CbusSetPacket()
401 usPacket = (bParity <<11) |(ucHeader <<9) |(bControl <<8) |ucContent; in _mdrv_mhl_CbusSetPacket()