Home
last modified time | relevance | path

Searched refs:IS_PCR_HREG (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhre.c88 #define IS_PCR_HREG(spec) ((spec) & 0x20) macro
91 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7))
225 } else if (IS_PCR_HREG(spec)) { in get_hreg()
264 if (IS_PCR_HREG(spec)) { in access_hreg()
464 if (dst_reg && dst_modified && IS_PCR_HREG(dst_spec)) { in hre_execute_op()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c140 #define IS_PCR_HREG(spec) ((spec) & 0x20) macro
143 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7))
448 } else if (IS_PCR_HREG(spec)) { in get_hreg()
487 if (IS_PCR_HREG(spec)) { in access_hreg()
694 if (dst_reg && dst_modified && IS_PCR_HREG(dst_spec)) { in hre_execute_op()