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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/
H A Dmpih-lshift.S42 #define s_ptr a0 define
58 movel MEM_DISP(sp,32),R(s_ptr)
65 cmpl R(s_ptr),R(res_ptr)
66 bls L(Lspecial) /* jump if s_ptr >= res_ptr */
68 lea MEM_INDX1(s_ptr,s_size,l,4),R(a2)
72 lea MEM_INDX(s_ptr,d0,l),R(a2)
75 bls L(Lspecial) /* jump if res_ptr >= s_ptr + s_size */
82 lea MEM_INDX1(s_ptr,s_size,l,4),R(s_ptr)
87 addl R(s_size),R(s_ptr)
[all...]
H A Dmpih-rshift.S42 #define s_ptr a0 define
57 movel MEM_DISP(sp,32),R(s_ptr)
64 cmpl R(res_ptr),R(s_ptr)
65 bls L(Rspecial) /* jump if res_ptr >= s_ptr */
73 cmpl R(s_ptr),R(a2)
74 bls L(Rspecial) /* jump if s_ptr >= res_ptr + s_size */
79 movel MEM_POSTINC(s_ptr),R(d2)
92 movel MEM_POSTINC(s_ptr),R(d2)
99 movel MEM_POSTINC(s_ptr),R(d1)
123 lea MEM_INDX1(s_ptr,s_siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dswarm_cs4297a.c913 u32 *s_ptr; local
935 s_ptr = (u32 *)&(d->dma_buf[d->swptr*4]);
938 u64 data = be64_to_cpu(*(u64 *)s_ptr);
943 if ((descr_a & M_DMA_DSCRA_A_ADDR) != CPHYSADDR((long)s_ptr)) {
965 left = ((be32_to_cpu(s_ptr[1]) & 0xff) << 8) |
966 ((be32_to_cpu(s_ptr[2]) >> 24) & 0xff);
967 right = (be32_to_cpu(s_ptr[2]) >> 4) & 0xffff;
975 s_ptr = (u32 *)s->dma_adc.dma_buf;
977 s_ptr += 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dcpm2.h778 uint s_ptr; /* source internal data pointer */ member in struct:idma

Completed in 132 milliseconds