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

/freebsd-current/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-current/sys/dev/sound/macio/
H A Dtumbler.c180 u_char MCR[1]; member in struct:tumbler_reg
203 TUMBLER_MCR_ISM_I2S | TUMBLER_MCR_W_16 }, /* MCR */
226 sizeof tumbler_initdata.MCR, /* 0x01 */
356 tumbler_write(sc, TUMBLER_MCR, tumbler_initdata.MCR);
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm198 # means running them with the MCR command. This is an old PDP-11
202 my $prefix = 'MCR';
204 if ($prog =~ /^MCR$/i) {
205 # If the first element is "MCR" (independent of case) already, then
211 # that there is one. Otherwise, MCR assumes that the program
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5615 // in the ACLE) then need to lower to MCR node (32 bit) or
5620 Opcode = IsThumb2 ? ARM::t2MCR : ARM::MCR;
H A DARMISelLowering.cpp21250 Function *MCR = Intrinsic::getDeclaration(M, Intrinsic::arm_mcr); local
21254 return Builder.CreateCall(MCR, args);

Completed in 192 milliseconds