Home
last modified time | relevance | path

Searched refs:crm (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Darmreg.h54 #define MRS_REG(op0, op1, crn, crm, op2) \ argument
56 ((crn) << MRS_CRn_SHIFT) | ((crm) << MRS_CRm_SHIFT) | \
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1319 u_int crm; member
H A Duni_ie.c6340 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()