Searched refs:COMMAND_REG_IO_SPACE_MASK (Results 1 – 2 of 2) sorted by relevance
33 use crate::pci::pci_configuration::COMMAND_REG_IO_SPACE_MASK;639 if old_command_reg & (COMMAND_REG_MEMORY_SPACE_MASK | COMMAND_REG_IO_SPACE_MASK) != 0 { in config_register_write()649 if new_command_reg & (COMMAND_REG_MEMORY_SPACE_MASK | COMMAND_REG_IO_SPACE_MASK) != 0 { in config_register_write()664 old_command_reg & COMMAND_REG_IO_SPACE_MASK != 0, in config_register_write()665 new_command_reg & COMMAND_REG_IO_SPACE_MASK != 0, in config_register_write()
34 pub const COMMAND_REG_IO_SPACE_MASK: u32 = 0x0000_0001; constant736 self.registers[COMMAND_REG] |= COMMAND_REG_IO_SPACE_MASK; in add_pci_bar()767 || (config.is_io() && (command & COMMAND_REG_IO_SPACE_MASK == 0)) in get_bar_configuration()