Searched refs:write_byte_internal (Results 1 – 1 of 1) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pci_configuration.rs | 392 self.write_byte_internal(offset, value, true); in write_byte() 396 fn write_byte_internal(&mut self, offset: usize, value: u8, apply_writable_mask: bool) { in write_byte_internal() method 575 self.write_byte_internal(tail_offset, cap_offset as u8, false); in add_capability() 576 self.write_byte_internal(cap_offset, cap_data.id() as u8, false); in add_capability() 577 self.write_byte_internal(cap_offset + 1, 0, false); // Next pointer. in add_capability() 579 self.write_byte_internal(cap_offset + i, *byte, false); in add_capability()
|