/linux-4.1.27/arch/c6x/boot/dts/ |
H A D | Makefile | 7 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 D | Makefile | 8 # 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 D | Makefile | 40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS))) macro 41 export DTB 43 ifneq ($(DTB),)
|
/linux-4.1.27/arch/microblaze/ |
H A D | Makefile | 58 DTB:=$(subst simpleImage.,,$(filter simpleImage.%, $(MAKECMDGOALS))) macro 60 ifneq ($(DTB),) 69 export MMU DTB
|
/linux-4.1.27/arch/arm/boot/compressed/ |
H A D | head-shmobile.S | 34 ldr lr, [r5, #0] @ check if valid DTB is present 64 .word 0x4000 @ maximum DTB size
|
H A D | atags_to_fdt.c | 121 /* if we get a DTB here we're done already */ atags_to_fdt()
|
H A D | head.S | 210 * 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 D | head.S | 87 ; 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 D | efi.h | 42 * AArch64 requires the DTB to be 8-byte aligned in the first 512MiB from
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | vmlinux.lds.S | 94 *(__fdt_blob) ; /* Any link-placed DTB */
|
H A D | head.S | 58 ;; pass DTB pointer to machine_init (or zero if none)
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
H A D | arm-stub.c | 178 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 D | vmlinux.lds.S | 46 *(__fdt_blob) ; /* Any link-placed DTB */
|
H A D | head.S | 97 or r7, r0, r0 /* clear R7 when not valid DTB */
|
/linux-4.1.27/drivers/macintosh/ |
H A D | macio-adb.c | 52 #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 D | sbc8548.c | 72 printk("No HW-REV found in DTB.\n"); sbc8548_hw_rev()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | efi-entry.S | 62 mov x20, x0 // DTB address
|
/linux-4.1.27/arch/alpha/oprofile/ |
H A D | op_model_ev67.c | 99 * 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 D | setup.c | 56 * CONFIG_PHYSICAL_START) and supplying an alternate DTB. bcm3384_viper_quirks()
|
/linux-4.1.27/sound/soc/fsl/ |
H A D | fsl_sai.c | 586 /* 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 D | head-common.S | 53 ldr r6, =OF_DT_MAGIC @ is it a DTB?
|
H A D | head.S | 260 * We map 2 sections in case the ATAGs/DTB crosses a section boundary.
|
/linux-4.1.27/drivers/edac/ |
H A D | cpc925_edac.c | 296 /* 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 D | spu.h | 708 /* SPU Debug-Trace Bus (DTB) Selection Registers */
|
/linux-4.1.27/drivers/pinctrl/mvebu/ |
H A D | pinctrl-dove.c | 836 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 D | omap_device.c | 410 * have been allocated by OF layer already (through DTB). omap_device_alloc()
|
/linux-4.1.27/sound/soc/samsung/ |
H A D | i2s.c | 1171 /* Register the clock provider only if it's expected in the DTB */ i2s_register_clock_provider()
|