Searched refs:DTB (Results 1 - 27 of 27) sorted by relevance

/linux-4.1.27/arch/c6x/boot/dts/
H A DMakefile7 ifneq ($(DTB),)
14 # Generate builtin.dtb from $(DTB).dtb
15 $(obj)/builtin.dtb: $(obj)/$(DTB).dtb
/linux-4.1.27/arch/microblaze/boot/dts/
H A DMakefile8 # Generate system.dtb from $(DTB).dtb
9 ifneq ($(DTB),system)
10 $(obj)/system.dtb: $(obj)/$(DTB).dtb
/linux-4.1.27/arch/c6x/
H A DMakefile40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS))) macro
41 export DTB
43 ifneq ($(DTB),)
/linux-4.1.27/arch/microblaze/
H A DMakefile58 DTB:=$(subst simpleImage.,,$(filter simpleImage.%, $(MAKECMDGOALS))) macro
60 ifneq ($(DTB),)
69 export MMU DTB
/linux-4.1.27/arch/arm/boot/compressed/
H A Dhead-shmobile.S34 ldr lr, [r5, #0] @ check if valid DTB is present
64 .word 0x4000 @ maximum DTB size
H A Datags_to_fdt.c121 /* if we get a DTB here we're done already */ atags_to_fdt()
H A Dhead.S210 * additional 1MB of room for a possible appended DTB.
291 * If we do have a DTB appended to zImage, and we do have
298 /* Get the initial DTB size */
307 /* 50% DTB growth should be good enough */
317 /* temporarily relocate the stack past the DTB work space */
346 * Make sure that the DTB doesn't end up in the final
357 /* Get the current DTB size */
/linux-4.1.27/arch/arc/kernel/
H A Dhead.S87 ; r0 = [0] No uboot interaction, [1] cmdline in r2, [2] DTB in r2
89 ; r2 = pointer to uboot provided cmdline or external DTB in mem
/linux-4.1.27/arch/arm64/include/asm/
H A Defi.h42 * AArch64 requires the DTB to be 8-byte aligned in the first 512MiB from
/linux-4.1.27/arch/c6x/kernel/
H A Dvmlinux.lds.S94 *(__fdt_blob) ; /* Any link-placed DTB */
H A Dhead.S58 ;; pass DTB pointer to machine_init (or zero if none)
/linux-4.1.27/drivers/firmware/efi/libstub/
H A Darm-stub.c178 unsigned long fdt_addr = 0; /* Original DTB */ efi_entry()
252 pr_efi(sys_table, "Using DTB from command line\n"); efi_entry()
257 pr_efi(sys_table, "Using DTB from configuration table\n"); efi_entry()
261 pr_efi(sys_table, "Generating empty DTB\n"); efi_entry()
/linux-4.1.27/arch/microblaze/kernel/
H A Dvmlinux.lds.S46 *(__fdt_blob) ; /* Any link-placed DTB */
H A Dhead.S97 or r7, r0, r0 /* clear R7 when not valid DTB */
/linux-4.1.27/drivers/macintosh/
H A Dmacio-adb.c52 #define DTB 2 /* data to bus */ macro
221 out_8(&adb->ctrl.r, DTB + CRE); macio_adb_interrupt()
223 out_8(&adb->ctrl.r, DTB); macio_adb_interrupt()
/linux-4.1.27/arch/powerpc/platforms/85xx/
H A Dsbc8548.c72 printk("No HW-REV found in DTB.\n"); sbc8548_hw_rev()
/linux-4.1.27/arch/arm64/kernel/
H A Defi-entry.S62 mov x20, x0 // DTB address
/linux-4.1.27/arch/alpha/oprofile/
H A Dop_model_ev67.c99 * Differentiate between DTB single/double misses and 3 or 4 level
123 PM_DTB_MISS, /* DTB miss */
/linux-4.1.27/arch/mips/bmips/
H A Dsetup.c56 * CONFIG_PHYSICAL_START) and supplying an alternate DTB. bcm3384_viper_quirks()
/linux-4.1.27/sound/soc/fsl/
H A Dfsl_sai.c586 /* Compatible with old DTB cases */ fsl_sai_probe()
595 /* No error out for old DTB cases but only mark the clock NULL */ fsl_sai_probe()
/linux-4.1.27/arch/arm/kernel/
H A Dhead-common.S53 ldr r6, =OF_DT_MAGIC @ is it a DTB?
H A Dhead.S260 * We map 2 sections in case the ATAGs/DTB crosses a section boundary.
/linux-4.1.27/drivers/edac/
H A Dcpc925_edac.c296 /* Get total memory size from Open Firmware DTB */ get_total_mem()
798 * nodes in the Open Firmware DTB and we have to add platform
/linux-4.1.27/arch/powerpc/include/asm/
H A Dspu.h708 /* SPU Debug-Trace Bus (DTB) Selection Registers */
/linux-4.1.27/drivers/pinctrl/mvebu/
H A Dpinctrl-dove.c836 dev_warn(&pdev->dev, FW_BUG "Missing pinctrl regs in DTB. Please update your firmware.\n"); dove_pinctrl_probe()
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_device.c410 * have been allocated by OF layer already (through DTB). omap_device_alloc()
/linux-4.1.27/sound/soc/samsung/
H A Di2s.c1171 /* Register the clock provider only if it's expected in the DTB */ i2s_register_clock_provider()

Completed in 1493 milliseconds