Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 136) sorted by relevance

123456

/rk3399_rockchip-uboot/arch/arc/lib/
H A Dstrlen.S20 sub %r1, %r2, %r7
23 sub %r12, %r6, %r7
33 sub %r1, %r2, %r4
36 sub %r12, %r6, %r4
48 sub %r1, %r2, %r4
50 sub %r12, %r6, %r4
57 sub.ne %r3, %r3, 4
65 sub %r0, %r3, %r0
67 sub %r0, %r0, %r1
73 sub %r0, %r3, %r0
H A Dstrchr-700.S34 sub %r12, %r2, %r7
40 sub %r12, %r6, %r7
64 sub %r12, %r2, %r3
70 sub %r12, %r6, %r3
86 sub %r3, %r7, 1
98 sub %r3, %r6, %r3
129 sub %r2, %r7, %r3
H A Dstrcmp.S28 sub %r4, %r2, %r12
37 sub %r1, %r5, %r0
54 sub %r1, %r5, %r0
58 sub.f %r0, %r2, %r3
97 sub %r0, %r2, %r3
H A Dmemcmp.S20 sub %r3, %r2, 1
63 sub %r0, %r2, %r12
77 sub %r0, %r2, %r12
85 sub.f %r0, %r4, %r5
117 sub %r0, %r3, %r12
120 sub %r0, %r4, %r5
H A Dstrcpy-700.S30 sub %r2, %r3, %r8
41 sub %r2, %r3, %r8
46 sub %r2, %r4, %r8
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dscu.c86 static int scu_ipc_cmd(struct ipc_regs *regs, u32 cmd, u32 sub, in scu_ipc_cmd() argument
94 scu_ipc_send_command(regs, (inlen << 16) | (sub << 12) | cmd); in scu_ipc_cmd()
117 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command() argument
129 scu_ipc_send_command(scu->regs, sub << 12 | cmd); in scu_ipc_simple_command()
133 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command() argument
145 return scu_ipc_cmd(scu->regs, cmd, sub, in, inlen, out, outlen); in scu_ipc_command()
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsource_file_format.txt24 Additionally, old uImage format has been extended to support multi sub-images
87 To identify FIT sub-nodes representing images, hashes, configurations (which
88 are defined in the following sections), the "unit name" of the given sub-node
126 load addresses supplied within sub-image nodes. May be omitted when no
130 - images : This node contains a set of sub-nodes, each of them representing
131 single component sub-image (like kernel, ramdisk, etc.). At least one
132 sub-image is required.
142 This node is a container node for component sub-image nodes. Each sub-node of
146 |- description = "component sub-image description"
148 |- type = "sub-image type name"
[all …]
/rk3399_rockchip-uboot/test/overlay/
H A Dtest-fdt-base.dts15 subtest: sub-test-node {
16 sub-test-property;
H A Dtest-fdt-overlay.dts91 sub-test-node {
92 new-sub-test-property;
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dscu.h25 int scu_ipc_simple_command(u32 cmd, u32 sub);
26 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen);
/rk3399_rockchip-uboot/arch/arm/mach-at91/arm920t/
H A Dlowlevel_init.S51 sub r0, r0, r1
53 sub r2, r2, r1
70 sub r0, r0, r1
72 sub r2, r2, r1
/rk3399_rockchip-uboot/arch/sh/lib/
H A Dudiv_qrnnd.S40 sub r2,r0
50 sub r5,r0
/rk3399_rockchip-uboot/doc/device-tree-bindings/leds/
H A Dleds-bcm6358.txt21 Each LED is represented as a sub-node of the brcm,bcm6358-leds device.
23 LED sub-node required properties:
26 LED sub-node optional properties:
H A Dleds-bcm6328.txt31 Each LED is represented as a sub-node of the brcm,bcm6328-leds device.
33 LED sub-node required properties:
36 LED sub-node optional properties:
H A Dleds-gpio.txt6 Each LED is represented as a sub-node of the gpio-leds device. Each
9 LED sub-node properties:
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dexceptions.S96 sub x6, sp, #(8*30)
106 sub x6, sp, #(8*30)
117 sub x6, sp, #(8*30)
/rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/
H A Dtps65090.txt7 - regulators: A node that houses a sub-node for each regulator within the
8 device. Each sub-node is identified using the node's name, with valid
9 values listed below. The content of each sub-node is defined by the
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dlowlevel_init.S45 sub sp, sp, #GD_SIZE
/rk3399_rockchip-uboot/scripts/basic/
H A Dfixdep.c283 static int strrcmp(char *s, char *sub) in strrcmp() argument
286 int sublen = strlen(sub); in strrcmp()
291 return memcmp(s + slen - sublen, sub, sublen); in strrcmp()
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt11 for main display or CPU interface for main or sub display).
13 or sub display uses.
15 or sub display.
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dstart.S38 sub r5, r5, r4
80 sub r4, r4, r5 /* r4 <- cur _start */
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dspr_lowlevel_init.S58 sub r0,r0,#1
127 sub r0,r0,#1
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dgic_64.S41 sub w10, w10, #0x1
53 sub w10, w10, #0x1
/rk3399_rockchip-uboot/drivers/rknand/
H A Drk_zftl_arm_v8.S49 sub w0, w0, w1
114 sub w0, w0, #1
244 sub x2, x7, x5
334 sub x2, x12, x10
607 sub w1, w1, #1
1125 sub w5, w5, w6
1127 sub w3, w3, #1
1129 sub w4, w4, #1
1146 sub w3, w1, w0
1396 sub w23, w19, w0
[all …]
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dasm.h272 #define INT_SUB sub
309 #define LONG_SUB sub
358 #define PTR_SUB sub

123456