Home
last modified time | relevance | path

Searched refs:_BIT (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A Dlsxl.h25 #define _BIT(x) (1<<(x)) macro
27 #define LSXL_OE_LOW (~(_BIT(GPIO_HDD_POWER) \
28 | _BIT(GPIO_USB_VBUS) \
29 | _BIT(GPIO_FAN_HIGH) \
30 | _BIT(GPIO_FAN_LOW)))
32 #define LSXL_OE_HIGH (~(_BIT(GPIO_FUNC_LED - 32) \
33 | _BIT(GPIO_ALARM_LED - 32) \
34 | _BIT(GPIO_INFO_LED - 32) \
35 | _BIT(GPIO_POWER_LED - 32) \
36 | _BIT(GPIO_FUNC_RED_LED - 32)))
[all …]
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_v2.h18 #define _BIT(b) _SBF(b, 1) macro
40 #define CRYPTO_SLV_SECURE _BIT(8)
44 #define CRYPTO_AUTO_CLKGATE_EN _BIT(0)
47 #define CRYPTO_SW_PKA_RESET _BIT(2)
48 #define CRYPTO_SW_RNG_RESET _BIT(1)
49 #define CRYPTO_SW_CC_RESET _BIT(0)
53 #define CRYPTO_NOSYNC_LOCKSTEP_INT_EN _BIT(8)
54 #define CRYPTO_SYNC_LOCKSTEP_INT_EN _BIT(7)
55 #define CRYPTO_ZERO_ERR_INT_EN _BIT(6)
56 #define CRYPTO_LIST_ERR_INT_EN _BIT(5)
[all …]
H A Dcrypto_ecc.h17 #define _BIT(b) _SBF(b, 1) macro
43 #define RK_ECC_INT_EN_DONE _BIT(0)
46 #define RK_ECC_INT_ST_DONE _BIT(0)
49 #define RK_ECC_ABN_ST_BAD_INV_OUT _BIT(8)
50 #define RK_ECC_ABN_ST_BAD_K_IN _BIT(7)
51 #define RK_ECC_ABN_ST_BAD_R_IN _BIT(6)
52 #define RK_ECC_ABN_ST_BAD_S_IN _BIT(5)
53 #define RK_ECC_ABN_ST_BAD_R_K_MID _BIT(4)
54 #define RK_ECC_ABN_ST_BAD_R_OUT _BIT(3)
55 #define RK_ECC_ABN_ST_BAD_S_OUT _BIT(2)
[all …]