Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs142 pub struct Mmio<const SIZE: usize = 0>(MmioRaw<SIZE>); struct
748 impl_mmio_io_capable!(Mmio, u8, readb, writeb);
749 impl_mmio_io_capable!(Mmio, u16, readw, writew);
750 impl_mmio_io_capable!(Mmio, u32, readl, writel);
753 Mmio,
760 impl<const SIZE: usize> Io for Mmio<SIZE> { implementation
774 impl<const SIZE: usize> IoKnownSize for Mmio<SIZE> { implementation
778 impl<const SIZE: usize> Mmio<SIZE> { implementation
798 pub struct RelaxedMmio<const SIZE: usize = 0>(Mmio<SIZE>);
816 impl<const SIZE: usize> Mmio<SIZE> { impl
/linux/rust/kernel/io/
H A Dmem.rs19 Mmio,
217 type Target = Mmio<SIZE>;
292 type Target = Mmio<SIZE>;
296 unsafe { Mmio::from_raw(&self.io) } in deref()
/linux/rust/kernel/pci/
H A Dio.rs14 Mmio,
241 type Target = Mmio<SIZE>;
245 unsafe { Mmio::from_raw(&self.io) } in deref()