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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dparams.h34 #define BYTE_MASK ((1U<<BITS_PER_BYTE)-1) macro
H A Dgetsection.c73 } while ((*dst++ = tmp & BYTE_MASK));
H A Dcload.c1386 tmp |= (datv & BYTE_MASK) << (tmap & SHIFT_COUNT_MASK);
1448 sum += (temp >> BITS_PER_BYTE) & (BYTE_MASK << BITS_PER_BYTE);
1449 sum += (temp & (BYTE_MASK << BITS_PER_BYTE)) << BITS_PER_BYTE;
1947 } while ((*dst++ = tmp & BYTE_MASK));

Completed in 286 milliseconds