Home
last modified time | relevance | path

Searched refs:PCI_COMMAND_IO_EN (Results 1 – 3 of 3) sorted by relevance

/kernel/dev/pcie/include/dev/
A Dpci_common.h73 #define PCI_COMMAND_IO_EN 0x0001 macro
A Dpcie_device.h122 return ModifyCmd(enabled ? 0 : PCI_COMMAND_IO_EN, in EnablePio()
123 enabled ? PCI_COMMAND_IO_EN : 0); in EnablePio()
/kernel/dev/pcie/
A Dpcie_device.cpp456 cfg_->Write(PciConfig::kCommand, static_cast<uint16_t>(backup & ~PCI_COMMAND_IO_EN)); in ProbeBarLocked()

Completed in 10 milliseconds