Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.h37 uint16_t Command; // 提供对设备生成和响应pci周期的能力的控制 向该寄存器写入0时,设备与pci总线断开除配置空间访问以外的所有连接 member
Dpci.rs302 fn status_command(&self) -> (Status, Command) { in status_command() argument
309 fn set_command(&mut self, command: Command) { in set_command()