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

/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_bridge.cpp148 mem_limit_ = (static_cast<uint32_t>(cfg_->Read(PciConfig::kMemoryLimit)) << 16)
311 cfg_->Write(PciConfig::kMemoryLimit, 0);
H A Dpci_config.cpp49 constexpr PciReg16 PciConfig::kMemoryLimit; member in class:PciConfig
H A Ddebug.cpp373 LSPCI_PRINTF("Memory Limit : 0x%04x\n", cfg->Read(PciConfig::kMemoryLimit));
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpci_config.h99 static constexpr PciReg16 kMemoryLimit = PciReg16(0x22);

Completed in 28 milliseconds