Searched refs:UINT16_MAX (Results 1 – 10 of 10) sorted by relevance
14 #define FFA_DST(x) ((x) & UINT16_MAX)15 #define FFA_SRC(x) (((x) >> 16) & UINT16_MAX)
115 #define UINT16_MAX 0xffff macro132 #define UINT_LEAST16_MAX UINT16_MAX149 #define UINT_FAST16_MAX UINT16_MAX
567 rrp->page_reloc_idx[n] = UINT16_MAX; in init_rels()580 if (rrp->page_reloc_idx[pg_idx] == UINT16_MAX) in init_rels()654 if (rrp->page_reloc_idx[n] != UINT16_MAX) { in rrp_load_page()
607 src_id = (SVC_REGS_A1(regs) >> 16) & UINT16_MAX; in service_compose_direct_resp()608 dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in service_compose_direct_resp()825 uint16_t dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in spm_handle_direct_req()
484 if (pmic_i2c_addr > UINT16_MAX) in dt_pmic_i2c_config()
655 if (level_uv < 0 || level_uv > (UINT16_MAX * 1000)) in pmic_set_level()
182 assert(bn < UINT16_MAX); in val_from_bn_n_salt()
223 #elif (MAX_XLAT_TABLES <= UINT16_MAX)
Completed in 16 milliseconds