Home
last modified time | relevance | path

Searched refs:equ (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/block/
H A Dswim_asm.S17 .equ write_data, 0x0000
18 .equ write_mark, 0x0200
19 .equ write_CRC, 0x0400
20 .equ write_parameter,0x0600
21 .equ write_phase, 0x0800
22 .equ write_setup, 0x0a00
23 .equ write_mode0, 0x0c00
24 .equ write_mode1, 0x0e00
25 .equ read_data, 0x1000
26 .equ read_mark, 0x1200
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-nop.S13 .equ nop_flush_kern_cache_all, nop_flush_icache_all
16 .equ nop_flush_kern_cache_louis, nop_flush_icache_all
19 .equ nop_flush_user_cache_all, nop_flush_icache_all
22 .equ nop_flush_user_cache_range, nop_flush_icache_all
25 .equ nop_coherent_kern_range, nop_flush_icache_all
33 .equ nop_flush_kern_dcache_area, nop_flush_icache_all
36 .equ nop_dma_flush_range, nop_flush_icache_all
39 .equ nop_dma_map_area, nop_flush_icache_all
42 .equ nop_dma_unmap_area, nop_flush_icache_all
H A Dcache-v4wt.S172 .equ v4wt_dma_flush_range, v4wt_dma_inv_range
198 .equ v4wt_flush_kern_cache_louis, v4wt_flush_kern_cache_all
H A Dproc-v7-3level.S110 .equ PRRR, 0xeeaa4400 @ MAIR0
111 .equ NMRR, 0xff000004 @ MAIR1
H A Dproc-v7-2level.S137 .equ PRRR, 0xff0a81a8
138 .equ NMRR, 0x40e040e0
H A Dtlb-v4.S54 .equ v4_flush_kern_tlb_range, .v4_flush_kern_tlb_range
H A Dcache-v4.S142 .equ v4_flush_kern_cache_louis, v4_flush_kern_cache_all
H A Dproc-feroceon.S406 .equ feroceon_flush_kern_cache_louis, feroceon_flush_kern_cache_all
414 .equ feroceon_range_\basename , feroceon_\basename
506 .equ cpu_feroceon_suspend_size, 4 * 3
H A Dproc-xscale.S412 .equ xscale_flush_kern_cache_louis, xscale_flush_kern_cache_all
433 .equ xscale_80200_A0_A1_\basename , xscale_\basename
528 .equ cpu_xscale_suspend_size, 4 * 6
H A Dproc-mohawk.S294 .equ mohawk_flush_kern_cache_louis, mohawk_flush_kern_cache_all
341 .equ cpu_mohawk_suspend_size, 4 * 6
H A Dproc-arm920.S309 .equ arm920_flush_kern_cache_louis, arm920_flush_kern_cache_all
375 .equ cpu_arm920_suspend_size, 4 * 3
/OK3568_Linux_fs/u-boot/board/sysam/stmark2/
H A Dsbf_dram_init.S9 .equ PPMCR0, 0xfc04002d
10 .equ MSCR_SDRAMC, 0xec094060
11 .equ MISCCR2, 0xec09001a
12 .equ DDR_RCR, 0xfc0b8180
13 .equ DDR_PADCR, 0xfc0b81ac
14 .equ DDR_CR00, 0xfc0b8000
15 .equ DDR_CR06, 0xfc0b8018
16 .equ DDR_CR09, 0xfc0b8024
17 .equ DDR_CR40, 0xfc0b80a0
18 .equ DDR_CR45, 0xfc0b80b4
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dhost.fuc34 .equ #fifo_process 0x00
35 .equ #fifo_message 0x04
36 .equ #fifo_data0 0x08
37 .equ #fifo_data1 0x0c
40 .equ #fifo_qlen 4 // log2(size of queue entry in bytes)
41 .equ #fifo_qnum 3 // log2(max number of entries in queue)
42 .equ #fifo_qmaskb (1 << #fifo_qnum) // max number of entries in queue
43 .equ #fifo_qmaskp (#fifo_qmaskb - 1)
44 .equ #fifo_qmaskf ((#fifo_qmaskb << 1) - 1)
45 .equ #fifo_qsize (1 << (#fifo_qlen + #fifo_qnum))
[all …]
H A Dmacros.fuc136 .equ #msg_process 0x00 /* send() target, recv() sender */
137 .equ #msg_message 0x04
138 .equ #msg_data0 0x08
139 .equ #msg_data1 0x0c
146 .equ #proc_qlen 4 // log2(size of queue entry in bytes)
147 .equ #proc_qnum 2 // log2(max number of entries in queue)
148 .equ #proc_qmaskb (1 << #proc_qnum) // max number of entries in queue
149 .equ #proc_qmaskp (#proc_qmaskb - 1)
150 .equ #proc_qmaskf ((#proc_qmaskb << 1) - 1)
151 .equ #proc_qsize (1 << (#proc_qlen + #proc_qnum))
[all …]
H A Dmemx.fuc33 .equ #memx_opcode 0
34 .equ #memx_header 2
35 .equ #memx_length 4
36 .equ #memx_func 8
56 .equ #memx_func_size #memx_func_next - #memx_func_head
57 .equ #memx_func_num (#memx_func_tail - #memx_func_head) / #memx_func_size
/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/include/mach/
H A Dentry-macro.S5 .equ ioc_base_high, IOC_BASE & 0xff000000
6 .equ ioc_base_low, IOC_BASE & 0x00ff0000
/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A Ddc21285.S14 .equ dc21285_high, ARMCSR_BASE & 0xff000000
15 .equ dc21285_low, ARMCSR_BASE & 0x00ffffff
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dfixup_fault.S946 .equ .L__reg_num_x\num, \num
948 .equ .L__reg_num_xzr, 31
1023 .equ .L__reg_num_x\num, \num
1025 .equ .L__reg_num_xzr, 31
1101 .equ .L__reg_num_x\num, \num
1103 .equ .L__reg_num_xzr, 31
1177 .equ .L__reg_num_x\num, \num
1179 .equ .L__reg_num_xzr, 31
1371 .equ .L__reg_num_x\num, \num
1373 .equ .L__reg_num_xzr, 31
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/include/mach/
H A Dentry-macro.S14 .equ dc21285_high, ARMCSR_BASE & 0xff000000
15 .equ dc21285_low, ARMCSR_BASE & 0x00ffffff
/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dhead.S144 .equ kernel_pg_dir,_start0
145 .equ .,_start0+0x1000
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-common.S17 .equ NR_syscalls, __NR_syscalls
342 .equ __sys_nr, 0
355 .equ __sys_nr, \nr + 1
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dsun3-head.S32 .equ kernel_pg_dir,kernel_pmd_table
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dxen-head.S78 .equ xen_hypercall_##n, hypercall_page + __HYPERVISOR_##n * 32; \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_uapi_atmo_int.cpp11 bool equ = true; in IfTmoDataEqu() local
15 equ = false; in IfTmoDataEqu()
17 return equ; in IfTmoDataEqu()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-loader.c256 char *equ; in parse_prog_config_kvpair() local
259 equ = strchr(line, '='); in parse_prog_config_kvpair()
260 if (!equ) { in parse_prog_config_kvpair()
266 *equ = '\0'; in parse_prog_config_kvpair()
268 err = do_prog_config(line, equ + 1, pev); in parse_prog_config_kvpair()

123