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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dmm_init.c69 unsigned long or_mask, add_mask; local
115 or_mask = (ZONES_MASK << ZONES_PGSHIFT) |
121 BUG_ON(or_mask != add_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dmm_init.c69 unsigned long or_mask, add_mask; local
115 or_mask = (ZONES_MASK << ZONES_PGSHIFT) |
121 BUG_ON(or_mask != add_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-rc32434/
H A Drb.h86 extern void set_latch_u5(unsigned char or_mask, unsigned char nand_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/mach-rc32434/
H A Drb.h86 extern void set_latch_u5(unsigned char or_mask, unsigned char nand_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/oss/
H A Dpss.c577 int val, and_mask = 0, or_mask = 0; local
587 or_mask = SOUND_MASK_VOLUME | SOUND_MASK_BASS | SOUND_MASK_TREBLE | SOUND_MASK_SYNTH;
594 or_mask = SOUND_MASK_VOLUME;
605 or_mask = SOUND_CAP_EXCL_INPUT;
614 or_mask = ret_vol_stereo(devc->mixer.volume_l, devc->mixer.volume_r);
618 or_mask = ret_vol_mono(devc->mixer.bass);
622 or_mask = ret_vol_mono(devc->mixer.treble);
626 or_mask = ret_vol_mono(devc->mixer.synth);
634 val |= or_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/oss/
H A Dpss.c577 int val, and_mask = 0, or_mask = 0; local
587 or_mask = SOUND_MASK_VOLUME | SOUND_MASK_BASS | SOUND_MASK_TREBLE | SOUND_MASK_SYNTH;
594 or_mask = SOUND_MASK_VOLUME;
605 or_mask = SOUND_CAP_EXCL_INPUT;
614 or_mask = ret_vol_stereo(devc->mixer.volume_l, devc->mixer.volume_r);
618 or_mask = ret_vol_mono(devc->mixer.bass);
622 or_mask = ret_vol_mono(devc->mixer.treble);
626 or_mask = ret_vol_mono(devc->mixer.synth);
634 val |= or_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/rb532/
H A Ddevices.c47 void set_latch_u5(unsigned char or_mask, unsigned char nand_mask) argument
53 dev3.state = (dev3.state | or_mask) & ~nand_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/rb532/
H A Ddevices.c47 void set_latch_u5(unsigned char or_mask, unsigned char nand_mask) argument
53 dev3.state = (dev3.state | or_mask) & ~nand_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dslice.c384 #define or_mask(dst, src) do { \ macro
469 or_mask(good_mask, compat_mask);
505 or_mask(potential_mask, good_mask);
540 or_mask(potential_mask, compat_mask);
722 or_mask(available, compat_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dslice.c384 #define or_mask(dst, src) do { \ macro
469 or_mask(good_mask, compat_mask);
505 or_mask(potential_mask, good_mask);
540 or_mask(potential_mask, compat_mask);
722 or_mask(available, compat_mask);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dradeon_combios.c2593 uint32_t reg, val, and_mask, or_mask; local
2621 or_mask = RBIOS32(index);
2624 val = (val & and_mask) | or_mask;
2675 or_mask = RBIOS32(index);
2678 val = (val & and_mask) | or_mask;
2690 or_mask = RBIOS32(index);
2693 val = (val & and_mask) | or_mask;
2724 uint32_t val, and_mask, or_mask; local
2742 or_mask = RBIOS32(offset);
2746 tmp |= or_mask;
2804 uint32_t and_mask, or_mask; local
2903 uint32_t or_mask = RBIOS16(offset); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_combios.c2593 uint32_t reg, val, and_mask, or_mask; local
2621 or_mask = RBIOS32(index);
2624 val = (val & and_mask) | or_mask;
2675 or_mask = RBIOS32(index);
2678 val = (val & and_mask) | or_mask;
2690 or_mask = RBIOS32(index);
2693 val = (val & and_mask) | or_mask;
2724 uint32_t val, and_mask, or_mask; local
2742 or_mask = RBIOS32(offset);
2746 tmp |= or_mask;
2804 uint32_t and_mask, or_mask; local
2903 uint32_t or_mask = RBIOS16(offset); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2.h248 u8 or_mask; member in struct:cpia2_reg_mask
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2.h248 u8 or_mask; member in struct:cpia2_reg_mask
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dns83820.c1609 u32 or_mask = 0; local
1613 or_mask |= RFCR_AAU | RFCR_AAM;
1618 or_mask |= RFCR_AAM;
1623 val = (readl(rfcr) & and_mask) | or_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dns83820.c1609 u32 or_mask = 0; local
1613 or_mask |= RFCR_AAU | RFCR_AAM;
1618 or_mask |= RFCR_AAM;
1623 val = (readl(rfcr) & and_mask) | or_mask;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c2442 static NOINLINE int expand_vars_to_list(o_string *output, int n, char *arg, char or_mask) argument
2444 /* or_mask is either 0 (normal case) or 0x80 -
2453 debug_printf_expand("expand_vars_to_list: arg:'%s' or_mask:%x\n", arg, or_mask);
2474 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2506 /* If or_mask is nonzero, we handle assignment 'a=....$@.....'
2508 if (first_ch == ('@'|0x80) && !or_mask) { /* quoted $@ */
2842 static char **expand_variables(char **argv, unsigned or_mask) argument
2851 output.o_escape = 1 & (or_mask / EXPVAR_FLAG_ESCAPE_VAR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c2442 static NOINLINE int expand_vars_to_list(o_string *output, int n, char *arg, char or_mask) argument
2444 /* or_mask is either 0 (normal case) or 0x80 -
2453 debug_printf_expand("expand_vars_to_list: arg:'%s' or_mask:%x\n", arg, or_mask);
2474 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2506 /* If or_mask is nonzero, we handle assignment 'a=....$@.....'
2508 if (first_ch == ('@'|0x80) && !or_mask) { /* quoted $@ */
2842 static char **expand_variables(char **argv, unsigned or_mask) argument
2851 output.o_escape = 1 & (or_mask / EXPVAR_FLAG_ESCAPE_VAR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c2442 static NOINLINE int expand_vars_to_list(o_string *output, int n, char *arg, char or_mask) argument
2444 /* or_mask is either 0 (normal case) or 0x80 -
2453 debug_printf_expand("expand_vars_to_list: arg:'%s' or_mask:%x\n", arg, or_mask);
2474 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2506 /* If or_mask is nonzero, we handle assignment 'a=....$@.....'
2508 if (first_ch == ('@'|0x80) && !or_mask) { /* quoted $@ */
2842 static char **expand_variables(char **argv, unsigned or_mask) argument
2851 output.o_escape = 1 & (or_mask / EXPVAR_FLAG_ESCAPE_VAR
[all...]

Completed in 335 milliseconds