Searched refs:rshift (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A DMakefile.am35 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
37 mpih-lshift.c mpih-rshift.c mpih-sub1.c \
50 # mpih-rshift C
123 mpih_rshift = mpih-rshift-asm.S
126 mpih_rshift = mpih-rshift.c
H A DMakefile.in93 @MPI_MOD_ASM_MPIH_RSHIFT_FALSE@@MPI_MOD_C_MPIH_RSHIFT_TRUE@am__objects_7 = mpih-rshift.lo
94 @MPI_MOD_ASM_MPIH_RSHIFT_TRUE@am__objects_7 = mpih-rshift-asm.lo
292 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
294 mpih-lshift.c mpih-rshift.c mpih-sub1.c \
310 # mpih-rshift C
339 @MPI_MOD_ASM_MPIH_RSHIFT_FALSE@@MPI_MOD_C_MPIH_RSHIFT_TRUE@mpih_rshift = mpih-rshift.c
340 @MPI_MOD_ASM_MPIH_RSHIFT_TRUE@mpih_rshift = mpih-rshift-asm.S
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpih-rshift-asm.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpih-rshift.Plo@am__quote@
H A DMakefile93 am__objects_7 = mpih-rshift.lo
94 #am__objects_7 = mpih-rshift-asm.lo
292 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
294 mpih-lshift.c mpih-rshift.c mpih-sub1.c \
310 # mpih-rshift C
339 mpih_rshift = mpih-rshift.c
340 #mpih_rshift = mpih-rshift-asm.S
452 include ./$(DEPDIR)/mpih-rshift-asm.Plo
453 include ./$(DEPDIR)/mpih-rshift.Plo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcopy_user.S23 #define t1 r2 // rshift in bytes
25 #define rshift r14 // right shift in bits define
132 shl rshift=t2,3
135 sub lshift=64,rshift
154 (p15) shl rshift=t1,3 // in bits
155 (p14) shl rshift=t2,3
160 sub lshift=64,rshift
204 #define SWITCH(pred, shift) cmp.eq pred,p0=shift,rshift
207 #define BODY(rshift) \
208 .copy_user_bit##rshift
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_codec.c519 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
522 uinfo->count = shift == rshift ? 1 : 2;
534 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
541 if (shift != rshift)
542 ucontrol->value.integer.value[1] = (snd_ac97_read_cache(ac97, reg) >> rshift) & mask;
545 if (shift != rshift)
558 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
570 if (shift != rshift) {
574 val_mask |= mask << rshift;
575 val |= val2 << rshift;
869 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
886 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
900 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
2697 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
2730 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c64 static int macio_do_gpio_read(PMF_STD_ARGS, u8 mask, int rshift, u8 xor) argument
74 *args->u[0].p = ((value & mask) >> rshift) ^ xor;
H A Dpfunc_core.c133 int rshift = (int)pmf_next32(cmd); local
136 LOG_PARSE("pmf: read_gpio(mask: %02x, rshift: %d, xor: %02x)\n",
137 mask, rshift, xor);
139 PMF_PARSE_CALL(read_gpio, cmd, h, mask, rshift, xor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c1021 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
1033 if (shift != rshift)
1035 (snd_soc_read(widget->codec, reg) >> rshift) & mask;
1039 if (shift != rshift)
1063 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
1075 if (shift != rshift) {
1079 val_mask |= mask << rshift;
1080 val |= val2 << rshift;
H A Dsoc-core.c1398 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
1402 uinfo->count = shift == rshift ? 1 : 2;
1424 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
1430 if (shift != rshift)
1432 (snd_soc_read(codec, reg) >> rshift) & mask;
1436 if (shift != rshift)
1460 int rshift = (kcontrol->private_value >> 12) & 0x0f; local
1471 if (shift != rshift) {
1475 val_mask |= mask << rshift;
1476 val |= val2 << rshift;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpmac_pfunc.h64 int (*read_gpio)(PMF_STD_ARGS, u8 mask, int rshift, u8 xor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dcmipci.c1792 #define COMPOSE_SB_REG(lreg,rreg,lshift,rshift,mask,invert,stereo) \
1793 ((lreg) | ((rreg) << 8) | (lshift << 16) | (rshift << 19) | (mask << 24) | (invert << 22) | (stereo << 23))
1804 #define CMIPCI_SB_SW_STEREO(xname,lshift,rshift) CMIPCI_DOUBLE(xname, SB_DSP4_OUTPUT_SW, SB_DSP4_OUTPUT_SW, lshift, rshift, 1, 0, 1)
1961 #define CMIPCI_MIXER_SW_STEREO(xname, reg, lshift, rshift, invert) \
1965 .private_value = COMPOSE_SB_REG(reg, reg, lshift, rshift, 1, invert, 1), \
1975 #define CMIPCI_MIXER_VOL_STEREO(xname, reg, lshift, rshift, mask) \
1979 .private_value = COMPOSE_SB_REG(reg, reg, lshift, rshift, mask, 0, 1), \

Completed in 135 milliseconds