Searched refs:usPacket (Results 1 – 1 of 1) sorted by relevance
392 MS_U16 usPacket = (ucHeader <<9) |(bControl <<8) |ucContent; in _mdrv_mhl_CbusSetPacket() local396 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()