| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_ecc.c | 137 uint8_t s0, s1, s2; in nand_correct_data() local 140 s0 = calc_ecc[1] ^ read_ecc[1]; in nand_correct_data() 142 if ((s0 | s1 | s2) == 0) in nand_correct_data() 146 if( ((s0 ^ (s0 >> 1)) & 0x55) == 0x55 && in nand_correct_data() 157 byteoffs |= (s0 >> 4) & 0x08; in nand_correct_data() 158 byteoffs |= (s0 >> 3) & 0x04; in nand_correct_data() 159 byteoffs |= (s0 >> 2) & 0x02; in nand_correct_data() 160 byteoffs |= (s0 >> 1) & 0x01; in nand_correct_data() 171 if(countbits(s0 | ((uint32_t)s1 << 8) | ((uint32_t)s2 <<16)) == 1) in nand_correct_data()
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | zimageboot.c | 20 char *s0, *s1; in do_sh_zimageboot() local 29 s0 = argv[1]; in do_sh_zimageboot() 36 if (s0) in do_sh_zimageboot() 37 zboot_entry = (ulong (*)(int, char * const []))simple_strtoul(s0, NULL, 16); in do_sh_zimageboot()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | sha256_ce_core.S | 32 .macro add_only, ev, rc, s0 argument 35 add t1.4s, v\s0\().4s, \rc\().4s 39 .ifnb \s0 40 add t0.4s, v\s0\().4s, \rc\().4s 47 .macro add_update, ev, rc, s0, s1, s2, s3 48 sha256su0 v\s0\().4s, v\s1\().4s 50 sha256su1 v\s0\().4s, v\s2\().4s, v\s3\().4s
|
| H A D | sha1_ce_core.S | 37 .macro add_only, op, ev, rc, s0, dg1 39 add t1.4s, v\s0\().4s, \rc\().4s 47 .ifnb \s0 48 add t0.4s, v\s0\().4s, \rc\().4s 55 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1 56 sha1su0 v\s0\().4s, v\s1\().4s, v\s2\().4s 58 sha1su1 v\s0\().4s, v\s3\().4s
|
| /rk3399_rockchip-uboot/board/imgtec/boston/ |
| H A D | lowlevel_init.S | 24 move s0, ra 38 jr s0
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | regdef.h | 40 #define s0 $16 /* callee saved */ macro 83 #define s0 $16 /* callee saved */ macro
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ec_commands.h | 1094 float s0; member 1106 float s0; member
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 1137 static const u64 s0 = 0x00f0f0f0f0f0f0; /* blink code "status" LED */ local 1160 s = s0;
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | cache_init.S | 105 #define R_RETURN s0
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 267 glTexCoord2f(q.s0,q.t1); glVertex2f(q.x0,q.y0); 270 glTexCoord2f(q.s0,q.t0); glVertex2f(q.x0,q.y1); 480 float x0,y0,s0,t0; // top-left member 2573 q->s0 = b->x0 * ipw; in stbtt_GetBakedQuad() 3029 q->s0 = b->x0 * ipw; in stbtt_GetPackedQuad()
|