Searched refs:shift (Results 1 - 25 of 2143) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/sys-x86_64/
H A Dtask_size.c1 unsigned long os_get_top_address(unsigned long shift) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/sys-x86_64/
H A Dtask_size.c1 unsigned long os_get_top_address(unsigned long shift) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dtmio_core.c11 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base) argument
14 sd_config_write16(cnf, shift, CNF_CMD, SDCREN);
15 sd_config_write32(cnf, shift, CNF_CTL_BASE, base & 0xfffe);
18 sd_config_write8(cnf, shift, CNF_PWR_CTL_3, 0x01);
20 sd_config_write8(cnf, shift, CNF_STOP_CLK_CTL, 0x1f);
23 sd_config_write8(cnf, shift, CNF_PWR_CTL_2, 0x00);
29 int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base) argument
33 sd_config_write16(cnf, shift, CNF_CMD, SDCREN);
34 sd_config_write32(cnf, shift, CNF_CTL_BASE, base & 0xfffe);
40 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, in argument
46 tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dtmio_core.c11 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base) argument
14 sd_config_write16(cnf, shift, CNF_CMD, SDCREN);
15 sd_config_write32(cnf, shift, CNF_CTL_BASE, base & 0xfffe);
18 sd_config_write8(cnf, shift, CNF_PWR_CTL_3, 0x01);
20 sd_config_write8(cnf, shift, CNF_STOP_CLK_CTL, 0x1f);
23 sd_config_write8(cnf, shift, CNF_PWR_CTL_2, 0x00);
29 int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base) argument
33 sd_config_write16(cnf, shift, CNF_CMD, SDCREN);
34 sd_config_write32(cnf, shift, CNF_CTL_BASE, base & 0xfffe);
40 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, in argument
46 tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Diommu-helper.c9 unsigned long shift,
14 shift = (shift + index) & (boundary_size - 1);
15 return shift + nr > boundary_size;
20 unsigned long shift, unsigned long boundary_size,
30 if (iommu_is_span_boundary(index, nr, shift, boundary_size)) {
8 iommu_is_span_boundary(unsigned int index, unsigned int nr, unsigned long shift, unsigned long boundary_size) argument
18 iommu_area_alloc(unsigned long *map, unsigned long size, unsigned long start, unsigned int nr, unsigned long shift, unsigned long boundary_size, unsigned long align_mask) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Diommu-helper.c9 unsigned long shift,
14 shift = (shift + index) & (boundary_size - 1);
15 return shift + nr > boundary_size;
20 unsigned long shift, unsigned long boundary_size,
30 if (iommu_is_span_boundary(index, nr, shift, boundary_size)) {
8 iommu_is_span_boundary(unsigned int index, unsigned int nr, unsigned long shift, unsigned long boundary_size) argument
18 iommu_area_alloc(unsigned long *map, unsigned long size, unsigned long start, unsigned int nr, unsigned long shift, unsigned long boundary_size, unsigned long align_mask) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Dcompiler.h13 # define __kernel_insbl(val, shift) __builtin_alpha_insbl(val, shift)
14 # define __kernel_inswl(val, shift) __builtin_alpha_inswl(val, shift)
15 # define __kernel_insql(val, shift) __builtin_alpha_insql(val, shift)
16 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift)
17 # define __kernel_extbl(val, shift) __builtin_alpha_extbl(val, shift)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dcompiler.h13 # define __kernel_insbl(val, shift) __builtin_alpha_insbl(val, shift)
14 # define __kernel_inswl(val, shift) __builtin_alpha_inswl(val, shift)
15 # define __kernel_insql(val, shift) __builtin_alpha_insql(val, shift)
16 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift)
17 # define __kernel_extbl(val, shift) __builtin_alpha_extbl(val, shift)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-tegra/include/mach/
H A Duncompress.h46 int shift = 2; local
51 while (!(uart[UART_LSR << shift] & UART_LSR_THRE))
53 uart[UART_TX << shift] = c;
63 int shift = 2; local
68 uart[UART_LCR << shift] |= UART_LCR_DLAB;
69 uart[UART_DLL << shift] = 0x75;
70 uart[UART_DLM << shift] = 0x0;
71 uart[UART_LCR << shift] = 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-tegra/include/mach/
H A Duncompress.h46 int shift = 2; local
51 while (!(uart[UART_LSR << shift] & UART_LSR_THRE))
53 uart[UART_TX << shift] = c;
63 int shift = 2; local
68 uart[UART_LCR << shift] |= UART_LCR_DLAB;
69 uart[UART_DLL << shift] = 0x75;
70 uart[UART_DLM << shift] = 0x0;
71 uart[UART_LCR << shift] = 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/x86/
H A Dsimple_idct_mmx.c220 #define ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
253 "psrad $" #shift ", %%mm7 \n\t"\
254 "psrad $" #shift ", %%mm4 \n\t"\
258 "psrad $" #shift ", %%mm1 \n\t"\
259 "psrad $" #shift ", %%mm2 \n\t"\
275 "psrad $" #shift ", %%mm2 \n\t"\
276 "psrad $" #shift ", %%mm0 \n\t"\
281 "psrad $" #shift ", %%mm6 \n\t"\
284 "psrad $" #shift ", %%mm4 \n\t"\
288 #define COL_IDCT(src0, src4, src1, src5, dst, shift) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/x86/
H A Dsimple_idct_mmx.c220 #define ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
253 "psrad $" #shift ", %%mm7 \n\t"\
254 "psrad $" #shift ", %%mm4 \n\t"\
258 "psrad $" #shift ", %%mm1 \n\t"\
259 "psrad $" #shift ", %%mm2 \n\t"\
275 "psrad $" #shift ", %%mm2 \n\t"\
276 "psrad $" #shift ", %%mm0 \n\t"\
281 "psrad $" #shift ", %%mm6 \n\t"\
284 "psrad $" #shift ", %%mm4 \n\t"\
288 #define COL_IDCT(src0, src4, src1, src5, dst, shift) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/x86/
H A Dsimple_idct_mmx.c220 #define ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
253 "psrad $" #shift ", %%mm7 \n\t"\
254 "psrad $" #shift ", %%mm4 \n\t"\
258 "psrad $" #shift ", %%mm1 \n\t"\
259 "psrad $" #shift ", %%mm2 \n\t"\
275 "psrad $" #shift ", %%mm2 \n\t"\
276 "psrad $" #shift ", %%mm0 \n\t"\
281 "psrad $" #shift ", %%mm6 \n\t"\
284 "psrad $" #shift ", %%mm4 \n\t"\
288 #define COL_IDCT(src0, src4, src1, src5, dst, shift) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnv10_gpio.c32 get_gpio_location(struct dcb_gpio_entry *ent, uint32_t *reg, uint32_t *shift, argument
37 *shift = ent->line * 16;
42 *shift = (ent->line - 2) * 4;
47 *shift = (ent->line - 10) * 4;
61 uint32_t reg, shift, mask, value; local
66 if (!get_gpio_location(ent, &reg, &shift, &mask))
69 value = NVReadCRTC(dev, 0, reg) >> shift;
78 uint32_t reg, shift, mask, value; local
83 if (!get_gpio_location(ent, &reg, &shift, &mask))
86 value = ((ent->invert ? 1 : 0) ^ (state ? 1 : 0)) << shift;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv10_gpio.c32 get_gpio_location(struct dcb_gpio_entry *ent, uint32_t *reg, uint32_t *shift, argument
37 *shift = ent->line * 16;
42 *shift = (ent->line - 2) * 4;
47 *shift = (ent->line - 10) * 4;
61 uint32_t reg, shift, mask, value; local
66 if (!get_gpio_location(ent, &reg, &shift, &mask))
69 value = NVReadCRTC(dev, 0, reg) >> shift;
78 uint32_t reg, shift, mask, value; local
83 if (!get_gpio_location(ent, &reg, &shift, &mask))
86 value = ((ent->invert ? 1 : 0) ^ (state ? 1 : 0)) << shift;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dbitops.h55 * @shift: bits to roll
57 static inline __u32 rol32(__u32 word, unsigned int shift) argument
59 return (word << shift) | (word >> (32 - shift));
65 * @shift: bits to roll
67 static inline __u32 ror32(__u32 word, unsigned int shift) argument
69 return (word >> shift) | (word << (32 - shift));
75 * @shift: bits to roll
77 static inline __u16 rol16(__u16 word, unsigned int shift) argument
87 ror16(__u16 word, unsigned int shift) argument
97 rol8(__u8 word, unsigned int shift) argument
107 ror8(__u8 word, unsigned int shift) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dbitops.h55 * @shift: bits to roll
57 static inline __u32 rol32(__u32 word, unsigned int shift) argument
59 return (word << shift) | (word >> (32 - shift));
65 * @shift: bits to roll
67 static inline __u32 ror32(__u32 word, unsigned int shift) argument
69 return (word >> shift) | (word << (32 - shift));
75 * @shift: bits to roll
77 static inline __u16 rol16(__u16 word, unsigned int shift) argument
87 ror16(__u16 word, unsigned int shift) argument
97 rol8(__u8 word, unsigned int shift) argument
107 ror8(__u8 word, unsigned int shift) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dcgen-utils.c232 SHLDI (val, shift)
234 SI shift;
238 /* FIXME: Need to worry about shift < 0 || shift >= 32. */
239 return MAKEDI ((hi << shift) | (lo >> (32 - shift)), lo << shift);
243 SLADI (val, shift)
245 SI shift;
249 /* FIXME: Need to worry about shift <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dcgen-utils.c232 SHLDI (val, shift)
234 SI shift;
238 /* FIXME: Need to worry about shift < 0 || shift >= 32. */
239 return MAKEDI ((hi << shift) | (lo >> (32 - shift)), lo << shift);
243 SLADI (val, shift)
245 SI shift;
249 /* FIXME: Need to worry about shift <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dcgen-utils.c232 SHLDI (val, shift)
234 SI shift;
238 /* FIXME: Need to worry about shift < 0 || shift >= 32. */
239 return MAKEDI ((hi << shift) | (lo >> (32 - shift)), lo << shift);
243 SLADI (val, shift)
245 SI shift;
249 /* FIXME: Need to worry about shift <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dnellymoser.c87 static inline int signed_shift(int i, int shift) { argument
88 if (shift > 0)
89 return i << shift;
90 return i >> -shift;
93 static int sum_bits(short *buf, short shift, short off) argument
99 b = ((b>>(shift-1))+1)>>1;
123 short shift, shift_saved; local
132 shift = -16;
133 shift += headroom(&max);
137 sbuf[i] = signed_shift(buf[i], shift);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dnellymoser.c87 static inline int signed_shift(int i, int shift) { argument
88 if (shift > 0)
89 return i << shift;
90 return i >> -shift;
93 static int sum_bits(short *buf, short shift, short off) argument
99 b = ((b>>(shift-1))+1)>>1;
123 short shift, shift_saved; local
132 shift = -16;
133 shift += headroom(&max);
137 sbuf[i] = signed_shift(buf[i], shift);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dnellymoser.c87 static inline int signed_shift(int i, int shift) { argument
88 if (shift > 0)
89 return i << shift;
90 return i >> -shift;
93 static int sum_bits(short *buf, short shift, short off) argument
99 b = ((b>>(shift-1))+1)>>1;
123 short shift, shift_saved; local
132 shift = -16;
133 shift += headroom(&max);
137 sbuf[i] = signed_shift(buf[i], shift);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dbits.c118 long shift)
120 ASSERT(shift >= 0 && shift <= 32);
121 return _ROTLn(32, val, shift);
128 long shift)
130 ASSERT(shift >= 0 && shift <= 64);
131 return _ROTLn(64, val, shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dbits.c118 long shift)
120 ASSERT(shift >= 0 && shift <= 32);
121 return _ROTLn(32, val, shift);
128 long shift)
130 ASSERT(shift >= 0 && shift <= 64);
131 return _ROTLn(64, val, shift);

Completed in 210 milliseconds

1234567891011>>