Home
last modified time | relevance | path

Searched refs:BAR0_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/nova-core/
H A Ddriver.rs31 const BAR0_SIZE: usize = SZ_16M; constant
41 pub(crate) type Bar0 = pci::Bar<BAR0_SIZE>;
85 pdev.iomap_region_sized::<BAR0_SIZE>(0, c_str!("nova-core/bar0")), in probe()