Searched refs:to_cells (Results 1 – 2 of 2) sorted by relevance
140 pub fn to_cells( in to_cells() method273 pub fn to_cells(&self) -> [u8; Self::SIZE_CELLS * size_of::<u32>()] { in to_cells() method
734 flatten(&[pci_info.ranges[0].to_cells(), pci_info.ranges[1].to_cells()]), in patch_pci_info()847 let (addr0, size0) = range0.to_cells(); in patch_gic()848 let (addr1, size1) = range1.to_cells(); in patch_gic()