Home
last modified time | relevance | path

Searched defs:RelaxedMmio (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dio.rs798 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