Searched refs:FFA_FP_CTRL_OUT_MAX_SET (Results 1 – 2 of 2) sorted by relevance
207 ptr->FP_CTRL = (ptr->FP_CTRL & ~FFA_FP_CTRL_OUT_MAX_MASK) | FFA_FP_CTRL_OUT_MAX_SET(max); in ffa_set_output_max_index()
325 #define FFA_FP_CTRL_OUT_MAX_SET(x) (((uint32_t)(x) << FFA_FP_CTRL_OUT_MAX_SHIFT) & FFA_FP_CTRL_OUT_… macro
Completed in 11 milliseconds