Searched refs:Command (Results 1 – 4 of 4) sorted by relevance
5 REM Command file for Sphinx documentation
37 uint16_t Command; // 提供对设备生成和响应pci周期的能力的控制 向该寄存器写入0时,设备与pci总线断开除配置空间访问以外的所有连接 member
188 pub struct Command: u16 {315 fn status_command(&self) -> (Status, Command) { in status_command() argument318 let command = Command::from_bits_truncate(common_header.command); in status_command()322 fn set_command(&mut self, command: Command) { in set_command() argument350 self.set_command(Command::IO_SPACE | Command::MEMORY_SPACE | Command::BUS_MASTER); in enable_master()
244 common_header->Command = tmp32 & 0xffff; in pci_read_header()