Searched defs:fdt (Results 1 – 6 of 6) sorted by relevance
3 pub mod fdt; module
49 let fdt = unsafe { in early_scan_device_tree() localVariable276 let fdt = unsafe { Fdt::from_ptr(vaddr.data() as *const u8) }; in early_init_fdt_scan_reserved_mem() localVariable281 let fdt = fdt.unwrap(); in early_init_fdt_scan_reserved_mem() localVariable
114 let fdt = in early_setup_arch() localVariable
96 pub fn fdt(&self) -> Option<VirtAddr> { in fdt() method
7 mod fdt; module
110 let fdt = unsafe { in get_fdt_params() localVariable