Searched refs:io_addr_assert (Results 1 – 1 of 1) sorted by relevance
587 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