Searched refs:crm (Results 1 – 3 of 3) sorted by relevance
54 #define MRS_REG(op0, op1, crn, crm, op2) \ argument56 ((crn) << MRS_CRn_SHIFT) | ((crm) << MRS_CRm_SHIFT) | \
1319 u_int crm; member
6340 uni_print_entry(cx, "crm", "%u", ie->diag.top.crm); in DEF_IE_PRINT()6441 APP_32BIT(msg, ie->diag.top.crm); in DEF_IE_ENCODE()6530 ie->diag.top.crm = *msg->b_rptr++ << 24; in DEF_IE_DECODE()6531 ie->diag.top.crm |= *msg->b_rptr++ << 16; in DEF_IE_DECODE()6532 ie->diag.top.crm |= *msg->b_rptr++ << 8; in DEF_IE_DECODE()6533 ie->diag.top.crm |= *msg->b_rptr++ << 0; in DEF_IE_DECODE()