Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs587 let address = self.io_addr_assert::<L::IoType>(location.offset()); in read()
619 let address = self.io_addr_assert::<L::IoType>(location.offset()); in write()
696 let address = self.io_addr_assert::<L::IoType>(location.offset()); in update()
722 fn io_addr_assert<U>(&self, offset: usize) -> usize { in io_addr_assert() method