Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 102) sorted by relevance

12345

/arch/sparc/include/asm/
Dxor_32.h18 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local
49 } while (--lines > 0); in sparc_2()
56 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local
100 } while (--lines > 0); in sparc_3()
107 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local
164 } while (--lines > 0); in sparc_4()
171 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local
241 } while (--lines > 0); in sparc_5()
/arch/x86/include/asm/
Dxor_32.h26 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local
58 : "+r" (lines), in xor_pII_mmx_2()
70 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local
107 : "+r" (lines), in xor_pII_mmx_3()
119 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local
161 : "+r" (lines), in xor_pII_mmx_4()
174 unsigned long lines = bytes >> 7; in xor_pII_mmx_5() local
229 : "+r" (lines), in xor_pII_mmx_5()
253 unsigned long lines = bytes >> 6; in xor_p5_mmx_2() local
289 : "+r" (lines), in xor_p5_mmx_2()
[all …]
Dxor_avx.h33 unsigned long lines = bytes >> 9; in xor_avx_2() local
37 while (lines--) { in xor_avx_2()
60 unsigned long lines = bytes >> 9; in xor_avx_3() local
64 while (lines--) { in xor_avx_3()
90 unsigned long lines = bytes >> 9; in xor_avx_4() local
94 while (lines--) { in xor_avx_4()
123 unsigned long lines = bytes >> 9; in xor_avx_5() local
127 while (lines--) { in xor_avx_5()
Dxor.h62 unsigned long lines = bytes >> 8; in xor_sse_2() local
102 : [cnt] "+r" (lines), in xor_sse_2()
113 unsigned long lines = bytes >> 8; in xor_sse_2_pf64() local
136 : [cnt] "+r" (lines), in xor_sse_2_pf64()
148 unsigned long lines = bytes >> 8; in xor_sse_3() local
195 : [cnt] "+r" (lines), in xor_sse_3()
207 unsigned long lines = bytes >> 8; in xor_sse_3_pf64() local
232 : [cnt] "+r" (lines), in xor_sse_3_pf64()
244 unsigned long lines = bytes >> 8; in xor_sse_4() local
298 : [cnt] "+r" (lines), [p1] "+r" (p1), in xor_sse_4()
[all …]
/arch/hexagon/mm/
Dcache.c17 unsigned long lines = spanlines(start, end-1); in flush_dcache_range() local
24 for (i = 0; i < lines; i++) { in flush_dcache_range()
37 unsigned long lines = spanlines(start, end-1); in flush_icache_range() local
44 for (i = 0; i < lines; i++) { in flush_icache_range()
62 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local
69 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range()
82 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local
89 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
/arch/powerpc/lib/
Dxor_vmx.c57 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_2() local
67 } while (--lines > 0); in __xor_altivec_2()
76 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_3() local
89 } while (--lines > 0); in __xor_altivec_3()
100 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_4() local
116 } while (--lines > 0); in __xor_altivec_4()
128 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_5() local
147 } while (--lines > 0); in __xor_altivec_5()
/arch/um/drivers/
Dline.h84 struct line *lines, int nlines);
85 extern int setup_one_line(struct line *lines, int n, char *init,
87 extern void close_lines(struct line *lines, int nlines);
89 extern int line_config(struct line *lines, unsigned int sizeof_lines,
93 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
95 extern int line_get_config(char *dev, struct line *lines,
Dline.c358 void close_lines(struct line *lines, int nlines) in close_lines() argument
363 close_chan(&lines[i]); in close_lines()
366 int setup_one_line(struct line *lines, int n, char *init, in setup_one_line() argument
369 struct line *line = &lines[n]; in setup_one_line()
458 int line_config(struct line *lines, unsigned int num, char *str, in line_config() argument
479 return setup_one_line(lines, n, end, opts, error_out); in line_config()
482 int line_get_config(char *name, struct line *lines, unsigned int num, char *str, in line_get_config() argument
500 line = &lines[dev]; in line_get_config()
532 int line_remove(struct line *lines, unsigned int num, int n, char **error_out) in line_remove() argument
538 return setup_one_line(lines, n, "none", NULL, error_out); in line_remove()
[all …]
/arch/arm/include/asm/
Dxor.h49 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local
63 } while (--lines); in xor_arm4regs_2()
70 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local
85 } while (--lines); in xor_arm4regs_3()
92 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local
104 } while (--lines); in xor_arm4regs_4()
111 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local
124 } while (--lines); in xor_arm4regs_5()
/arch/arm64/lib/
Dxor-neon.c20 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_2() local
37 } while (--lines > 0); in xor_arm64_neon_2()
48 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_3() local
72 } while (--lines > 0); in xor_arm64_neon_3()
84 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_4() local
115 } while (--lines > 0); in xor_arm64_neon_4()
129 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_5() local
167 } while (--lines > 0); in xor_arm64_neon_5()
/arch/sh/lib64/
Dcopy_page.S70 bge/u r2, r6, tr2 ! skip prefetch for last 4 lines
71 ldx.q r2, r22, r63 ! prefetch 4 lines hence
74 bge/u r2, r7, tr3 ! skip alloco for last 2 lines
75 alloco r2, 0x40 ! alloc destination line 2 lines ahead
/arch/x86/boot/compressed/
Dmisc.c55 static int lines, cols; variable
89 memmove(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2); in scroll()
90 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2) in scroll()
122 if (lines == 0 || cols == 0) in __putstr()
131 if (++y >= lines) { in __putstr()
139 if (++y >= lines) { in __putstr()
366 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
/arch/arm/boot/dts/
Dste-href-tvk1281618.dtsi98 * ST-Micro L3D4200D gyro that is connected to the same lines
116 * ST-Micro L3D4200D gyro that is connected to the same lines
150 * ST-Micro L3D4200D gyro that is connected to the same lines
236 /* Accelerometer interrupt lines 1 & 2 */
245 * These lines are shared between Gyroscope l3g400dh
Dversatile-pb.dts9 /* The Versatile PB is using more SIC IRQ lines than the AB */
13 * Valid interrupt lines mask according to
Domap3-sbc-t3730.dts40 data-lines = <24>;
Domap3-sbc-t3530.dts44 data-lines = <24>;
Domap3-gta04a5one.dts16 /* address lines */
21 /* data lines, gpmc_d0..d7 not muxable according to TRM */
Dam57xx-sbc-am57x.dts130 data-lines = <24>;
145 data-lines = <24>;
Domap4-var-dvk-om44.dts60 data-lines = <24>;
Domap3-devkit8000-lcd-common.dtsi35 data-lines = <24>;
/arch/arm64/boot/dts/bitmain/
Dbm1880-sophon-edge.dts22 * For the lines routed to the external connectors the
23 * lines are named after the 96Boards CE Specification 1.0,
29 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
/arch/arm64/boot/dts/actions/
Ds900-bubblegum-96.dts57 * For the lines routed to the external connectors the
58 * lines are named after the 96Boards CE Specification 1.0,
65 * UART2. Only exception is the I2C lines for which the schematic
67 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
/arch/x86/mm/
Ddump_pagetables.c35 unsigned long lines; member
289 st->lines = 0; in note_page()
305 st->lines < st->marker->max_lines) { in note_page()
321 st->lines++; in note_page()
330 st->lines > st->marker->max_lines) { in note_page()
332 st->lines - st->marker->max_lines; in note_page()
339 st->lines = 0; in note_page()
/arch/x86/boot/
Dvideo-vga.c157 static void vga_set_vertical_end(int lines) in vga_set_vertical_end() argument
161 int end = lines-1; in vga_set_vertical_end()
/arch/arm64/boot/dts/qcom/
Dmsm8916-pins.dtsi500 cdc-pdm-lines {
529 ext-pri-tlmm-lines {
585 ext-mclk-tlmm-lines {
611 ext-sec-tlmm-lines {
640 cdc-dmic-lines {

12345