Lines Matching refs:pVSIInfoFrame
5217 …c SYS_STATUS hdmitx_SetVSIInfoFrame(struct it6161 *it6161, VendorSpecific_InfoFrame *pVSIInfoFrame) in hdmitx_SetVSIInfoFrame() argument
5221 if(!pVSIInfoFrame) in hdmitx_SetVSIInfoFrame()
5227 it6161_hdmi_tx_write(it6161, 0x80,pVSIInfoFrame->pktbyte.VS_DB[3]); in hdmitx_SetVSIInfoFrame()
5228 it6161_hdmi_tx_write(it6161, 0x81,pVSIInfoFrame->pktbyte.VS_DB[4]); in hdmitx_SetVSIInfoFrame()
5230 ucData -= pVSIInfoFrame->pktbyte.VS_DB[3] ; in hdmitx_SetVSIInfoFrame()
5231 ucData -= pVSIInfoFrame->pktbyte.VS_DB[4] ; in hdmitx_SetVSIInfoFrame()
5233 if( pVSIInfoFrame->pktbyte.VS_DB[4] & (1<<7 )) in hdmitx_SetVSIInfoFrame()
5235 ucData -= pVSIInfoFrame->pktbyte.VS_DB[5] ; in hdmitx_SetVSIInfoFrame()
5236 it6161_hdmi_tx_write(it6161, 0x82,pVSIInfoFrame->pktbyte.VS_DB[5]); in hdmitx_SetVSIInfoFrame()
5244 pVSIInfoFrame->pktbyte.CheckSum=ucData; in hdmitx_SetVSIInfoFrame()
5246 it6161_hdmi_tx_write(it6161, 0x83,pVSIInfoFrame->pktbyte.CheckSum); in hdmitx_SetVSIInfoFrame()