Home
last modified time | relevance | path

Searched refs:inbound (Results 1 – 25 of 141) sorted by relevance

123456

/external/u-boot/cmd/
Dtsi148.c84 __raw_writel(htonl(0x00000000), &dev->uregs->inbound[j].itat); in tsi148_init()
268 if (0x00000000 == readl(&dev->uregs->inbound[i].itat)) in tsi148_vme_slave_window()
280 __raw_writel(htonl(vmeAddr), &dev->uregs->inbound[i].itsal); in tsi148_vme_slave_window()
281 __raw_writel(0x00000000, &dev->uregs->inbound[i].itsau); in tsi148_vme_slave_window()
282 __raw_writel(htonl(vmeAddr + size), &dev->uregs->inbound[i].iteal); in tsi148_vme_slave_window()
283 __raw_writel(0x00000000, &dev->uregs->inbound[i].iteau); in tsi148_vme_slave_window()
284 __raw_writel(htonl(pciAddr - vmeAddr), &dev->uregs->inbound[i].itofl); in tsi148_vme_slave_window()
286 __raw_writel(0xffffffff, &dev->uregs->inbound[i].itofu); in tsi148_vme_slave_window()
288 __raw_writel(0x00000000, &dev->uregs->inbound[i].itofu); in tsi148_vme_slave_window()
292 __raw_writel(htonl(ctl), &dev->uregs->inbound[i].itat); in tsi148_vme_slave_window()
[all …]
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.h74 Port(bool inbound, int32_t id) : value_(id << 1) { in Port() argument
75 if (inbound) { in Port()
/external/u-boot/drivers/pci/
Dfsl_pci_init.c299 int enabled, r, inbound = 0; in fsl_pci_init() local
402 inbound = fsl_pci_setup_inbound_windows(hose, in fsl_pci_init()
407 inbound = fsl_pci_setup_inbound_windows(hose, out_lo, pcie_cap, pi); in fsl_pci_init()
559 if (inbound) { in fsl_pci_init()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument-stack.ll1 ; This test checks that we are not instrumenting direct inbound stack accesses.
/external/u-boot/include/
Dtsi148.h80 INBOUND inbound[8]; /* 0x100 */ member
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument-stack.ll1 ; This test checks that we are not instrumenting direct inbound stack accesses.
/external/u-boot/doc/
DREADME.srio-pcie-boot-corenet64 e) Master will set inbound SRIO or PCIE windows covered slave's U-Boot
66 f) Master will set an inbound SRIO or PCIE window covered slave's UCode
DREADME.b4860qds40 . RapidIO manager (RMAN) - Support SRIO types 8, 9, 10, and 11 (inbound and
/external/syzkaller/docs/linux/
Dtroubleshooting.md14 - Check that inbound SSH to the running virtual machine works. For example, with
/external/autotest/client/deps/lansim/
Dcontrol19 will see this packet as an inbound packet from the fake interface.
/external/libchrome/mojo/core/embedder/
DREADME.md45 can watch for inbound I/O from other processes. This is configured using a
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DHttp2.java672 static String formatHeader(boolean inbound, int streamId, int length, byte type, byte flags) { in formatHeader() argument
675 return format("%s 0x%08x %5d %-13s %s", inbound ? "<<" : ">>", streamId, length, in formatHeader()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java670 static String formatHeader(boolean inbound, int streamId, int length, byte type, byte flags) { in formatHeader() argument
673 return format("%s 0x%08x %5d %-13s %s", inbound ? "<<" : ">>", streamId, length, in formatHeader()
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DHttp2.java676 static String formatHeader(boolean inbound, int streamId, int length, byte type, byte flags) { in formatHeader() argument
679 return format("%s 0x%08x %5d %-13s %s", inbound ? "<<" : ">>", streamId, length, in formatHeader()
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll35 %1 = sext i32 %0 to i64 ; inbound sext(i + 1) = sext(i) + 1
37 ; However, inbound sext(j + -2) != sext(j) + -2, e.g., j = INT_MIN
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll31 %1 = sext i32 %0 to i64 ; inbound sext(i + 1) = sext(i) + 1
33 ; However, inbound sext(j + -2) != sext(j) + -2, e.g., j = INT_MIN
/external/libpcap/
Dscanner.l345 inbound return INBOUND;
DCHANGES259 Improve 'inbound'/'outbound' capture filters under Linux.
916 - Added length, inbound and outbound keywords.
/external/cros/system_api/dbus/cryptohome/
Drpc.proto99 // These parameters are for inbound data to Cryptohome RPC
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/LoopAccessAnalysis/
Dwrapping-pointer-versioning.ll22 ; inbound.
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dwrapping-pointer-versioning.ll22 ; inbound.
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
Djsilver.sablecc25 * The lexer breaks the inbound text stream in to a sequence of tokens.
/external/u-boot/arch/arm/dts/
Dr8a7795.dtsi2063 /* Map all possible DDR as inbound ranges */
2090 /* Map all possible DDR as inbound ranges */
Dr8a7791.dtsi1578 /* Map all possible DDR as inbound ranges */
Dr8a7790.dtsi1563 /* Map all possible DDR as inbound ranges */

123456