Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/nova-core/
H A Ddriver.rs13 const BAR0_SIZE: usize = 8; constant
14 pub(crate) type Bar0 = pci::Bar<BAR0_SIZE>;
36 let bar = pdev.iomap_region_sized::<BAR0_SIZE>(0, c_str!("nova-core/bar0"))?; in probe()