Home
last modified time | relevance | path

Searched defs:write_bar (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_device.rs436 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]); in write_bar() method
795 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method
905 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
H A Dpvpanic.rs208 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method
H A Dstub.rs201 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
H A Dpci_root.rs94 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
H A Dcoiommu.rs1567 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method
H A Dvfio_pci.rs2042 fn write_bar(&mut self, bar_index: PciBarIndex, offset: u64, data: &[u8]) { in write_bar() method
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_controller.rs319 fn write_bar(&mut self, bar_index: usize, offset: u64, data: &[u8]) { in write_bar() method
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_device.rs186 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
H A Dvirtio_pci_device.rs922 fn write_bar(&mut self, bar_index: usize, offset: u64, data: &[u8]) { in write_bar() method
/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpci_bridge.rs332 fn write_bar(&mut self, _bar_index: PciBarIndex, _offset: u64, _data: &[u8]) {} in write_bar() method
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/cse/
H A Dcse.c141 static void write_bar(pci_devfn_t dev, uint32_t offset, uint32_t val) in write_bar() function