Home
last modified time | relevance | path

Searched refs:S2 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/board/renesas/sh7785lcr/
H A DREADME.sh7785lcr21 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 DREADME22 S2: 1 1 1 0 1 0
/rk3399_rockchip-uboot/lib/
H A Dsha512.c170 #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 Dsha256.c113 #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 Dresource_tool.c363 #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