Searched refs:MCR (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c1224 CHECK_AND_SET_GID(p->mgid, mr.mgid, MCR, MGID);
1225 CHECK_AND_SET_GID(p->gid, mr.port_gid, MCR, PORT_GID);
1226 CHECK_AND_SET_VAL(p->mlid, 16, 0, mr.mlid, MCR, MLID);
1227 CHECK_AND_SET_VAL(p->qkey, 32, 0, mr.qkey, MCR, QKEY);
1228 CHECK_AND_SET_VAL_AND_SEL(p->mtu, mr.mtu, MCR, MTU, _SEL);
1229 CHECK_AND_SET_VAL_AND_SEL(p->rate, mr.rate, MCR, RATE, _SEL);
1230 CHECK_AND_SET_VAL_AND_SEL(p->pkt_life, mr.pkt_life, MCR, LIFE, _SEL);
1231 CHECK_AND_SET_VAL(p->tclass, 8, 0, mr.tclass, MCR, TCLASS);
1232 CHECK_AND_SET_VAL(p->pkey, 16, 0, mr.pkey, MCR, PKEY);
1233 CHECK_AND_SET_VAL(p->sl, 8, -1, sl, MCR, S
[all...]
/freebsd-12-stable/sys/dev/sound/macio/
H A Dtumbler.c184 u_char MCR[1]; member in struct:tumbler_reg
207 TUMBLER_MCR_ISM_I2S | TUMBLER_MCR_W_16 }, /* MCR */
230 sizeof tumbler_initdata.MCR, /* 0x01 */
360 tumbler_write(sc, TUMBLER_MCR, tumbler_initdata.MCR);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4789 // in the ACLE) then need to lower to MCR node (32 bit) or
4794 Opcode = IsThumb2 ? ARM::t2MCR : ARM::MCR;
H A DARMISelLowering.cpp16703 Function *MCR = Intrinsic::getDeclaration(M, Intrinsic::arm_mcr); local
16707 return Builder.CreateCall(MCR, args);

Completed in 201 milliseconds