Home
last modified time | relevance | path

Searched full:n (Results 1 – 25 of 11475) sorted by relevance

12345678910>>...459

/linux/arch/alpha/include/asm/
H A Dxor.h46 asm(" \n\
47 .text \n\
48 .align 3 \n\
49 .ent xor_alpha_2 \n\
50 xor_alpha_2: \n\
51 .prologue 0 \n\
52 srl $16, 6, $16 \n\
53 .align 4 \n\
54 2: \n\
55 ldq $0,0($17) \n\
[all...]
/linux/arch/mips/include/asm/
H A Dunaligned-emul.h10 __asm__ __volatile__ (".set\tnoat\n" \
11 "1:\t"type##_lb("%0", "0(%2)")"\n" \
12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\
13 "sll\t%0, 0x8\n\t" \
14 "or\t%0, $1\n\t" \
15 "li\t%1, 0\n" \
16 "3:\t.set\tat\n\t" \
17 ".insn\n\t" \
18 ".section\t.fixup,\"ax\"\n\t" \
19 "4:\tli\t%1, %3\n\
[all...]
H A Dfutex.h29 " .set push \n" \
30 " .set noat \n" \
31 " .set push \n" \
32 " .set arch=r4000 \n" \
33 "1: ll %1, %4 # __futex_atomic_op \n" \
34 " .set pop \n" \
35 " " insn " \n" \
36 " .set arch=r4000 \n" \
37 "2: sc $1, %2 \n" \
38 " beqzl $1, 1b \n" \
[all...]
/linux/samples/ftrace/
H A Dftrace-direct-multi-modify.c14 trace_printk("my direct func1 ip %lx\n", ip); in my_direct_func1()
19 trace_printk("my direct func2 ip %lx\n", ip); in my_direct_func2()
29 " .pushsection .text, \"ax\", @progbits\n"
30 " .type my_tramp1, @function\n"
31 " .globl my_tramp1\n"
32 " my_tramp1:\n"
33 " addi sp,sp,-3*"SZREG"\n"
34 " "REG_S" a0,0*"SZREG"(sp)\n"
35 " "REG_S" t0,1*"SZREG"(sp)\n"
36 " "REG_S" ra,2*"SZREG"(sp)\n"
[all...]
H A Dftrace-direct-modify.c14 trace_printk("my direct func1\n"); in my_direct_func1()
19 trace_printk("my direct func2\n"); in my_direct_func2()
31 " .pushsection .text, \"ax\", @progbits\n"
32 " .type my_tramp1, @function\n"
33 " .globl my_tramp1\n"
34 " my_tramp1:\n"
35 " addi sp,sp,-2*"SZREG"\n"
36 " "REG_S" t0,0*"SZREG"(sp)\n"
37 " "REG_S" ra,1*"SZREG"(sp)\n"
38 " call my_direct_func1\n"
[all...]
H A Dftrace-direct-too.c16 trace_printk("handle mm fault vma=%p address=%lx flags=%x regs=%p\n", in my_direct_func()
26 " .pushsection .text, \"ax\", @progbits\n"
27 " .type my_tramp, @function\n"
28 " .globl my_tramp\n"
29 " my_tramp:\n"
30 " addi sp,sp,-5*"SZREG"\n"
31 " "REG_S" a0,0*"SZREG"(sp)\n"
32 " "REG_S" a1,1*"SZREG"(sp)\n"
33 " "REG_S" a2,2*"SZREG"(sp)\n"
34 " "REG_S" t0,3*"SZREG"(sp)\n"
[all...]
H A Dftrace-direct-multi.c15 trace_printk("ip %lx\n", ip); in my_direct_func()
24 " .pushsection .text, \"ax\", @progbits\n"
25 " .type my_tramp, @function\n"
26 " .globl my_tramp\n"
27 " my_tramp:\n"
28 " addi sp,sp,-3*"SZREG"\n"
29 " "REG_S" a0,0*"SZREG"(sp)\n"
30 " "REG_S" t0,1*"SZREG"(sp)\n"
31 " "REG_S" ra,2*"SZREG"(sp)\n"
32 " mv a0,t0\n"
[all...]
H A Dftrace-direct.c14 trace_printk("waking up %s-%d\n", p->comm, p->pid); in my_direct_func()
23 " .pushsection .text, \"ax\", @progbits\n"
24 " .type my_tramp, @function\n"
25 " .globl my_tramp\n"
26 " my_tramp:\n"
27 " addi sp,sp,-3*"SZREG"\n"
28 " "REG_S" a0,0*"SZREG"(sp)\n"
29 " "REG_S" t0,1*"SZREG"(sp)\n"
30 " "REG_S" ra,2*"SZREG"(sp)\n"
31 " call my_direct_func\n"
[all...]
/linux/arch/arc/include/asm/
H A Duaccess.h48 "1: "op" %1,[%2]\n" \
49 "2: ;nop\n" \
50 " .section .fixup, \"ax\"\n" \
51 " .align 4\n" \
52 "3: # return -EFAULT\n" \
53 " mov %0, %3\n" \
54 " # zero out dst ptr\n" \
55 " mov %1, 0\n" \
56 " j 2b\n" \
57 " .previous\n" \
139 raw_copy_from_user(void * to,const void __user * from,unsigned long n) raw_copy_from_user() argument
367 raw_copy_to_user(void __user * to,const void * from,unsigned long n) raw_copy_to_user() argument
589 __clear_user(void __user * to,unsigned long n) __clear_user() argument
[all...]
/linux/arch/csky/lib/
H A Dusercopy.c8 unsigned long n) in raw_copy_from_user() argument
13 "0: cmpnei %1, 0 \n" in raw_copy_from_user()
14 " bf 7f \n" in raw_copy_from_user()
15 " mov %3, %1 \n" in raw_copy_from_user()
16 " or %3, %2 \n" in raw_copy_from_user()
17 " andi %3, 3 \n" in raw_copy_from_user()
18 " cmpnei %3, 0 \n" in raw_copy_from_user()
19 " bf 1f \n" in raw_copy_from_user()
20 " br 5f \n" in raw_copy_from_user()
21 "1: cmplti %0, 16 \n" in raw_copy_from_user()
79 raw_copy_to_user(void * to,const void * from,unsigned long n) raw_copy_to_user() argument
157 __clear_user(void __user * to,unsigned long n) __clear_user() argument
[all...]
/linux/drivers/media/common/siano/
H A Dsmsdvb-debugfs.c37 int n = 0; in smsdvb_print_dvb_stats() local
48 n += sysfs_emit_at(buf, n, "is_rf_locked = %d\n", p->is_rf_locked); in smsdvb_print_dvb_stats()
49 n += sysfs_emit_at(buf, n, "is_demod_locked = %d\n", p->is_demod_locked); in smsdvb_print_dvb_stats()
50 n += sysfs_emit_at(buf, n, "is_external_lna_on = %d\n", in smsdvb_print_dvb_stats()
99 int i, n = 0; smsdvb_print_isdb_stats() local
163 int i, n = 0; smsdvb_print_isdb_stats_ex() local
[all...]
/linux/arch/nios2/mm/
H A Duaccess.c13 asm(".global raw_copy_from_user\n"
14 " .type raw_copy_from_user, @function\n"
15 "raw_copy_from_user:\n"
16 " movi r2,7\n"
17 " mov r3,r4\n"
18 " bge r2,r6,1f\n"
19 " xor r2,r4,r5\n"
20 " andi r2,r2,3\n"
21 " movi r7,3\n"
22 " beq r2,zero,4f\n"
[all...]
/linux/arch/m68k/lib/
H A Dchecksum.c45 __asm__("movel %2,%3\n\t" in csum_partial()
46 "btst #1,%3\n\t" /* Check alignment */ in csum_partial()
47 "jeq 2f\n\t" in csum_partial()
48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial()
49 "jgt 1f\n\t" in csum_partial()
50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
51 "jra 4f\n" in csum_partial()
53 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial()
54 "clrl %3\n\t" in csum_partial()
55 "addxl %3,%0\n" /* ad in csum_partial()
[all...]
H A Duaccess.c11 unsigned long n) in __generic_copy_from_user() argument
15 asm volatile ("\n" in __generic_copy_from_user()
16 " tst.l %0\n" in __generic_copy_from_user()
17 " jeq 2f\n" in __generic_copy_from_user()
18 "1: "MOVES".l (%1)+,%3\n" in __generic_copy_from_user()
19 " move.l %3,(%2)+\n" in __generic_copy_from_user()
20 " subq.l #1,%0\n" in __generic_copy_from_user()
21 " jne 1b\n" in __generic_copy_from_user()
22 "2: btst #1,%5\n" in __generic_copy_from_user()
23 " jeq 4f\n" in __generic_copy_from_user()
57 __generic_copy_to_user(void __user * to,const void * from,unsigned long n) __generic_copy_to_user() argument
104 __clear_user(void __user * to,unsigned long n) __clear_user() argument
[all...]
/linux/drivers/staging/media/starfive/camss/
H A Dstf-isp.h32 #define CSI_INTS(n) ((n) << 16) argument
33 #define CSI_SHA_M(n) ((n) << 0) argument
51 #define DVP_SYNC_POL(n) ((n) << 2) argument
52 #define ITU656_EN(n) ((n) << 1) argument
53 #define IMAGER_SEL(n) ((n) << argument
56 SMY13(n) global() argument
57 SMY12(n) global() argument
58 SMY11(n) global() argument
59 SMY10(n) global() argument
60 SMY3(n) global() argument
61 SMY2(n) global() argument
62 SMY1(n) global() argument
63 SMY0(n) global() argument
66 VSTART_CAP(n) global() argument
67 HSTART_CAP(n) global() argument
70 VEND_CAP(n) global() argument
71 HEND_CAP(n) global() argument
75 DUMP_ID(n) global() argument
76 DUMP_SHT(n) global() argument
77 DUMP_BURST_LEN(n) global() argument
78 DUMP_SD(n) global() argument
83 DEC_V_KEEP(n) global() argument
84 DEC_V_PERIOD(n) global() argument
85 DEC_H_KEEP(n) global() argument
86 DEC_H_PERIOD(n) global() argument
93 DC_AXI_ID(n) global() argument
100 LCCF_MAX_DIS(n) global() argument
114 LCCF_F2_PAR(n) global() argument
115 LCCF_F1_PAR(n) global() argument
137 OCEF_PAR_H(n) global() argument
138 OCEF_PAR_L(n) global() argument
148 AWB_X_SYMBOL_H(n) global() argument
149 AWB_X_SYMBOL_L(n) global() argument
159 AWB_Y_SYMBOL_H(n) global() argument
160 AWB_Y_SYMBOL_L(n) global() argument
170 AWB_S_SYMBOL_H(n) global() argument
171 AWB_S_SYMBOL_L(n) global() argument
205 CTRL_SAT(n) global() argument
222 H_ACT_CAP(n) global() argument
223 W_ACT_CAP(n) global() argument
226 GF_MODE(n) global() argument
227 MAXGT(n) global() argument
228 MINGT(n) global() argument
231 BADGT(n) global() argument
232 BADXT(n) global() argument
235 CROSS_COV(n) global() argument
236 HV_W(n) global() argument
239 CMAD(n) global() argument
240 CMAB(n) global() argument
243 CMD(n) global() argument
244 CMB(n) global() argument
247 VOFF(n) global() argument
248 UOFF(n) global() argument
251 SIN(n) global() argument
252 COS(n) global() argument
261 YOIR(n) global() argument
262 YIMIN(n) global() argument
265 YOMAX(n) global() argument
266 YOMIN(n) global() argument
273 ITI_HSIZE(n) global() argument
274 ITI_WSIZE(n) global() argument
284 YUVSW5(n) global() argument
285 YUVSW4(n) global() argument
286 YUVSW3(n) global() argument
287 YUVSW2(n) global() argument
288 YUVSW1(n) global() argument
289 YUVSW0(n) global() argument
297 CURVE_D_H(n) global() argument
298 CURVE_D_L(n) global() argument
305 DNRM_F(n) global() argument
306 CCM_M_DAT(n) global() argument
323 GAMMA_S_VAL(n) global() argument
324 GAMMA_VAL(n) global() argument
351 S_DELTA(n) global() argument
352 S_WEIGHT(n) global() argument
360 S_FACTOR(n) global() argument
361 S_SLOPE(n) global() argument
364 PDIRF(n) global() argument
365 NDIRF(n) global() argument
366 WSUM(n) global() argument
369 UVDIFF2(n) global() argument
370 UVDIFF1(n) global() argument
373 UVF(n) global() argument
374 UVSLOPE(n) global() argument
377 UVCKDIFF2(n) global() argument
378 UVCKDIFF1(n) global() argument
383 TH(n) global() argument
384 EN(n) global() argument
[all...]
/linux/lib/raid6/
H A Drvv.c37 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
38 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
39 "vsetvli %0, x0, e8, m1, ta, ma\n" in raid6_rvv1_gen_syndrome_real()
40 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
47 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
48 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
49 "vle8.v v0, (%[wp0])\n" in raid6_rvv1_gen_syndrome_real()
50 "vle8.v v1, (%[wp0])\n" in raid6_rvv1_gen_syndrome_real()
51 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
66 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
[all...]
/linux/tools/testing/selftests/x86/
H A Dtest_FCOMI.c40 asm ("\n" in test()
42 " push %0""\n" in test()
43 " popf""\n" in test()
44 " fld1""\n" in test()
45 " fldpi""\n" in test()
46 " fcomi %%st(1), %%st" "\n" in test()
47 " ffree %%st(0)" "\n" in test()
48 " ffree %%st(1)" "\n" in test()
49 " pushf""\n" in test()
50 " pop res_fcomi_1_pi""\n" in test()
[all...]
/linux/fs/smb/server/
H A Dndr.c12 static inline char *ndr_get_field(struct ndr *n) in ndr_get_field() argument
14 return n->data + n->offset; in ndr_get_field()
17 static int try_to_realloc_ndr_blob(struct ndr *n, size_t sz) in try_to_realloc_ndr_blob() argument
21 data = krealloc(n->data, n->offset + sz + 1024, KSMBD_DEFAULT_GFP); in try_to_realloc_ndr_blob()
25 n->data = data; in try_to_realloc_ndr_blob()
26 n->length += 1024; in try_to_realloc_ndr_blob()
27 memset(n->data + n in try_to_realloc_ndr_blob()
31 ndr_write_int16(struct ndr * n,__u16 value) ndr_write_int16() argument
46 ndr_write_int32(struct ndr * n,__u32 value) ndr_write_int32() argument
61 ndr_write_int64(struct ndr * n,__u64 value) ndr_write_int64() argument
76 ndr_write_bytes(struct ndr * n,void * value,size_t sz) ndr_write_bytes() argument
91 ndr_write_string(struct ndr * n,char * value) ndr_write_string() argument
110 ndr_read_string(struct ndr * n,void * value,size_t sz) ndr_read_string() argument
126 ndr_read_bytes(struct ndr * n,void * value,size_t sz) ndr_read_bytes() argument
137 ndr_read_int16(struct ndr * n,__u16 * value) ndr_read_int16() argument
148 ndr_read_int32(struct ndr * n,__u32 * value) ndr_read_int32() argument
159 ndr_read_int64(struct ndr * n,__u64 * value) ndr_read_int64() argument
170 ndr_encode_dos_attr(struct ndr * n,struct xattr_dos_attrib * da) ndr_encode_dos_attr() argument
229 ndr_decode_dos_attr(struct ndr * n,struct xattr_dos_attrib * da) ndr_decode_dos_attr() argument
296 ndr_encode_posix_acl_entry(struct ndr * n,struct xattr_smb_acl * acl) ndr_encode_posix_acl_entry() argument
340 ndr_encode_posix_acl(struct ndr * n,struct mnt_idmap * idmap,struct inode * inode,struct xattr_smb_acl * acl,struct xattr_smb_acl * def_acl) ndr_encode_posix_acl() argument
397 ndr_encode_v4_ntacl(struct ndr * n,struct xattr_ntacl * acl) ndr_encode_v4_ntacl() argument
450 ndr_decode_v4_ntacl(struct ndr * n,struct xattr_ntacl * acl) ndr_decode_v4_ntacl() argument
[all...]
/linux/tools/power/cpupower/po/
H A Dzh_CN.po8 "Project-Id-Version: cpufrequtils 006\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-03-08 17:03+0100\n"
11 "PO-Revision-Date: 2024-05-22 15:36+0000\n"
12 "Last-Translator: Kieran Moy <kfatyuip@gmail.com>\n"
13 "Language-Team: NONE\n"
14 "Language: zh_CN\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
[all...]
/linux/include/linux/
H A Dlog2.h18 * - the arch is not required to handle n==0 if implementing the fallback
22 int __ilog2_u32(u32 n) in __ilog2_u32() argument
24 return fls(n) - 1; in __ilog2_u32()
30 int __ilog2_u64(u64 n) in __ilog2_u64() argument
32 return fls64(n) - 1; in __ilog2_u64()
38 * @n: the value to check
42 * Return: true if @n is a power of 2, otherwise false.
45 bool is_power_of_2(unsigned long n) in is_power_of_2() argument
47 return (n != 0 && ((n in is_power_of_2()
55 __roundup_pow_of_two(unsigned long n) __roundup_pow_of_two() argument
65 __rounddown_pow_of_two(unsigned long n) __rounddown_pow_of_two() argument
77 const_ilog2(n) global() argument
156 ilog2(n) global() argument
174 roundup_pow_of_two(n) global() argument
191 rounddown_pow_of_two(n) global() argument
199 __order_base_2(unsigned long n) __order_base_2() argument
217 order_base_2(n) global() argument
226 __bits_per(unsigned long n) __bits_per() argument
250 bits_per(n) global() argument
267 max_pow_of_two_factor(unsigned int n) max_pow_of_two_factor() argument
[all...]
/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra114.c1610 PINGROUP(ulpi_data0_po1, SPI3, HSI, UARTA, ULPI, 0x3000, N, N, N),
1611 PINGROUP(ulpi_data1_po2, SPI3, HSI, UARTA, ULPI, 0x3004, N, N, N),
1612 PINGROUP(ulpi_data2_po3, SPI3, HSI, UARTA, ULPI, 0x3008, N, N, N),
1613 PINGROUP(ulpi_data3_po4, SPI3, HSI, UARTA, ULPI, 0x300c, N,
[all...]
H A Dpinctrl-tegra124.c1803 PINGROUP(ulpi_data0_po1, SPI3, HSI, UARTA, ULPI, 0x3000, N, N, N),
1804 PINGROUP(ulpi_data1_po2, SPI3, HSI, UARTA, ULPI, 0x3004, N, N, N),
1805 PINGROUP(ulpi_data2_po3, SPI3, HSI, UARTA, ULPI, 0x3008, N, N, N),
1806 PINGROUP(ulpi_data3_po4, SPI3, HSI, UARTA, ULPI, 0x300c, N,
[all...]
/linux/arch/sparc/include/asm/
H A Dxor_32.h23 "ldd [%0 + 0x00], %%g2\n\t" in sparc_2()
24 "ldd [%0 + 0x08], %%g4\n\t" in sparc_2()
25 "ldd [%0 + 0x10], %%o0\n\t" in sparc_2()
26 "ldd [%0 + 0x18], %%o2\n\t" in sparc_2()
27 "ldd [%1 + 0x00], %%o4\n\t" in sparc_2()
28 "ldd [%1 + 0x08], %%l0\n\t" in sparc_2()
29 "ldd [%1 + 0x10], %%l2\n\t" in sparc_2()
30 "ldd [%1 + 0x18], %%l4\n\t" in sparc_2()
31 "xor %%g2, %%o4, %%g2\n\t" in sparc_2()
32 "xor %%g3, %%o5, %%g3\n\ in sparc_2()
[all...]
/linux/arch/x86/lib/
H A Dusercopy_32.c20 static inline int __movsl_is_ok(unsigned long a1, unsigned long a2, unsigned long n) in __movsl_is_ok() argument
23 if (n >= 64 && ((a1 ^ a2) & movsl_mask.mask)) in __movsl_is_ok()
28 #define movsl_is_ok(a1, a2, n) \ argument
29 __movsl_is_ok((unsigned long)(a1), (unsigned long)(a2), (n))
40 ASM_STAC "\n" \
41 "0: rep stosl\n" \
42 " movl %2,%0\n" \
43 "1: rep stosb\n" \
44 "2: " ASM_CLAC "\n" \
54 * @n
62 clear_user(void __user * to,unsigned long n) clear_user() argument
83 __clear_user(void __user * to,unsigned long n) __clear_user() argument
313 __copy_user_ll(void * to,const void * from,unsigned long n) __copy_user_ll() argument
326 __copy_from_user_ll_nocache_nozero(void * to,const void __user * from,unsigned long n) __copy_from_user_ll_nocache_nozero() argument
[all...]
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-regs.h34 #define SOLO_DMA_CTRL_REFRESH_CYCLE(n) ((n)<<8) argument
36 #define SOLO_DMA_CTRL_SDRAM_SIZE(n) ((n)<<6) argument
41 #define SOLO_DMA_CTRL_LATENCY(n) ((n)<<0) argument
49 #define SOLO_VCLK_SELECT(n) ((n)<<20) argument
50 #define SOLO_VCLK_VIN1415_DELAY(n) ((n)<<1 argument
51 SOLO_VCLK_VIN1213_DELAY(n) global() argument
52 SOLO_VCLK_VIN1011_DELAY(n) global() argument
53 SOLO_VCLK_VIN0809_DELAY(n) global() argument
54 SOLO_VCLK_VIN0607_DELAY(n) global() argument
55 SOLO_VCLK_VIN0405_DELAY(n) global() argument
56 SOLO_VCLK_VIN0203_DELAY(n) global() argument
57 SOLO_VCLK_VIN0001_DELAY(n) global() argument
61 SOLO_IRQ_P2M(n) global() argument
73 SOLO_IRQ_UART(n) global() argument
105 SOLO_P2M_CONFIG(n) global() argument
106 SOLO_P2M_DMA_INTERVAL(n) global() argument
115 SOLO_P2M_DES_ADR(n) global() argument
117 SOLO_P2M_DESC_ID(n) global() argument
118 SOLO_P2M_UPDATE_ID(n) global() argument
120 SOLO_P2M_STATUS(n) global() argument
124 SOLO_P2M_CONTROL(n) global() argument
125 SOLO_P2M_PCI_INC(n) global() argument
126 SOLO_P2M_REPEAT(n) global() argument
128 SOLO_P2M_BURST_SIZE(n) global() argument
136 SOLO_P2M_ALPHA_MODE(n) global() argument
142 SOLO_P2M_EXT_CFG(n) global() argument
143 SOLO_P2M_EXT_INC(n) global() argument
144 SOLO_P2M_COPY_SIZE(n) global() argument
146 SOLO_P2M_TAR_ADR(n) global() argument
148 SOLO_P2M_EXT_ADR(n) global() argument
158 SOLO_VI_FD_SEL_MASK(n) global() argument
159 SOLO_VI_PROG_MASK(n) global() argument
167 SOLO_FI_INV_DISP_LIVE(n) global() argument
168 SOLO_FI_INV_DISP_OUT(n) global() argument
169 SOLO_DISP_SYNC_FI(n) global() argument
170 SOLO_PIP_PAGE_ADD(n) global() argument
171 SOLO_NORMAL_PAGE_ADD(n) global() argument
177 SOLO_VI_H_START(n) global() argument
178 SOLO_VI_V_START(n) global() argument
179 SOLO_VI_V_STOP(n) global() argument
195 SOLO_VI_PB_HSTART(n) global() argument
196 SOLO_VI_PB_HSTOP(n) global() argument
198 SOLO_VI_PB_VSTART(n) global() argument
199 SOLO_VI_PB_VSTOP(n) global() argument
210 SOLO_VI_WIN_CHANNEL(n) global() argument
212 SOLO_VI_WIN_PIP(n) global() argument
213 SOLO_VI_WIN_SCALE(n) global() argument
229 SOLO_VI_MOTION_FRAME_COUNT(n) global() argument
230 SOLO_VI_MOTION_SAMPLE_LENGTH(n) global() argument
233 SOLO_VI_MOTION_SAMPLE_COUNT(n) global() argument
236 SOLO_VI_MOTION_CNT(n) global() argument
265 SOLO_VO_H_BLANK(n) global() argument
266 SOLO_VO_H_START(n) global() argument
267 SOLO_VO_H_STOP(n) global() argument
270 SOLO_VO_V_BLANK(n) global() argument
271 SOLO_VO_V_START(n) global() argument
272 SOLO_VO_V_STOP(n) global() argument
278 SOLO_VO_H_LEN(n) global() argument
279 SOLO_VO_V_LEN(n) global() argument
283 SOLO_VO_DISP_ERASE_COUNT(n) global() argument
286 SOLO_VO_DISP_BASE(n) global() argument
308 SOLO_VO_DEINTERLACE_THRESHOLD(n) global() argument
309 SOLO_VO_DEINTERLACE_EDGE_VALUE(n) global() argument
316 SOLO_VO_BORDER_X(n) global() argument
317 SOLO_VO_BORDER_Y(n) global() argument
327 SOLO_VO_RECTANGLE_CTRL(n) global() argument
328 SOLO_VO_RECTANGLE_START(n) global() argument
329 SOLO_VO_RECTANGLE_STOP(n) global() argument
341 SOLO_VO_OSG_ALPHA_RATE(n) global() argument
342 SOLO_VO_OSG_ALPHA_BG_RATE(n) global() argument
354 SOLO_CAP_MAX_PAGE(n) global() argument
355 SOLO_CAP_BASE_ADDR(n) global() argument
357 SOLO_CAP_PROG_BANDWIDTH(n) global() argument
358 SOLO_CAP_MAX_BANDWIDTH(n) global() argument
365 SOLO_DIM_V_MB_NUM_FRAME(n) global() argument
366 SOLO_DIM_V_MB_NUM_FIELD(n) global() argument
367 SOLO_DIM_H_MB_NUM(n) global() argument
380 SOLO_VE_INTR_CTRL(n) global() argument
381 SOLO_VE_BLOCK_SIZE(n) global() argument
382 SOLO_VE_BLOCK_BASE(n) global() argument
385 SOLO_VE_BYTE_ALIGN(n) global() argument
387 SOLO_VE_MOTION_MODE(n) global() argument
388 SOLO_VE_MOTION_BASE(n) global() argument
389 SOLO_VE_MPEG_SIZE_H(n) global() argument
390 SOLO_VE_JPEG_SIZE_H(n) global() argument
401 SOLO_COMP_ATTR_FCODE(n) global() argument
402 SOLO_COMP_TIME_INC(n) global() argument
403 SOLO_COMP_TIME_WIDTH(n) global() argument
404 SOLO_DCT_INTERVAL(n) global() argument
407 SOLO_VE_STATE(n) global() argument
424 SOLO_VE_OSD_H_OFFSET(n) global() argument
425 SOLO_VE_OSD_V_OFFSET(n) global() argument
436 SOLO_VE_MPEG4_QUE(n) global() argument
437 SOLO_VE_JPEG_QUE(n) global() argument
452 SOLO_VD_CFG_TIME_WIDTH(n) global() argument
453 SOLO_VD_CFG_DCT_INTERVAL(n) global() argument
458 SOLO_VD_DEINTERLACE_THRESHOLD(n) global() argument
459 SOLO_VD_DEINTERLACE_EDGE_VALUE(n) global() argument
465 SOLO_VD_MAX_ITEM(n) global() argument
476 SOLO_VD_IDX_CHANNEL(n) global() argument
477 SOLO_VD_IDX_SIZE(n) global() argument
480 SOLO_VD_IDX_SRC_SCALE(n) global() argument
481 SOLO_VD_IDX_WINDOW(n) global() argument
483 SOLO_VD_IDX_H_BLOCK(n) global() argument
484 SOLO_VD_IDX_V_BLOCK(n) global() argument
488 SOLO_VD_IDX_REF_BASE(n) global() argument
491 SOLO_VD_IDX_DISP_SCALE(n) global() argument
495 SOLO_VD_IDX_OFFSET_X(n) global() argument
496 SOLO_VD_IDX_OFFSET_Y(n) global() argument
499 SOLO_VD_IDX_DEC_WR_PAGE(n) global() argument
500 SOLO_VD_IDX_DISP_RD_PAGE(n) global() argument
502 SOLO_VD_WR_PAGE(n) global() argument
517 SOLO_IIC_PRESCALE(n) global() argument
525 SOLO_IIC_CH_SET(n) global() argument
538 SOLO_UART_CONTROL(n) global() argument
539 SOLO_UART_CLK_DIV(n) global() argument
573 SOLO_UART_STATUS(n) global() argument
586 SOLO_UART_TX_DATA(n) global() argument
588 SOLO_UART_RX_DATA(n) global() argument
602 SOLO_AUDIO_I2S_MULTI(n) global() argument
604 SOLO_AUDIO_DEC_9TO0_VOL(n) global() argument
606 SOLO_AUDIO_DEC_19TO10_VOL(n) global() argument
607 SOLO_AUDIO_MODE(n) global() argument
611 SOLO_AUDIO_BITRATE(n) global() argument
612 SOLO_AUDIO_CLK_DIV(n) global() argument
614 SOLO_AUDIO_FDMA_INTERVAL(n) global() argument
615 SOLO_AUDIO_INTR_ORDER(n) global() argument
616 SOLO_AUDIO_FDMA_BASE(n) global() argument
[all...]

12345678910>>...459