Searched refs:bitmask (Results 76 - 100 of 125) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-cards.c684 u32 bitmask = 0; local
704 bitmask = 0x04;
711 bitmask = 0x01;
713 bitmask = 0x04;
717 if (bitmask) {
719 cx_clear(GP0_IO, bitmask);
721 cx_set(GP0_IO, bitmask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debtables.c132 if (e->bitmask & EBT_802_3) {
135 } else if (!(e->bitmask & EBT_NOPROTO) &&
153 if (e->bitmask & EBT_SOURCEMAC) {
161 if (e->bitmask & EBT_DESTMAC) {
445 if (i != NF_BR_NUMHOOKS || !(e->bitmask & EBT_ENTRY_OR_ENTRIES)) {
446 if (e->bitmask != 0) {
502 if (i != NF_BR_NUMHOOKS || !e->bitmask) {
564 if (e->bitmask)
625 if (e->bitmask == 0)
659 if (e->bitmask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4xdr.c1005 static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) argument
1007 encode_getattr_two(xdr, bitmask[0] & nfs4_fattr_bitmap[0],
1008 bitmask[1] & nfs4_fattr_bitmap[1], hdr);
1011 static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) argument
1013 encode_getattr_two(xdr, bitmask[0] & nfs4_fsinfo_bitmap[0],
1014 bitmask[1] & nfs4_fsinfo_bitmap[1], hdr);
1017 static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) argument
1019 encode_getattr_two(xdr, bitmask[0] & nfs4_fs_locations_bitmap[0],
1020 bitmask[1] & nfs4_fs_locations_bitmap[1], hdr);
1401 if (readdir->bitmask[
2675 decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) argument
[all...]
H A Dnfs4proc.c766 p->o_arg.bitmask = server->attr_bitmask;
1631 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1770 .bitmask = server->attr_bitmask,
1974 calldata->arg.bitmask = server->cache_consistency_bitmask;
2196 .bitmask = nfs4_fattr_bitmap,
2286 .bitmask = server->attr_bitmask,
2365 .bitmask = server->attr_bitmask,
2435 .bitmask = server->attr_bitmask,
2611 .bitmask = server->attr_bitmask,
2655 args->bitmask
4512 u32 bitmask[2] = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dabx500.h209 * @bitmask: The bit mask to use.
213 * value -> ((value & ~bitmask) | (bitvalues & bitmask))
216 u8 reg, u8 bitmask, u8 bitvalues);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_wrapper.h76 u64 bitmask, u64 hpte_v, u64 hpte_r, u64 *slot)
82 bitmask, hpte_v, hpte_r);
75 beat_insert_htab_entry(u64 htab_id, u64 group, u64 bitmask, u64 hpte_v, u64 hpte_r, u64 *slot) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_audio.c296 static int bitmask[9] = variable
311 return (s->word >> s->nleft) & bitmask[s->nbits];
318 s->word = (s->word << nbits) | (data & bitmask[nbits]);
376 e &= bitmask[nbits - 1];
426 e &= bitmask[nbits - 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dab3100-core.c346 u8 reg, u8 bitmask, u8 bitvalues)
351 reg, bitmask, (bitmask & bitvalues));
345 mask_and_set_register_interruptible(struct device *dev, u8 bank, u8 reg, u8 bitmask, u8 bitvalues) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c1843 unsigned int val, bitmask; local
1845 for (bitmask = 1; bitmask < e->max; bitmask <<= 1)
1849 = (val >> e->shift_l) & (bitmask - 1);
1852 (val >> e->shift_r) & (bitmask - 1);
1873 unsigned int mask, bitmask; local
1875 for (bitmask = 1; bitmask < e->max; bitmask <<
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunictype.h44 /* Data type denoting a General category value. This is not just a bitmask,
45 but rather a bitmask and a pointer to the lookup table, so that programs
50 uint32_t bitmask : 31; member in struct:__anon2646
55 bool (*lookup_fn) (ucs4_t uc, uint32_t bitmask); /* when generic is 1 */
225 uc_is_general_category_withtable (ucs4_t uc, uint32_t bitmask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dspider_net.c633 unsigned long bitmask[SPIDER_NET_MULTICAST_HASHES / BITS_PER_LONG] = local
640 set_bit(i, bitmask);
647 set_bit(0xfd, bitmask);
651 set_bit(hash, bitmask);
657 if (test_bit(i * 4, bitmask))
660 if (test_bit(i * 4 + 1, bitmask))
663 if (test_bit(i * 4 + 2, bitmask))
666 if (test_bit(i * 4 + 3, bitmask))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Dmain.c1167 static int ssb_wait_bit(struct ssb_device *dev, u16 reg, u32 bitmask, argument
1176 if (val & bitmask)
1179 if (!(val & bitmask))
1184 printk(KERN_ERR PFX "Timeout waiting for bitmask %08X on "
1186 bitmask, reg, (set ? "set" : "clear"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstring.c68 luaC_runtilstate(L, ~bitmask(GCSsweepstring));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunaligned.c455 unsigned long bitmask; local
495 bitmask = 1UL << (addr >> 3 & 0x3f);
498 *unat |= bitmask;
500 *unat &= ~bitmask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dadv_pci_dio.c722 unsigned char bitmask = 1 << chan; local
739 omb[0] = bitmask; /* reset counter to it reset value */
746 if (!(bitmask & devpriv->IDICntEnable)) {
747 omb[0] = bitmask;
752 devpriv->IDICntEnable |= bitmask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmcc4_drv.c1194 if (ch->p.bitmask[i] != p->bitmask[i])
1314 if (ch->p.bitmask[i] & pi->tsm[i])
1321 ch->p.bitmask[i], pi->tsm[i]);
1326 if (ch->p.bitmask[i] & (1 << j))
H A Dlibsbew.h277 u_int8_t bitmask[32]; member in struct:sbecom_chan_param
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c1636 char bitmask; local
1649 bitmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i;
1663 if (bitmask != gndmask) {
1675 bitmask = PNL_PINPUT(r_str(pprt)) & ~gndmask;
1676 phys_read |= (pmask_t) bitmask << (5 * bit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtwl4030.c1017 unsigned short mask, bitmask; local
1025 for (bitmask = 1; bitmask < e->max; bitmask <<= 1)
1031 mask = (bitmask - 1) << e->shift_l;
1036 mask |= (bitmask - 1) << e->shift_r;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_amd.c157 static const u32 bitmask[2] = {0x03, 0x0C}; local
162 if (ata66 & bitmask[ap->port_no])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-strncpy_from_user.S68 sll t10, t6, t10 # E : t10 = bitmask of last count byte
153 /* Add the end-of-count bit to the eos detection bitmask. */
370 negq t8, t6 # E : build bitmask of bytes <= zero
H A Dev6-stxncpy.S22 * t10 = bitmask (with one bit set) indicating the byte position of
24 * t12 = bitmask (with one bit set) indicating the last byte written
132 /* Add the end-of-count bit to the eos detection bitmask. */
159 sll t10, t2, t10 # U : t10 = bitmask of last count byte
375 negq t8, t6 # E : build bitmask of bytes <= zero
H A Dstrncpy_from_user.S95 /* Add the end-of-count bit to the eos detection bitmask. */
115 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
302 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
H A Dstxncpy.S22 * t10 = bitmask (with one bit set) indicating the byte position of
24 * t12 = bitmask (with one bit set) indicating the last byte written
102 /* Add the end-of-count bit to the eos detection bitmask. */
125 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
327 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Debi2_tmd20.c76 #define DISP_UPDATE_VALUE(addr, bitmask, data) \
77 DISP_WRITE_OUT(##addr, (register_##addr & ~(bitmask)) | (data));
79 #define DISP_VAL_IF(bitvalue, bitmask) \
80 ((bitvalue) ? (bitmask) : 0)

Completed in 238 milliseconds

12345