Searched refs:Rx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ce/
H A Dceddk.c228 len = req->Io.Rx.Received;
233 if (req->Io.Rx.FrameEnd) {
258 req->Io.Rx.Channel = c->num;
260 req->Io.Rx.BufferLength = BUFSZ+4;
261 req->Io.Rx.PhysicalDataAddress = item->phys;
390 rreq->Io.Rx.Channel = c->num;
391 rreq->Io.Rx.BufferLength = BUFSZ+4;
392 rreq->Io.Rx.PhysicalDataAddress = ((ce_buf_item_t *)rreq)->phys;
573 req->Io.Rx.Channel = c->num;
575 req->Io.Rx
[all...]
H A Dtau32-ddk.h431 } Rx; member in union:tag_TAU32_UserRequest::__anon9479
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1660 // Translate a "$Rx = CONST32(#imm)" to "$Rx = memw(gp+#LABEL) "
1666 // Translate a "$Rx:y = CONST64(#imm)" to "$Rx:y = memd(gp+#LABEL) "
1841 MCOperand &Rx = Inst.getOperand(0); local
1849 TmpInst.addOperand(Rx);
1860 MCOperand &Rx = Inst.getOperand(0); local
1868 TmpInst.addOperand(Rx);
1879 MCOperand &Rx = Inst.getOperand(0); local
1887 TmpInst.addOperand(Rx);
[all...]

Completed in 75 milliseconds