Searched refs:Bar0 (Results 1 – 5 of 5) sorted by relevance
19 type Bar0 = pci::Bar<{ Regs::END }>; typedef30 bar: Devres<Bar0>,44 fn testdev(index: &TestIndex, bar: &Bar0) -> Result<u32> { in testdev()
7 use crate::driver::Bar0;136 fn new(bar: &Devres<Bar0>) -> Result<Spec> { in new()180 bar: Devres<Bar0>,185 pub(crate) fn new(pdev: &pci::Device, bar: Devres<Bar0>) -> Result<impl PinInit<Self>> { in new()
3 use crate::driver::Bar0;37 pub(crate) fn read(bar: &Bar0) -> Self { in read()
14 pub(crate) type Bar0 = pci::Bar<BAR0_SIZE>; typedef
31 - Bar0 - Device configuration and status registers.