Searched refs:or_mask (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dpss.c579 int val, and_mask = 0, or_mask = 0; local
589 or_mask = SOUND_MASK_VOLUME | SOUND_MASK_BASS | SOUND_MASK_TREBLE | SOUND_MASK_SYNTH;
596 or_mask = SOUND_MASK_VOLUME;
607 or_mask = SOUND_CAP_EXCL_INPUT;
616 or_mask = ret_vol_stereo(devc->mixer.volume_l, devc->mixer.volume_r);
620 or_mask = ret_vol_mono(devc->mixer.bass);
624 or_mask = ret_vol_mono(devc->mixer.treble);
628 or_mask = ret_vol_mono(devc->mixer.synth);
636 val |= or_mask;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2.h248 u8 or_mask; member in struct:cpia2_reg_mask
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c2411 static int expand_vars_to_list(char **list, int n, char **posp, char *arg, char or_mask) argument
2413 /* or_mask is either 0 (normal case) or 0x80
2435 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2470 /* If or_mask is nonzero, we handle assignment 'a=....$@.....'
2472 if (first_ch == ('@'|0x80) && !or_mask) { /* quoted $@ */
2535 static char **expand_variables(char **argv, char or_mask) argument
2560 n = expand_vars_to_list(list, n, &pos, *v++, or_mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dns83820.c1471 u32 or_mask = 0; local
1475 or_mask |= RFCR_AAU | RFCR_AAM;
1480 or_mask |= RFCR_AAM;
1485 val = (readl(rfcr) & and_mask) | or_mask;

Completed in 77 milliseconds