Home
last modified time | relevance | path

Searched refs:dtb_file_data (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/mips/
H A Dboston.c799 g_autofree const void *dtb_file_data = NULL; in boston_mach_init() local
806 dtb_file_data = load_device_tree(machine->dtb, &dt_size); in boston_mach_init()
808 dtb_file_data = create_fdt(s, boston_memmap, &dt_size); in boston_mach_init()
811 dtb_load_data = boston_fdt_filter(s, dtb_file_data, in boston_mach_init()