Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 261) sorted by relevance

1234567891011

/u-boot/arch/arm/cpu/armv8/
A Dsec_firmware_asm.S19 mov x3, sp
20 msr sp_el2, x3
24 mov x3, x4
29 lsr x3, x4, #32
48 mov x3, 0x0
68 mov x3, x2
A Dcache.S165 mrs x3, ctr_el0
166 ubfx x3, x3, #16, #4
168 lsl x2, x2, x3 /* cache line size */
171 sub x3, x2, #1
172 bic x0, x0, x3
191 mrs x3, ctr_el0
192 ubfx x3, x3, #16, #4
197 sub x3, x2, #1
198 bic x0, x0, x3
256 mov x3, x30
[all …]
A Dexceptions.S61 stp x3, x4, [sp, #-16]!
80 mrs x3, spsr_el3
84 mrs x3, spsr_el2
88 mrs x3, spsr_el1
91 stp x3, x2, [sp, #-16]!
127 ldp x3, x4, [sp],#16
/u-boot/arch/arm/dts/
A Darmada-8040-db.dts172 pin-func = < 0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3
173 0x3 0x3 0x3 0x3 0x3 0x3 0x3 0xff 0xff 0xff
A Darmada-7040-db-nand.dts41 0x0 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x3 >;
79 pin-func = < 0x2 0x2 0x2 0x2 0x2 0x2 0x3 0x3 0x3 0x3
80 0x3 0x3 0x0 0x2 0x0 0x1 0x1 0x1 0x1 0x1
A Drk3229-evb-u-boot.dtsi12 rockchip,pctl-timing = <0x96 0xC8 0x1F3 0xF 0x8000004D 0x4 0x4E 0x6 0x3
14 0x5 0x4 0x200 0x3 0xA 0x40 0x0 0x1
15 0x5 0x5 0x3 0xC 0x1E 0x100 0x0 0x4
A Drk3066a-mk808-u-boot.dtsi18 0x3 0x0 0x6 0x5 0xc 0x10 0x6 0x4
19 0x4 0x5 0x4 0x200 0x3 0xa 0x40 0x0
20 0x1 0x5 0x5 0x3 0xc 0x1e 0x100 0x0
A Drk3188-radxarock-u-boot.dtsi26 0x3 0x0 0x6 0x5 0xc 0x10 0x6 0x4
27 0x4 0x5 0x4 0x200 0x3 0xa 0x40 0x0
28 0x1 0x5 0x5 0x3 0xc 0x1e 0x100 0x0
A Dimx7ulp-evk.dts92 IMX7ULP_PAD_PTC3__LPUART4_RX 0x3
93 IMX7ULP_PAD_PTC2__LPUART4_TX 0x3
124 IMX7ULP_PAD_PTC10__PTC10 0x3 /* CD */
130 IMX7ULP_PAD_PTD0__PTD0 0x3
A Drk3568.dtsi95 reg = <0x3 0xc0400000 0x0 0x00400000>,
97 <0x3 0x7f000000 0x0 0x01000000>;
98 ranges = <0x01000000 0x0 0x3ef00000 0x3 0x7ef00000 0x0 0x00100000>,
99 <0x02000000 0x0 0x00000000 0x3 0x40000000 0x0 0x3ef00000>;
147 reg = <0x3 0xc0800000 0x0 0x00400000>,
149 <0x3 0xbf000000 0x0 0x01000000>;
150 ranges = <0x01000000 0x0 0x3ef00000 0x3 0xbef00000 0x0 0x00100000>,
151 <0x02000000 0x0 0x00000000 0x3 0x80000000 0x0 0x3ef00000>;
A Dls1021a-qds.dtsi93 reg = <0x3>;
119 0x3 0x0 0x7fb00000 0x00000100>;
135 reg = <0x3 0x0 0x0000100>;
172 reg = <0x3>;
A Darmada-380.dtsi57 0x82000000 0x3 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 2 MEM */
58 0x81000000 0x3 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 2 IO */>;
108 ranges = <0x82000000 0 0 0x82000000 0x3 0 1 0
109 0x81000000 0 0 0x81000000 0x3 0 1 0>;
A Dcn9131-db.dtsi93 0x0 0x0 0x0 0x3 0x3 0x3 0x3 0x0 0x0 0x0
A Dimx7ulp-com.dts53 IMX7ULP_PAD_PTC3__LPUART4_RX 0x3
54 IMX7ULP_PAD_PTC2__LPUART4_TX 0x3
/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,mvebu-pinctrl.txt103 pin-func = < 0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3 0x3
104 0x3 0x3 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
/u-boot/arch/arm/lib/
A Dmemset-arm64.S21 #define dst x3
49 mov x3, #0x0
50 cmp count, x3 /* check for zero length */
52 4: strb valw, [dstin, x3]
53 add x3, x3, #0x1
54 cmp count, x3
A Drelocate_64.S62 adrp x3, __rel_dyn_end /* x3 <- address bits [31:12] */
63 add x3, x3, :lo12:__rel_dyn_end /* x3 <- address bits [11:00] */
76 cmp x2, x3
/u-boot/arch/arm/cpu/armv8/bcmns3/
A Dlowlevel.S16 mrs x3, cntpct_el0 /* read timer */
20 add x3, x3, x0 /* timeout after 100 microseconds */
29 cmp x4, x3
/u-boot/drivers/ram/rockchip/
A Dsdram-rv1126-loader_params.inc56 (0xe << PHY_DQ_SR_SHIFT) | (0x3 << PHY_CA_SR_SHIFT) |
57 (0x3 << PHY_CLK_SR_SHIFT),
59 (0xe << PHY_DQ_SR_SHIFT) | (0x3 << PHY_CA_SR_SHIFT) |
60 (0x3 << PHY_CLK_SR_SHIFT),
125 ((0x2 << 6) | (0x1 << 4) | (0x3 << 2) | (0x0 << 0)) |
127 (((0x2 << 6) | (0x1 << 4) | (0x3 << 2) | (0x0 << 0)) << 24),
130 (((0x3 << 6) | (0x2 << 4) | (0x1 << 2) | (0x0 << 0)) << 16) |
131 (((0x3 << 6) | (0x0 << 4) | (0x2 << 2) | (0x1 << 0)) << 24),
/u-boot/arch/arm/cpu/armv8/xen/
A Dlowlevel_init.S23 stp x3, x4, [x1], #16
32 ldp x3, x4, [x1], #16
/u-boot/arch/arm/include/asm/arch-tegra/
A Dcboot.h16 unsigned long x2, unsigned long x3);
23 unsigned long x2, unsigned long x3) in cboot_save_boot_params() argument
/u-boot/arch/arm/mach-imx/imx8m/
A Dlowlevel_init.S22 stp x3, x4, [x0], #16
46 ldp x3, x4, [x0], #16
68 mov x3, x2
/u-boot/arch/arm/mach-mediatek/mt7981/
A Dlowlevel_init.S26 mov x3, x2
/u-boot/arch/arm/mach-mediatek/mt7986/
A Dlowlevel_init.S26 mov x3, x2
/u-boot/arch/arm/mach-mediatek/mt8512/
A Dlowlevel_init.S23 mov x3, x2

Completed in 33 milliseconds

1234567891011