Searched refs:stuff_fir (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/net/irda/
H A Dstir4200.c239 static inline __u8 *stuff_fir(__u8 *p, __u8 c) function
276 ptr = stuff_fir(ptr, skb->data[i]);
279 ptr = stuff_fir(ptr, fcs & 0xff);
280 ptr = stuff_fir(ptr, (fcs >> 8) & 0xff);
281 ptr = stuff_fir(ptr, (fcs >> 16) & 0xff);
282 ptr = stuff_fir(ptr, (fcs >> 24) & 0xff);

Completed in 97 milliseconds