Searched refs:S2 (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/board/renesas/sh7785lcr/ |
| H A D | README.sh7785lcr | 21 This board has 2 physical memory maps. It can be changed with DIP switch(S2-5). 23 phys address | S2-5 = OFF | S2-5 = ON
|
| /rk3399_rockchip-uboot/board/grinn/chiliboard/ |
| H A D | README | 22 S2: 1 1 1 0 1 0
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha512.c | 170 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in sha512_process() macro 179 temp2 = S2(a) + F0(a,b,c); \ in sha512_process()
|
| H A D | sha256.c | 113 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) in sha256_process_one() macro 127 temp2 = S2(a) + F0(a,b,c); \ in sha256_process_one()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 363 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) in sha256_process() macro 377 temp2 = S2(a) + F0(a,b,c); \ in sha256_process() 470 #undef S2
|