Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/u-boot/arch/mips/mach-mscc/
A Dlowlevel_init_luton.S26 bne v1, zero, 1f
30 li v1, 0x00610400
31 sw v1, MACRO_CTRL_PLL5G_CFG_PLL5G_CFG2
33 li v1, 0x00610c00
34 sw v1, MACRO_CTRL_PLL5G_CFG_PLL5G_CFG2
36 li v1, 0x00610800
37 sw v1, MACRO_CTRL_PLL5G_CFG_PLL5G_CFG2
39 li v1, 0x00610000
40 sw v1, MACRO_CTRL_PLL5G_CFG_PLL5G_CFG2
46 beq v1, zero, 2b
[all …]
/u-boot/arch/mips/lib/
A Dgenex.S30 mfhi v1
40 LONG_S v1, PT_HI(sp)
41 mflo v1
48 LONG_S v1, PT_LO(sp)
73 mfc0 v1, CP0_STATUS
77 mfc0 v1, CP0_CAUSE
81 MFC0 v1, CP0_EPC
142 and a0, v1
144 nor v1, $0, v1
145 and v0, v1
[all …]
/u-boot/lib/
A Dxxhash.c86 v1 = xxh32_round(v1, get_unaligned_le32(p)); in xxh32()
156 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64()
263 state->v1 = xxh32_round(state->v1, get_unaligned_le32(p32)); in xxh32_update()
278 uint32_t v1 = state->v1; in xxh32_update() local
284 v1 = xxh32_round(v1, get_unaligned_le32(p)); in xxh32_update()
294 state->v1 = v1; in xxh32_update()
369 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update()
383 uint64_t v1 = state->v1; in xxh64_update() local
389 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64_update()
399 state->v1 = v1; in xxh64_update()
[all …]
/u-boot/arch/arm/dts/
A Dsun8i-h3-bananapi-m2-plus-v1.2.dts6 /dts-v1/;
8 #include "sunxi-bananapi-m2-plus-v1.2.dtsi"
11 model = "Banana Pi BPI-M2-Plus v1.2 H3";
12 compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun8i-h3";
A Dsun50i-h5-bananapi-m2-plus-v1.2.dts4 /dts-v1/;
7 #include <arm/sunxi-bananapi-m2-plus-v1.2.dtsi>
10 model = "Banana Pi BPI-M2-Plus v1.2 H5";
11 compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun50i-h5";
A Dsuniv-f1c200s-popstick-v1.1.dts6 /dts-v1/;
13 model = "Popcorn Computer PopStick v1.1";
14 compatible = "sourceparts,popstick-v1.1", "sourceparts,popstick",
/u-boot/arch/riscv/dts/
A Djh7110-starfive-visionfive-2-v1.2a.dts6 /dts-v1/;
10 model = "StarFive VisionFive 2 v1.2A";
11 compatible = "starfive,visionfive-2-v1.2a", "starfive,jh7110";
A Djh7110-starfive-visionfive-2-v1.3b.dts6 /dts-v1/;
10 model = "StarFive VisionFive 2 v1.3B";
11 compatible = "starfive,visionfive-2-v1.3b", "starfive,jh7110";
A DMakefile10 dtb-$(CONFIG_TARGET_STARFIVE_VISIONFIVE2) += jh7110-starfive-visionfive-2-v1.3b.dtb
11 dtb-$(CONFIG_TARGET_STARFIVE_VISIONFIVE2) += jh7110-starfive-visionfive-2-v1.2a.dtb
/u-boot/board/freescale/t208xqds/
A Dt2080_sd_rcw.cfg4 #For T2080 v1.0
11 #For T2080 v1.1
A Dt2080_spi_rcw.cfg4 #For T2080 v1.0
11 #For T2080 v1.1
A Dt2080_nand_rcw.cfg4 #For T2080 v1.0
11 #For T2080 v1.1
/u-boot/board/freescale/t208xrdb/
A Dt2080_sd_rcw.cfg4 #For T2080 v1.0
11 #For T2080 v1.1
A Dt2080_spi_rcw.cfg4 #For T2080 v1.0
11 #For T2080 v1.1
A Dt2080_nand_rcw.cfg4 #For T2080 v1.0
11 #For T2080 v1.1
/u-boot/arch/arm/lib/
A Dsetjmp.S18 stm a1, {v1-v8, ip, lr}
26 ldm a1, {v1-v8, ip, lr}
/u-boot/arch/mips/include/asm/
A Dregdef.h22 #define v1 $3 macro
65 #define v1 $3 macro
/u-boot/include/linux/
A Dxxhash.h119 uint32_t v1; member
132 uint64_t v1; member
/u-boot/tools/binman/test/
A D001_invalid.dts1 /dts-v1/;
A D002_missing_node.dts1 /dts-v1/;
A D003_empty.dts1 /dts-v1/;
A D073_gbb_no_size.dts2 /dts-v1/;
A D005_simple.dts1 /dts-v1/;
/u-boot/arch/microblaze/dts/
A Dmicroblaze-generic.dts1 /dts-v1/;
/u-boot/test/py/tests/vboot/
A Dsandbox-kernel.dts1 /dts-v1/;

Completed in 37 milliseconds

12345678910>>...69