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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Dparameters.c136 p.pl = type & PV_MASK; /* The integer type codes the lenght as well */
230 if (((type & PV_MASK) != PV_INTEGER) && ((type & PV_MASK) != p.pl)) {
233 __FUNCTION__, type & PV_MASK, p.pl);
241 if((p.pl < (type & PV_MASK)) || (type & PV_BIG_ENDIAN)) {
246 extract_len = type & PV_MASK;
482 ret = (*pv_insert_table[type & PV_MASK])(self, buf+n, len, pi, type,
540 ret = (*pv_extract_table[type & PV_MASK])(self, buf+n, len, buf[n],
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/irda/
H A Dparameters.h54 #define PV_MASK 0x7f /* To mask away endian bit */ macro

Completed in 83 milliseconds