Searched refs:PCI_COMMAND (Results 1 – 2 of 2) sorted by relevance
30 const PCI_COMMAND: u32 = 0x4; constant903 let mut cmd = self.config.read_config_byte(PCI_COMMAND); in allocate_io_bars()905 self.config.write_config_byte(cmd, PCI_COMMAND); in allocate_io_bars()1022 if start == PCI_COMMAND as u64 in write_config_register()
40 #define PCI_COMMAND 0x04 /* 16 bits */ macro