Home
last modified time | relevance | path

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

/external/u-boot/board/gdsys/a38x/
Dhre.c87 #define IS_PCR_HREG(spec) ((spec) & 0x20) macro
90 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7))
224 } else if (IS_PCR_HREG(spec)) { in get_hreg()
263 if (IS_PCR_HREG(spec)) { in access_hreg()
463 if (dst_reg && dst_modified && IS_PCR_HREG(dst_spec)) { in hre_execute_op()
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c139 #define IS_PCR_HREG(spec) ((spec) & 0x20) macro
142 #define HREG_IDX(spec) ((spec) & (IS_PCR_HREG(spec) ? 0x1f : 0x7))
447 } else if (IS_PCR_HREG(spec)) { in get_hreg()
486 if (IS_PCR_HREG(spec)) { in access_hreg()
693 if (dst_reg && dst_modified && IS_PCR_HREG(dst_spec)) { in hre_execute_op()