Searched defs:fdt (Results 1 – 10 of 10) sorted by relevance
19 let fdt = open_firmware_fdt_driver().fdt_ref(); in init_time_freq() localVariable24 let fdt = fdt.unwrap(); in init_time_freq() localVariable
3 pub mod fdt; module
68 let fdt = self.fdt_ref()?; in early_scan_device_tree() localVariable82 let fdt: Fdt<'_> = unsafe { in fdt_ref() localVariable304 let fdt = unsafe { Fdt::from_ptr(vaddr.data() as *const u8) }; in early_init_fdt_scan_reserved_mem() localVariable309 let fdt = fdt.unwrap(); in early_init_fdt_scan_reserved_mem() localVariable
18 let fdt = open_firmware_fdt_driver().fdt_ref()?; in do_probe_virtio_mmio() localVariable
35 let fdt = open_firmware_fdt_driver().fdt_ref()?; in riscv_pci_init() localVariable
115 let fdt = in early_setup_arch() localVariable
12 mod fdt; module
111 let fdt = unsafe { in get_fdt_params() localVariable
101 pub fn fdt(&self) -> Option<VirtAddr> { in fdt() method
415 let fdt = open_firmware_fdt_driver().fdt_ref()?; in riscv_sifive_plic_init() localVariable