Searched refs:RelaxedMmio (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/ |
| H A D | io.rs | 798 pub struct RelaxedMmio<const SIZE: usize = 0>(Mmio<SIZE>); struct 800 impl<const SIZE: usize> Io for RelaxedMmio<SIZE> { implementation 812 impl<const SIZE: usize> IoKnownSize for RelaxedMmio<SIZE> { implementation 837 pub fn relaxed(&self) -> &RelaxedMmio<SIZE> { in relaxed() 845 impl_mmio_io_capable!(RelaxedMmio, u8, readb_relaxed, writeb_relaxed); 846 impl_mmio_io_capable!(RelaxedMmio, u16, readw_relaxed, writew_relaxed); 847 impl_mmio_io_capable!(RelaxedMmio, u32, readl_relaxed, writel_relaxed); 850 RelaxedMmio,
|