Searched defs:chn (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/thermal/ |
| H A D | rockchip_thermal.c | 67 #define TSADCV2_DATA(chn) (0x20 + (chn) * 0x04) argument 68 #define TSADCV2_COMP_INT(chn) (0x30 + (chn) * 0x04) argument 69 #define TSADCV2_COMP_SHUT(chn) (0x40 + (chn) * 0x04) argument 70 #define TSADCV3_DATA(chn) (0x2c + (chn) * 0x04) argument 71 #define TSADCV3_COMP_INT(chn) (0x6c + (chn) * 0x04) argument 72 #define TSADCV3_COMP_SHUT(chn) (0x10c + (chn) * 0x04) argument 85 #define TSADCV2_AUTO_SRC_EN(chn) BIT(4 + (chn)) argument 86 #define TSADCV3_AUTO_SRC_EN(chn) BIT(chn) argument 87 #define TSADCV3_AUTO_SRC_EN_MASK(chn) BIT(16 + (chn)) argument 94 #define TSADCV2_INT_SRC_EN(chn) BIT(chn) argument [all …]
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | rk_key.c | 14 u32 chn[2]; in rk_key_ofdata_to_platdata() local
|
| H A D | adc_key.c | 16 u32 voltage, chn[2]; in adc_key_ofdata_to_platdata() local
|
| H A D | spl_adc_key.c | 41 u32 chn[2], adc; in key_read() local
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 206 static inline void write_key_reg(u32 chn, const u8 *key, u32 key_len) in write_key_reg() 211 static inline void set_iv_reg(u32 chn, const u8 *iv, u32 iv_len) in set_iv_reg() 228 static inline void get_iv_reg(u32 chn, u8 *iv, u32 iv_len) in get_iv_reg() 237 static inline void get_tag_from_reg(u32 chn, u8 *tag, u32 tag_len) in get_tag_from_reg() 764 static inline void set_pc_len_reg(u32 chn, u64 pc_len) in set_pc_len_reg() 772 static inline void set_aad_len_reg(u32 chn, u64 pc_len) in set_aad_len_reg() 834 static int ccm128_set_iv_reg(u32 chn, const u8 *nonce, u32 nlen) in ccm128_set_iv_reg() 900 static int hw_cipher_init(u32 chn, const u8 *key, const u8 *twk_key, in hw_cipher_init() 1164 static int hw_aes_init(u32 chn, const u8 *key, const u8 *twk_key, u32 key_len, in hw_aes_init() 1199 static int hw_sm4_init(u32 chn, const u8 *key, const u8 *twk_key, u32 key_len, in hw_sm4_init()
|
| H A D | rkce_core.c | 32 struct rkce_chn_info chn[RKCE_TD_TYPE_MAX]; member
|
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-misc.c | 198 uint val, chn; in do_test_adc() local
|