Searched refs:of_fdt_crc32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 470 static u32 of_fdt_crc32; variable 1086 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_scan_chosen() 1186 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_verify() 1288 if (of_fdt_crc32 != crc32_be(~0, initial_boot_params, in of_fdt_raw_init()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt.c | 477 static u32 of_fdt_crc32; variable 1180 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_scan_chosen() 1284 of_fdt_crc32 = crc32_be(~0, initial_boot_params, in early_init_dt_verify() 1389 if (of_fdt_crc32 != crc32_be(~0, initial_boot_params, in of_fdt_raw_init()
|
Completed in 4 milliseconds