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

/linux-4.4.14/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.4.14/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.4.14/arch/arm64/include/asm/
H A Dboot.h8 * arm64 requires the DTB to be 8 byte aligned and
H A Defi.h42 * AArch64 requires the DTB to be 8-byte aligned in the first 512MiB from
/linux-4.4.14/arch/mips/boot/dts/qca/
H A DMakefile4 # Select a DTB to build in the kernel
/linux-4.4.14/arch/c6x/
H A DMakefile40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS))) macro
41 export DTB
43 ifneq ($(DTB),)
/linux-4.4.14/arch/microblaze/
H A DMakefile58 DTB:=$(subst simpleImage.,,$(filter simpleImage.%, $(MAKECMDGOALS))) macro
60 ifneq ($(DTB),)
69 export MMU DTB
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/powerpc/platforms/85xx/
H A Dsbc8548.c72 printk("No HW-REV found in DTB.\n"); sbc8548_hw_rev()
/linux-4.4.14/arch/mips/kernel/
H A Dvmlinux.lds.S140 /* leave space for appended DTB */
/linux-4.4.14/arch/arm64/kernel/
H A Defi-entry.S62 mov x20, x0 // DTB address
/linux-4.4.14/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.4.14/arch/arm/boot/compressed/
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.4.14/arch/mips/ath79/
H A Dsetup.c286 "DTB",
/linux-4.4.14/arch/mips/bmips/
H A Dsetup.c56 * CONFIG_PHYSICAL_START) and supplying an alternate DTB. bcm3384_viper_quirks()
/linux-4.4.14/arch/arm/kernel/
H A Dhead-common.S53 ldr r6, =OF_DT_MAGIC @ is it a DTB?
H A Dhead.S277 * We map 2 sections in case the ATAGs/DTB crosses a section boundary.
/linux-4.4.14/sound/soc/fsl/
H A Dfsl_sai.c736 /* Compatible with old DTB cases */ fsl_sai_probe()
745 /* No error out for old DTB cases but only mark the clock NULL */ fsl_sai_probe()
/linux-4.4.14/drivers/edac/
H A Daltera_edac.c199 /* Get total memory size from Open Firmware DTB */ get_total_mem()
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
H A Dxgene_edac.c609 "DTB multihit from load pipeline error\n"); xgene_edac_pmd_l1_check()
613 "DTB multihit from store pipeline error\n"); xgene_edac_pmd_l1_check()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dspu.h708 /* SPU Debug-Trace Bus (DTB) Selection Registers */
/linux-4.4.14/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.4.14/arch/arm/mach-omap2/
H A Domap_device.c404 * have been allocated by OF layer already (through DTB). omap_device_alloc()
/linux-4.4.14/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 1270 milliseconds