Searched refs:tshead (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_av.c743 u8 tshead[4] = { 0x47, 0x00, 0x00, 0x10 }; local
747 tshead[1] = 0x40;
749 tshead[3] = 0x30;
750 tshead[1] |= (u8)((pid & 0x1F00) >> 8);
751 tshead[2] |= (u8)(pid & 0x00FF);
752 tshead[3] |= ((*counter)++ & 0x0F);
753 memcpy(buf, tshead, 4);

Completed in 103 milliseconds