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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/boot/
H A Dpiggyback.c38 unsigned short ld2(char *p) function
110 i += (ld2(buffer + j + 2)<<2) - 512;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm_params.h39 static inline unsigned int ld2(u_int32_t v) function
103 return ld2(mask->bits[i]) + (i << 5);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcopy_user.S307 EX(.failure_in1,(p7) ld2 val1[1]=[src1],2) // 2-byte aligned
322 // we have never executed the ld2, therefore st2 is not executed.
366 EX(.failure_in1,(p8) ld2 val2[0]=[src1],2) // at least 2 bytes
469 // size loads, e.g. failing ld4 means no ld1 nor ld2 executed
484 // The combination ld1, ld2, ld4, ld8 where you fail on ld8 is impossible
502 // any stores. For instance, if we fail on ld2, this means we had
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dtrident.h333 static inline unsigned ld2(unsigned int x) function
H A Dau1550_ac97.c137 ld2(unsigned int x) function
668 db->fragshift = ld2(user_bytes_per_sec/1000);
672 db->fragshift = ld2(user_bytes_per_sec / 100 /
H A Dau1550_i2s.c330 ld2(unsigned int x) function
552 db->fragshift = ld2(user_bytes_per_sec/1000);
556 db->fragshift = ld2(user_bytes_per_sec / 100 /
H A Dnec_vrc5477.c238 static inline unsigned ld2(unsigned int x) function
713 db->fragShift = ld2(rate * 2 / 100);
H A Des1371.c477 static inline unsigned ld2(unsigned int x) function
934 db->fragshift = ld2(bytepersec/1000);
938 db->fragshift = ld2(bytepersec/100/(db->subdivision ? db->subdivision : 1));
H A Dtrident.c1381 dmabuf->fragshift = ld2(bytepersec / 1000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dfsys.S536 ld2 r20=[r18] // r20 = cpu_to_node_map[cpu]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c678 oss_buffer_size = 1 << ld2(oss_buffer_size);
714 min_period_size = 1 << (ld2(min_period_size - 1) + 1);
721 max_period_size = 1 << ld2(max_period_size);

Completed in 113 milliseconds