(&mut self, base: u64, offset: u64, data: &[u8])
| 1889 | } |
| 1890 | |
| 1891 | fn write(&mut self, base: u64, offset: u64, data: &[u8]) -> Option<Arc<Barrier>> { |
| 1892 | self.write_bar(base, offset, data) |
| 1893 | } |
| 1894 | } |
| 1895 | |
| 1896 | // Offset of the 16-bit status register in the PCI configuration space. |