Searched refs:UINT16_MAX (Results 1 – 9 of 9) sorted by relevance
14 #define FFA_DST(x) ((x) & UINT16_MAX)15 #define FFA_SRC(x) (((x) >> 16) & UINT16_MAX)
114 #define UINT16_MAX 0xffff macro131 #define UINT_LEAST16_MAX UINT16_MAX148 #define UINT_FAST16_MAX UINT16_MAX
88 if (sz > UINT16_MAX || total_sz > buf_sz) in serialize_bignum()123 if (e_sz > UINT16_MAX || d_sz > UINT16_MAX || n_sz > UINT16_MAX) in serialize_key()
569 rrp->page_reloc_idx[n] = UINT16_MAX; in init_rels()582 if (rrp->page_reloc_idx[pg_idx] == UINT16_MAX) in init_rels()656 if (rrp->page_reloc_idx[n] != UINT16_MAX) { in rrp_load_page()
617 src_id = (SVC_REGS_A1(regs) >> 16) & UINT16_MAX; in service_compose_direct_resp()618 dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in service_compose_direct_resp()835 uint16_t dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in spm_handle_direct_req()
485 if (pmic_i2c_addr > UINT16_MAX) in dt_pmic_i2c_config()
182 assert(bn < UINT16_MAX); in val_from_bn_n_salt()
738 if (level_uv < 0 || level_uv > (UINT16_MAX * 1000)) in pmic_set_level()
226 #elif (MAX_XLAT_TABLES <= UINT16_MAX)
Completed in 18 milliseconds