Home
last modified time | relevance | path

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

123456

/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.h31 unsigned long lines = bytes >> 9; in xor_avx_2() local
35 while (lines--) { in xor_avx_2()
58 unsigned long lines = bytes >> 9; in xor_avx_3() local
62 while (lines--) { in xor_avx_3()
88 unsigned long lines = bytes >> 9; in xor_avx_4() local
92 while (lines--) { in xor_avx_4()
121 unsigned long lines = bytes >> 9; in xor_avx_5() local
125 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.h82 struct line *lines, int nlines);
83 extern int setup_one_line(struct line *lines, int n, char *init,
85 extern void close_lines(struct line *lines, int nlines);
87 extern int line_config(struct line *lines, unsigned int sizeof_lines,
91 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
93 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/x86/boot/compressed/
Dmisc.c52 static int lines, cols; variable
90 memmove(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2); in scroll()
91 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2) in scroll()
123 if (lines == 0 || cols == 0) in __putstr()
132 if (++y >= lines) { in __putstr()
140 if (++y >= lines) { in __putstr()
367 lines = boot_params->screen_info.orig_video_lines; in extract_kernel()
/arch/arm64/boot/dts/qcom/
Dmsm8916-pins.dtsi394 cdc-pdm-lines {
395 cdc_pdm_lines_act: pdm-lines-on {
403 cdc_pdm_lines_sus: pdm-lines-off {
413 ext-pri-tlmm-lines {
447 ext-mclk-tlmm-lines {
448 ext_mclk_tlmm_lines_act: mclk-lines-on {
455 ext_mclk_tlmm_lines_sus: mclk-lines-off {
465 ext-sec-tlmm-lines {
466 ext_sec_tlmm_lines_act: tlmm-lines-on {
473 ext_sec_tlmm_lines_sus: tlmm-lines-off {
[all …]
/arch/arm64/boot/dts/amlogic/
Dmeson-g12b-s922x-khadas-vim3.dts20 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
Dmeson-g12b-a311d-khadas-vim3.dts20 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
Dmeson-sm1-khadas-vim3l.dts88 * lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between
90 * The PHY driving these differential lines is shared between
93 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
/arch/x86/mm/
Ddump_pagetables.c36 unsigned long lines; member
303 st->lines = 0; in note_page()
319 st->lines < st->marker->max_lines) { in note_page()
335 st->lines++; in note_page()
344 st->lines > st->marker->max_lines) { in note_page()
346 st->lines - st->marker->max_lines; in note_page()
353 st->lines = 0; in note_page()
/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/arm/boot/dts/
Dste-href-tvk1281618-r2.dtsi98 * ST-Micro L3D4200D gyro that is connected to the same lines
119 * ST-Micro L3D4200D gyro that is connected to the same lines
156 * ST-Micro L3D4200D gyro that is connected to the same lines
253 /* Accelerometer interrupt lines 1 & 2 */
262 * 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-gta04a5one.dts16 /* address lines */
21 /* data lines, gpmc_d0..d7 not muxable according to TRM */
Domap3-sbc-t3730.dts40 data-lines = <24>;
Domap3-sbc-t3530.dts44 data-lines = <24>;
Dam57xx-sbc-am57x.dts130 data-lines = <24>;
145 data-lines = <24>;
/arch/arm64/boot/dts/actions/
Ds900-bubblegum-96.dts78 * For the lines routed to the external connectors the
79 * lines are named after the 96Boards CE Specification 1.0,
86 * UART2. Only exception is the I2C lines for which the schematic
88 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
/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()

123456