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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp2000/
H A Dpci.c71 static u32 bytemask[] = { variable
93 *value = (*addr >> (8*n)) & bytemask[size];
115 mask = ~(bytemask[size] << ((where % 0x4) * 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/
H A Dpci.c81 static u32 bytemask[] = { variable
105 *value = (*addr >> (8*n)) & bytemask[size];
127 mask = ~(bytemask[size] << ((where % 0x4) * 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dcommon-pci.c184 static u32 bytemask[] = { variable
209 *value = (data >> (8*n)) & bytemask[size];
256 *value = (data >> (8*n)) & bytemask[size];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dalauda.c73 u32 bytemask; member in struct:alauda
402 size_t byte = from & al->bytemask;
431 if ((from & al->bytemask) || (len & al->bytemask))
461 if ((to & al->bytemask) || (len & al->bytemask))
579 al->bytemask = (1 << card->pageshift) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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 97 milliseconds