Searched refs:supernode_atdepth_offset (Results 1 – 2 of 2) sorted by relevance
141 fn supernode_atdepth_offset(&self, node: NodeOffset, depth: usize) -> Result<NodeOffset> { in supernode_atdepth_offset() method
163 let offset = self.fdt.supernode_atdepth_offset(self.offset, depth)?; in supernode_at_depth()