Home
last modified time | relevance | path

Searched +full:0 +full:x03ffffff (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dpoly1305-core.S_shipped29 mov x9,#0xfffffffc0fffffff
30 movk x9,#0x0fff,lsl#48
35 and x7,x7,x9 // &=0ffffffc0fffffff
37 and x8,x8,x9 // &=0ffffffc0ffffffc
96 cmp x17,#0 // is_base2_26?
184 cmp x7,#0 // is_base2_26?
252 and x12,x4,#0x03ffffff // base 2^64 -> base 2^26
255 and x14,x14,#0x03ffffff
259 str w12,[x0,#16*0] // r0
287 .inst 0xd503233f // paciasp
[all …]
H A Dpoly1305-armv8.pl34 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
44 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3));
78 mov $s1,#0xfffffffc0fffffff
79 movk $s1,#0x0fff,lsl#48
84 and $r0,$r0,$s1 // &=0ffffffc0fffffff
86 and $r1,$r1,$s1 // &=0ffffffc0ffffffc
145 cmp x17,#0 // is_base2_26?
233 cmp $r0,#0 // is_base2_26?
262 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
313 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drelocate.c43 return 0; in plat_post_relocation()
50 __asm__("rdhwr %0, $1" : "=r" (res)); in get_synci_step()
62 "synci 0(%0)" in sync_icache()
77 return 0; in apply_r_mips_64_rel()
84 return 0; in apply_r_mips_32_rel()
89 unsigned long target_addr = (*loc_orig) & 0x03ffffff; in apply_r_mips_26_rel()
98 target_addr += (unsigned long)loc_orig & ~0x03ffffff; in apply_r_mips_26_rel()
103 if ((target_addr & 0xf0000000) != ((unsigned long)loc_new & 0xf0000000)) { in apply_r_mips_26_rel()
108 target_addr -= (unsigned long)loc_new & ~0x03ffffff; in apply_r_mips_26_rel()
111 *loc_new = (*loc_new & ~0x03ffffff) | (target_addr & 0x03ffffff); in apply_r_mips_26_rel()
[all …]
H A Dmodule.c38 GFP_KERNEL, PAGE_KERNEL, 0, NUMA_NO_NODE, in module_alloc()
39 __builtin_return_address(0)); in module_alloc()
46 return 0; in apply_r_mips_none()
54 return 0; in apply_r_mips_32()
66 if ((v & 0xf0000000) != (((unsigned long)location + 4) & 0xf0000000)) { in apply_r_mips_26()
72 *location = (*location & ~0x03ffffff) | in apply_r_mips_26()
73 ((base + (v >> 2)) & 0x03ffffff); in apply_r_mips_26()
75 return 0; in apply_r_mips_26()
84 *location = (*location & 0xffff0000) | in apply_r_mips_hi16()
85 ((((long long) v + 0x8000LL) >> 16) & 0xffff); in apply_r_mips_hi16()
[all …]
H A Dvpe.c39 #define ARCH_SHF_SMALL 0
152 memset(addr, 0, len); in alloc_progmem()
192 {ARCH_SHF_SMALL | SHF_ALLOC, 0} in layout_sections()
196 for (i = 0; i < hdr->e_shnum; i++) in layout_sections()
197 sechdrs[i].sh_entsize = ~0UL; in layout_sections()
199 for (m = 0; m < ARRAY_SIZE(masks); ++m) { in layout_sections()
200 for (i = 0; i < hdr->e_shnum; ++i) { in layout_sections()
203 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
205 || s->sh_entsize != ~0UL) in layout_sections()
211 if (m == 0) in layout_sections()
[all …]
H A Dftrace.c40 #define JAL 0x0c000000 /* jump & link: ip --> ra, jump to target */
41 #define ADDR_MASK 0x03ffffff /* op_code|addr : 31...26|25 ....0 */
44 #define INSN_NOP 0x00000000 /* nop */
59 buf = (u32 *)&insn_la_mcount[0]; in ftrace_dyn_arch_init_insns()
89 return 0; in ftrace_modify_code()
114 return 0; in ftrace_modify_code_2()
138 return 0; in ftrace_modify_code_2r()
155 * lui v1, hi_16bit_of_mcount --> b 1f (0x10000005)
164 * lui v1, hi_16bit_of_mcount --> b 1f (0x10000004)
172 #define INSN_B_1F (0x10000000 | MCOUNT_OFFSET_INSNS)
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dpoly1305-core.S_shipped31 cmp r1,#0
32 str r3,[r0,#0] @ zero hash value
43 moveq r0,#0
54 ldrb r4,[r1,#0]
55 mov r10,#0x0fffffff
57 and r3,r10,#-4 @ 0x0ffffffc
113 str r4,[r0,#0]
124 mov r0,#0
133 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
166 mov r2,#0
[all …]
H A Dpoly1305-armv4.pl28 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
38 ($ctx,$inp,$len,$padbit)=map("r$_",(0..3));
71 cmp $inp,#0
72 str r3,[$ctx,#0] @ zero hash value
83 moveq r0,#0
94 ldrb r4,[$inp,#0]
95 mov r10,#0x0fffffff
97 and r3,r10,#-4 @ 0x0ffffffc
153 str r4,[$ctx,#0]
164 mov r0,#0
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dfaraday,ftpci100.txt9 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday
10 Technology) and product ID 0x4321.
23 - bus-range: set to <0x00 0xff>
45 - #address-cells: set to <0>
64 interrupt-map-mask = <0xf800 0 0 7>;
66 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
67 <0x4800 0 0 2 &pci_intc 1>,
68 <0x4800 0 0 3 &pci_intc 2>,
69 <0x4800 0 0 4 &pci_intc 3>,
70 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ralink/
H A Dmt7621.h10 #define MT7621_PALMBUS_BASE 0x1C000000
11 #define MT7621_PALMBUS_SIZE 0x03FFFFFF
13 #define MT7621_SYSC_BASE 0x1E000000
15 #define SYSC_REG_CHIP_NAME0 0x00
16 #define SYSC_REG_CHIP_NAME1 0x04
17 #define SYSC_REG_CHIP_REV 0x0c
18 #define SYSC_REG_SYSTEM_CONFIG0 0x10
19 #define SYSC_REG_SYSTEM_CONFIG1 0x14
21 #define CHIP_REV_PKG_MASK 0x1
23 #define CHIP_REV_VER_MASK 0xf
[all …]
/OK3568_Linux_fs/kernel/arch/sh/include/mach-common/mach/
H A Dsh7785lcr.h11 * 0x00000000 - 0x03ffffff(CS0) | NOR Flash | NOR Flash
12 * 0x04000000 - 0x05ffffff(CS1) | PLD | PLD
13 * 0x06000000 - 0x07ffffff(CS1) | I2C | I2C
14 * 0x08000000 - 0x0bffffff(CS2) | USB | DDR SDRAM
15 * 0x0c000000 - 0x0fffffff(CS3) | SD | DDR SDRAM
16 * 0x10000000 - 0x13ffffff(CS4) | SM107 | SM107
17 * 0x14000000 - 0x17ffffff(CS5) | reserved | USB
18 * 0x18000000 - 0x1bffffff(CS6) | reserved | SD
19 * 0x40000000 - 0x5fffffff | DDR SDRAM | (cannot use)
23 #define NOR_FLASH_ADDR 0x00000000
[all …]
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dmodule.c30 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rel); i++) { in apply_relocate_add()
54 value &= 0x03ffffff; in apply_relocate_add()
55 value |= *location & 0xfc000000; in apply_relocate_add()
65 return 0; in apply_relocate_add()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Dsnps,dw-wdt.yaml52 default: [0x0001000 0x0002000 0x0004000 0x0008000
53 0x0010000 0x0020000 0x0040000 0x0080000
54 0x0100000 0x0200000 0x0400000 0x0800000
55 0x1000000 0x2000000 0x4000000 0x8000000]
70 reg = <0xffd02000 0x1000>;
71 interrupts = <0 171 4>;
79 reg = <0xffd02000 0x1000>;
80 interrupts = <0 171 4>;
83 snps,watchdog-tops = <0x000000FF 0x000001FF 0x000003FF
84 0x000007FF 0x0000FFFF 0x0001FFFF
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dinst.h25 #define I_JTARGET_SFT 0
26 #define MIPSInst_JTARGET(x) (MIPSInst(x) & 0x03ffffff)
29 #define MIPSInst_RS(x) ((MIPSInst(x) & 0x03e00000) >> I_RS_SFT)
32 #define MIPSInst_RT(x) ((MIPSInst(x) & 0x001f0000) >> I_RT_SFT)
34 #define I_IMM_SFT 0
35 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff)))
36 #define MIPSInst_UIMM(x) (MIPSInst(x) & 0xffff)
39 #define MIPSInst_CACHEOP(x) ((MIPSInst(x) & 0x001c0000) >> I_CACHEOP_SFT)
42 #define MIPSInst_CACHESEL(x) ((MIPSInst(x) & 0x00030000) >> I_CACHESEL_SFT)
45 #define MIPSInst_RD(x) ((MIPSInst(x) & 0x0000f800) >> I_RD_SFT)
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dgemini.dtsi23 pinctrl-0 = <&pflash_default_pins>;
33 reg = <0x40000000 0x1000>;
41 offset = <0x0c>;
43 mask = <0xC0000000>;
51 pinctrl-0 = <&dram_default_pins>, <&system_default_pins>,
161 reg = <0x41000000 0x1000>;
170 reg = <0x42000000 0x100>;
175 pinctrl-0 = <&uart_default_pins>;
181 reg = <0x43000000 0x1000>;
195 reg = <0x45000000 0x100>;
[all …]
H A Dam335x-nano.dts14 cpu@0 {
21 reg = <0x80000000 0x10000000>; /* 256 MB */
29 gpios = <&gpio1 5 0>;
37 pinctrl-0 = <&misc_pins>;
162 pinctrl-0 = <&uart0_pins>;
168 pinctrl-0 = <&uart1_pins>;
179 pinctrl-0 = <&uart2_pins>;
189 pinctrl-0 = <&uart3_pins>;
195 pinctrl-0 = <&uart4_pins>;
201 pinctrl-0 = <&uart5_pins>;
[all …]
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dsticore.c47 * 0 - Black
60 0, 6, 4, 5,
66 #define c_index(sti, c) ((c) & 0xff)
88 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph()
90 memset(inptr_ext, 0, sizeof(*inptr_ext)); in sti_init_graph()
92 outptr->errno = 0; in sti_init_graph()
97 if (ret >= 0) in sti_init_graph()
103 if (ret < 0) { in sti_init_graph()
108 return 0; in sti_init_graph()
126 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf()
[all …]
/OK3568_Linux_fs/u-boot/board/renesas/sh7785lcr/
H A DREADME.sh7785lcr25 0x00000000 - 0x03ffffff(CS0) | NOR Flash | NOR Flash
26 0x04000000 - 0x05ffffff(CS1) | PLD | PLD
27 0x06000000 - 0x07ffffff(CS1) | reserved | I2C
28 0x08000000 - 0x0bffffff(CS2) | USB | DDR SDRAM
29 0x0c000000 - 0x0fffffff(CS3) | SD | DDR SDRAM
30 0x10000000 - 0x13ffffff(CS4) | SM107 | SM107
31 0x14000000 - 0x17ffffff(CS5) | I2C | USB
32 0x18000000 - 0x1bffffff(CS6) | reserved | SD
33 0x40000000 - 0x5fffffff | DDR SDRAM | (cannot use)
55 0x88000000 | 0x48000000 | 384MB | DDR-SDRAM (Cacheable)
[all …]
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/
H A Dflexbus.h95 #define FBCS_CSAR_BA(x) ((x) & 0xFFFF0000)
97 #define FBCS_CSMR_BAM(x) (((x) & 0xFFFF) << 16)
98 #define FBCS_CSMR_BAM_MASK (0x0000FFFF)
99 #define FBCS_CSMR_BAM_4G (0xFFFF0000)
100 #define FBCS_CSMR_BAM_2G (0x7FFF0000)
101 #define FBCS_CSMR_BAM_1G (0x3FFF0000)
102 #define FBCS_CSMR_BAM_1024M (0x3FFF0000)
103 #define FBCS_CSMR_BAM_512M (0x1FFF0000)
104 #define FBCS_CSMR_BAM_256M (0x0FFF0000)
105 #define FBCS_CSMR_BAM_128M (0x07FF0000)
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dperf_images.h27 0x4c00c000, 0x00000000, 0x00060000, 0x00000000,
28 0xe0e0e0e0, 0x004e0004, 0x07ffffff, 0xffc01380,
29 0x0101ffff, 0xfffff104, 0xe000c07f, 0xfffffffc,
30 0x01380010, 0x1fffffff, 0xff000000, 0x00000000,
31 0x00000fff, 0xff00000f, 0xffff0000, 0x0fffff00,
32 0x000fffff, 0x00000000, 0x00000000, 0x00ffffff,
33 0xfffff000, 0x0000000f, 0xffffffff, 0xff000000,
34 0x0000ffff, 0xfffffff0, 0x00000000, 0x0fffffff,
35 0xffff0000, 0x00000000, 0x6fffffff, 0xffffffff,
36 0xfff55fff, 0xffffffff, 0xffffffff, 0xf0000000,
[all …]
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dtcic.h33 #define TCIC_BASE 0x240
36 #define TCIC_DATA 0x00
37 #define TCIC_ADDR 0x02
38 #define TCIC_SCTRL 0x06
39 #define TCIC_SSTAT 0x07
40 #define TCIC_MODE 0x08
41 #define TCIC_PWR 0x09
42 #define TCIC_EDC 0x0A
43 #define TCIC_ICSR 0x0C
44 #define TCIC_IENA 0x0D
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/
H A Dunicodeandutf8.cpp6 if(c< 0x80) return 0; in enc_get_utf8_size()
7 if(c>=0x80 && c<0xC0) return -1; in enc_get_utf8_size()
8 if(c>=0xC0 && c<0xE0) return 2; in enc_get_utf8_size()
9 if(c>=0xE0 && c<0xF0) return 3; in enc_get_utf8_size()
10 if(c>=0xF0 && c<0xF8) return 4; in enc_get_utf8_size()
11 if(c>=0xF8 && c<0xFC) return 5; in enc_get_utf8_size()
12 if(c>=0xFC) return 6; in enc_get_utf8_size()
18 *Unic = 0x0; in enc_utf8_to_unicode_one()
23 case 0: in enc_utf8_to_unicode_one()
30 if ( (b2 & 0xE0) != 0x80 ) in enc_utf8_to_unicode_one()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dexdebug.c73 if (!((level > 0) && index == 0)) { in acpi_ex_do_debug_object()
83 timer &= 0x03FFFFFF; in acpi_ex_do_debug_object()
85 acpi_os_printf("ACPI Debug: T=0x%8.8X %*s", timer, in acpi_ex_do_debug_object()
94 if (index > 0) { in acpi_ex_do_debug_object()
139 acpi_os_printf("0x%8.8X\n", in acpi_ex_do_debug_object()
142 acpi_os_printf("0x%8.8X%8.8X\n", in acpi_ex_do_debug_object()
150 acpi_os_printf("[0x%.2X]\n", (u32)source_desc->buffer.length); in acpi_ex_do_debug_object()
154 DB_BYTE_DISPLAY, 0); in acpi_ex_do_debug_object()
164 acpi_os_printf("(Contains 0x%.2X Elements):\n", in acpi_ex_do_debug_object()
169 for (i = 0; i < source_desc->package.count; i++) { in acpi_ex_do_debug_object()
[all …]
/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-norm.c23 while (i >= 0 && utf8agetab[i] != 0) { in utf8version_is_supported()
28 return 0; in utf8version_is_supported()
45 * 0x00000000 0x0000007F: 0xxxxxxx
46 * 0x00000000 0x000007FF: 110xxxxx 10xxxxxx
47 * 0x00000000 0x0000FFFF: 1110xxxx 10xxxxxx 10xxxxxx
48 * 0x00000000 0x001FFFFF: 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
49 * 0x00000000 0x03FFFFFF: 111110xx 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx
50 * 0x00000000 0x7FFFFFFF: 1111110x 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx
57 * 0x00000000 0x0000007F: 0xxxxxxx
58 * 0x00000080 0x000007FF: 110xxxxx 10xxxxxx
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcore_cia.h48 * 00 00 Byte 1110 0x000
49 * 01 00 Byte 1101 0x020
50 * 10 00 Byte 1011 0x040
51 * 11 00 Byte 0111 0x060
53 * 00 01 Word 1100 0x008
54 * 01 01 Word 1001 0x028 <= Not supported in this code.
55 * 10 01 Word 0011 0x048
57 * 00 10 Tribyte 1000 0x010
58 * 01 10 Tribyte 0001 0x030
60 * 10 11 Longword 0000 0x058
[all …]

123