Searched refs:access_hreg (Results 1 – 2 of 2) sorted by relevance
/u-boot/board/gdsys/a38x/ |
A D | hre.c | 255 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg() function 409 src_reg = access_hreg(tpm, src_spec, HREG_RD); in hre_execute_op() 412 dst_reg = access_hreg(tpm, dst_spec, in hre_execute_op()
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd-id.c | 493 static struct h_reg *access_hreg(struct udevice *tpm, uint8_t spec, in access_hreg() function 653 src_reg = access_hreg(tpm, src_spec, HREG_RD); in hre_execute_op() 656 dst_reg = access_hreg(tpm, dst_spec, in hre_execute_op()
|
Completed in 6 milliseconds