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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_av.c701 u8 tshead[4] = { 0x47, 0x00, 0x00, 0x10 }; local
705 tshead[1] = 0x40;
707 tshead[3] = 0x30;
708 tshead[1] |= (u8)((pid & 0x1F00) >> 8);
709 tshead[2] |= (u8)(pid & 0x00FF);
710 tshead[3] |= ((*counter)++ & 0x0F);
711 memcpy(buf, tshead, 4);

Completed in 88 milliseconds