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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dpci.c72 static u32 bytemask[] = { variable
94 *value = (*addr >> (8*n)) & bytemask[size];
116 mask = ~(bytemask[size] << ((where % 0x4) * 8));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp23xx/
H A Dpci.c83 static u32 bytemask[] = { variable
107 *value = (*addr >> (8*n)) & bytemask[size];
129 mask = ~(bytemask[size] << ((where % 0x4) * 8));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp4xx/
H A Dcommon-pci.c183 static u32 bytemask[] = { variable
208 *value = (data >> (8*n)) & bytemask[size];
255 *value = (data >> (8*n)) & bytemask[size];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dufc.c263 static unsigned char bytemask[8] = { variable
314 mask1 = bytemask[comes_from_bit % 8 + 1];
329 mask1 = bytemask[comes_from_bit % 7 + 1];
355 inner_mask1 = bytemask[comes_from % 8];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dcrypttest.c286 static unsigned char bytemask[8] = { variable
337 mask1 = bytemask[comes_from_bit % 8 + 1];
352 mask1 = bytemask[comes_from_bit % 7 + 1];
378 inner_mask1 = bytemask[comes_from % 8];

Completed in 83 milliseconds