Home
last modified time | relevance | path

Searched defs:chn (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c67 #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 Drk_key.c14 u32 chn[2]; in rk_key_ofdata_to_platdata() local
H A Dadc_key.c16 u32 voltage, chn[2]; in adc_key_ofdata_to_platdata() local
H A Dspl_adc_key.c41 u32 chn[2], adc; in key_read() local
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c206 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 Drkce_core.c32 struct rkce_chn_info chn[RKCE_TD_TYPE_MAX]; member
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-misc.c198 uint val, chn; in do_test_adc() local