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

/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpci_config.h85 static constexpr PciReg8 kMaxLatency = PciReg8(0x3F);
86 static constexpr uint8_t kStdCfgEnd = static_cast<uint8_t>(kMaxLatency.offset() + sizeof(uint8_t));
/fuchsia/zircon/kernel/dev/pcie/
H A Dpci_config.cpp40 constexpr PciReg8 PciConfig::kMaxLatency; member in class:PciConfig
H A Ddebug.cpp351 LSPCI_PRINTF("Max Latency : 0x%02x\n", cfg->Read(PciConfig::kMaxLatency));

Completed in 83 milliseconds