Searched refs:fdt_size (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/dma/bestcomm/ |
| H A D | bestcomm.c | 278 unsigned int tdt_size, ctx_size, var_size, fdt_size; in bcom_engine_init() local 284 fdt_size = BCOM_FDT_SIZE; in bcom_engine_init() 289 bcom_eng->fdt = bcom_sram_alloc(fdt_size, BCOM_FDT_ALIGN, &fdt_pa); in bcom_engine_init() 305 memset_io(bcom_eng->fdt, 0x00, fdt_size); in bcom_engine_init()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | riscv.c | 85 unsigned long fdt_size) in efi_enter_kernel() argument
|
| H A D | arm64.c | 133 unsigned long fdt_size) in efi_enter_kernel() argument
|
| H A D | efistub.h | 1060 void *get_fdt(unsigned long *fdt_size); 1157 unsigned long fdt_size);
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | setup_data.h | 87 __u64 fdt_size; member
|
| /linux/scripts/ |
| H A D | make_fit.py | 403 count, fdt_size = _process_dtbs(args, fsw, entries, fdts) 404 size += fdt_size
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_83xx_hw.c | 2793 int count, fdt_size, ret = 0; in qlcnic_83xx_read_flash_descriptor_table() local 2795 fdt_size = sizeof(struct qlcnic_fdt); in qlcnic_83xx_read_flash_descriptor_table() 2796 count = fdt_size / sizeof(u32); in qlcnic_83xx_read_flash_descriptor_table() 2801 memset(&adapter->ahw->fdt, 0, fdt_size); in qlcnic_83xx_read_flash_descriptor_table()
|