Searched refs:src_reg (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 341 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey() argument 347 if (!src_reg || !dst_reg || !src_reg->valid || !dst_reg->valid) in hre_op_loadkey() 349 if (find_key(src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 352 src_reg->digest, &key_handle); in hre_op_loadkey() 375 struct h_reg *src_reg, *dst_reg; in hre_execute_op() local 398 src_reg = access_hreg(src_spec, HREG_RD); in hre_execute_op() 409 if (src_reg) { in hre_execute_op() 411 if (src_reg->digest[i]) in hre_execute_op() 433 if (src_reg) { in hre_execute_op() 434 src_buf = src_reg->digest; in hre_execute_op() [all …]
|
| /rk3399_rockchip-uboot/drivers/power/pmic/ |
| H A D | pmic_tps65217.c | 18 int tps65217_reg_read(uchar src_reg, uchar *src_val) in tps65217_reg_read() argument 20 return i2c_read(TPS65217_CHIP_PM, src_reg, 1, src_val, 1); in tps65217_reg_read()
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 570 static int hre_op_loadkey(struct h_reg *src_reg, struct h_reg *dst_reg, in hre_op_loadkey() argument 576 if (!src_reg || !dst_reg || !src_reg->valid || !dst_reg->valid) in hre_op_loadkey() 578 if (find_key(src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 581 src_reg->digest, &key_handle); in hre_op_loadkey() 605 struct h_reg *src_reg, *dst_reg; in hre_execute_op() local 628 src_reg = access_hreg(src_spec, HREG_RD); in hre_execute_op() 639 if (src_reg) { in hre_execute_op() 641 if (src_reg->digest[i]) in hre_execute_op() 663 if (src_reg) { in hre_execute_op() 664 src_buf = src_reg->digest; in hre_execute_op() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/mx7/ |
| H A D | soc.c | 318 struct src *src_reg = (struct src *)SRC_BASE_ADDR; in arch_auxiliary_core_up() local 331 clrsetbits_le32(&src_reg->m4rcr, SRC_M4RCR_M4C_NON_SCLR_RST_MASK, in arch_auxiliary_core_up() 340 struct src *src_reg = (struct src *)SRC_BASE_ADDR; in arch_auxiliary_core_check_up() local 342 val = readl(&src_reg->m4rcr); in arch_auxiliary_core_check_up()
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/ |
| H A D | soc.c | 706 struct src *src_reg; in arch_auxiliary_core_up() local 720 src_reg = (struct src *)SRC_BASE_ADDR; in arch_auxiliary_core_up() 721 clrsetbits_le32(&src_reg->scr, SRC_SCR_M4C_NON_SCLR_RST_MASK, in arch_auxiliary_core_up() 729 struct src *src_reg = (struct src *)SRC_BASE_ADDR; in arch_auxiliary_core_check_up() local 732 val = readl(&src_reg->scr); in arch_auxiliary_core_check_up()
|
| /rk3399_rockchip-uboot/include/power/ |
| H A D | tps65217.h | 84 int tps65217_reg_read(uchar src_reg, uchar *src_val);
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | ich.c | 80 static void read_reg(struct ich_spi_priv *priv, int src_reg, void *value, in read_reg() argument 83 memcpy_fromio(value, priv->base + src_reg, size); in read_reg()
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 518 s8 src_reg) in rk_pka_copy_data_from_reg() argument 526 rk_pka_read_regaddr(src_reg, &cur_addr); in rk_pka_copy_data_from_reg()
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | crypto_v2_pka.h | 540 s8 src_reg);
|