Searched refs:bitmask (Results 101 - 125 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/em28xx/
H A Dem28xx-core.c216 * sets only some bits (specified by bitmask) of a register, by first reading
220 u8 bitmask)
236 newval = (((u8) oldval) & ~bitmask) | (val & bitmask);
219 em28xx_write_reg_bits(struct em28xx *dev, u16 reg, u8 val, u8 bitmask) argument
H A Dem28xx.h652 u8 bitmask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs293 # define flagSet(flags, bitmask) ((flags) & (bitmask))
295 # define flagSet(flags, bitmask) (((flags) & DB_OPFLAGS_MASK) == (bitmask))
353 #define flagSet(flags, bitmask) ((flags) & (bitmask))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_codec.c467 unsigned short val, bitmask; local
469 for (bitmask = 1; bitmask < e->mask; bitmask <<= 1)
472 ucontrol->value.enumerated.item[0] = (val >> e->shift_l) & (bitmask - 1);
474 ucontrol->value.enumerated.item[1] = (val >> e->shift_r) & (bitmask - 1);
485 unsigned short mask, bitmask; local
487 for (bitmask = 1; bitmask < e->mask; bitmask <<
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-cards.c4670 int bitmask; local
4698 /* bitmask=0x30f; */
4699 bitmask=0x302;
4702 bitmask ^= 0x180; /* use 7 and 9, not 8 and 9 */
4703 bitmask |= 7<<4; /* the DAC */
4705 btwrite(bitmask, BT848_GPIO_OUT_EN);
4707 bitmask = btread(BT848_GPIO_DATA);
4709 bitmask = (bitmask & ~0x280) | ((mux & 2) << 8) | ((mux & 1) << 7);
4711 bitmask
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dassoc.c1451 u8 j, bitmask; /*k,bitmask; */ local
1497 bitmask = (1 << (i - (j * 8)));
1498 if ((pAd->StaCfg.DesiredHtPhyInfo.MCSSet[j] & bitmask)
1499 && (pHtCapability->MCSSet[j] & bitmask)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcfdef.h581 err: you used an invalid bitmask; variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dentry.S216 ! r8 passes SR bitmask, overwritten with restored data on return
389 ! k4 passes SR bitmask
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dazt3328.c855 unsigned bitmask,
861 chip->shadow_reg_ctrl_6AH |= bitmask;
863 chip->shadow_reg_ctrl_6AH &= ~bitmask;
865 bitmask, do_mask, chip->shadow_reg_ctrl_6AH);
854 snd_azf3328_ctrl_reg_6AH_update(struct snd_azf3328 *chip, unsigned bitmask, bool enable ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-stxcpy.S17 * t12 = bitmask (with one bit set) indicating the last byte written
297 negq t8, t6 # E : build bitmask of bytes <= zero
H A Dstxcpy.S17 * t12 = bitmask (with one bit set) indicating the last byte written
268 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistitem.tex190 Sets the bitmask that is used to determine which of the state flags
H A Dkeyevent.tex209 Return the bitmask of modifier keys which were pressed when this event
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ds626.c2255 unsigned int bitmask; local
2260 bitmask = 1 << (chan - (16 * group));
2271 bitmask | status);
2280 bitmask | status);
2292 bitmask | status);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnandsim.c2104 static void ns_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int bitmask) argument
2108 ns->lines.cle = bitmask & NAND_CLE ? 1 : 0;
2109 ns->lines.ale = bitmask & NAND_ALE ? 1 : 0;
2110 ns->lines.ce = bitmask & NAND_NCE ? 1 : 0;
H A Ddiskonchip.c90 unsigned int bitmask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_udc_core.c609 u32 temp, bitmask, tmp_stat; local
615 bitmask = ep_is_in(ep)
627 if (fsl_readl(&dr_regs->endpointprime) & bitmask)
636 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpreg.c66 * Used to set the RegDomain bitmask which chooses which frequency
70 #define BMLEN 2 /* Use 2 64 bit uint for channel bitmask
526 /* The table of frequency bands is indexed by a bitmask. The ordering
904 u64_t dfsMask; /* DFS bitmask for 5Ghz tables */
908 u64_t chan11a[BMLEN];/* 128 bit bitmask for channel/band
910 u64_t chan11a_turbo[BMLEN];/* 128 bit bitmask for channel/band
912 u64_t chan11a_dyn_turbo[BMLEN]; /* 128 bit bitmask for channel/band
914 u64_t chan11b[BMLEN];/* 128 bit bitmask for channel/band
916 u64_t chan11g[BMLEN];/* 128 bit bitmask for channel/band
918 u64_t chan11g_turbo[BMLEN];/* 128 bit bitmask fo
1545 isChanBitMaskZero(u64_t *bitmask) argument
1556 IS_BIT_SET(u32_t bit, u64_t *bitmask) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/hv/
H A Dhypervisor.h824 * @param cpumask Pointer to a returned bitmask (in row-major order,
829 * @param length Number of bytes available for the returned bitmask.
1187 * The bitmask provides information on which parts of the cache
1189 * appears in the bitmask, that indicates that a page has been marked
1191 * @param bitmask A bitmap of priority page set values
1193 void hv_set_caching(unsigned int bitmask);
1721 * to an empty bitmask. On chips which support hash-for-home caching,
1730 * If passed as a NULL pointer, equivalent to an empty bitmask.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvcpu.c425 unsigned long bitmask; local
453 bitmask = 1UL << ((addr >> 3) & 0x3f);
455 *unat |= bitmask;
457 *unat &= ~bitmask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dmusycc.c660 if ((pi->chan[ch]->state == UP) && (pi->chan[ch]->p.bitmask[i]))
664 lastval = pi->chan[ch]->p.bitmask[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c3297 u8 StbcMcs; /*j, StbcMcs, bitmask; */
3302 u8 j, bitmask; local
3382 bitmask = (1 << (i - (j * 8)));
3384 if ((pActiveHtPhy->MCSSet[j] & bitmask)
3385 && (pDesireHtPhy->MCSSet[j] & bitmask)) {
3412 bitmask = (1 << (i - (j * 8)));
3413 if ((pDesireHtPhy->MCSSet[j] & bitmask)
3414 && (pActiveHtPhy->MCSSet[j] & bitmask)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h1168 /* Set this to a bitmask value to enable the particular authentications
1188 /* Set this to a bitmask value to enable the particular authentications
1420 /* set the bitmask for the protocols that are allowed to be used for the
1426 /* set the bitmask for the protocols that libcurl is allowed to follow to,
1541 /* Enable/disable specific SSL features with a bitmask, see CURLSSLOPT_* */
2187 int features; /* bitmask, see defines below */
2266 * state by setting the bitmask, use the convenience defines below.
2269 CURL_EXTERN CURLcode curl_easy_pause(CURL *handle, int bitmask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dmlme.h647 u8 bitmask[8]; member in struct:rt_frame_ba
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs376 # define flagSet(bitmask) (flags & (bitmask))
378 # define flagSet(bitmask) ((flags & DB_OPFLAGS_MASK) == (bitmask))

Completed in 244 milliseconds

12345