Searched refs:partition_io (Results 1 – 2 of 2) sorted by relevance
168 pub(crate) fn partition_io(&mut self, part: GblFbPartition) -> GblFbPartitionIo { in partition_io() method200 self.partition_io(part).write(off, data) in flash()203 _ => self.partition_io(part).write(0, utils.download_data()), in flash()232 self.partition_io(part).read(curr, &mut buffer[..to_usize(to_send)?])?; in fetch()
83 PARTITION_SIZE => Some(snprintf!(out, "{:#x}", gbl_fb.partition_io(part).size()).len()), in get()