Searched refs:fdt_size (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | fdt.c | 184 unsigned long fdt_size) in allocate_new_fdt_and_exit_boot() argument 215 new_fdt_size = fdt_size + EFI_PAGE_SIZE; in allocate_new_fdt_and_exit_boot() 235 (void *)fdt_addr, fdt_size, in allocate_new_fdt_and_exit_boot() 317 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size) in get_fdt() argument 334 *fdt_size = fdt_totalsize(fdt); in get_fdt()
|
D | efistub.h | 38 unsigned long fdt_size); 40 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size);
|
D | arm-stub.c | 179 unsigned long fdt_size = 0; in efi_entry() local 243 ~0UL, &fdt_addr, &fdt_size); in efi_entry() 255 fdt_addr = (uintptr_t)get_fdt(sys_table, &fdt_size); in efi_entry() 274 fdt_addr, fdt_size); in efi_entry() 287 efi_free(sys_table, fdt_size, fdt_addr); in efi_entry()
|
/linux-4.4.14/drivers/dma/bestcomm/ |
D | bestcomm.c | 280 unsigned int tdt_size, ctx_size, var_size, fdt_size; in bcom_engine_init() local 286 fdt_size = BCOM_FDT_SIZE; in bcom_engine_init() 291 bcom_eng->fdt = bcom_sram_alloc(fdt_size, BCOM_FDT_ALIGN, &fdt_pa); in bcom_engine_init() 307 memset(bcom_eng->fdt, 0x00, fdt_size); in bcom_engine_init()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.c | 2785 int count, fdt_size, ret = 0; in qlcnic_83xx_read_flash_descriptor_table() local 2787 fdt_size = sizeof(struct qlcnic_fdt); in qlcnic_83xx_read_flash_descriptor_table() 2788 count = fdt_size / sizeof(u32); in qlcnic_83xx_read_flash_descriptor_table() 2793 memset(&adapter->ahw->fdt, 0, fdt_size); in qlcnic_83xx_read_flash_descriptor_table()
|