/linux-4.1.27/scripts/dtc/ |
D | Makefile | 3 hostprogs-y := dtc 6 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ 8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h 31 clean-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
|
D | .gitignore | 1 dtc 2 dtc-lexer.lex.c 3 dtc-parser.tab.c 4 dtc-parser.tab.h
|
D | Makefile.dtc | 9 dtc.c \ 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
D | dtc-parser.tab.c_shipped | 66 #line 21 "dtc-parser.y" 70 #include "dtc.h" 86 #line 87 "dtc-parser.tab.c" 105 by #include "dtc-parser.tab.h". */ 152 #line 40 "dtc-parser.y" 175 #line 176 "dtc-parser.tab.c" 203 #line 204 "dtc-parser.tab.c" 1521 #line 110 "dtc-parser.y" 1530 #line 118 "dtc-parser.y" 1538 #line 122 "dtc-parser.y" [all …]
|
D | update-dtc-source.sh | 30 DTC_UPSTREAM_PATH=`pwd`/../dtc 31 DTC_LINUX_PATH=`pwd`/scripts/dtc
|
D | dtc-lexer.lex.c_shipped | 1 #line 2 "dtc-lexer.lex.c" 3 #line 4 "dtc-lexer.lex.c" 610 #line 1 "dtc-lexer.l" 635 #line 38 "dtc-lexer.l" 636 #include "dtc.h" 638 #include "dtc-parser.tab.h" 663 #line 664 "dtc-lexer.lex.c" 855 #line 67 "dtc-lexer.l" 857 #line 858 "dtc-lexer.lex.c" 940 #line 68 "dtc-lexer.l" [all …]
|
D | dtc-parser.tab.h_shipped | 79 #line 40 "dtc-parser.y" 102 #line 103 "dtc-parser.tab.h"
|
/linux-4.1.27/drivers/dma/ |
D | dmatest.c | 173 struct dmatest_chan *dtc; in is_threaded_test_run() local 175 list_for_each_entry(dtc, &info->channels, node) { in is_threaded_test_run() 178 list_for_each_entry(thread, &dtc->threads, node) { in is_threaded_test_run() 719 static void dmatest_cleanup_channel(struct dmatest_chan *dtc) in dmatest_cleanup_channel() argument 725 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel() 735 dmaengine_terminate_all(dtc->chan); in dmatest_cleanup_channel() 737 kfree(dtc); in dmatest_cleanup_channel() 741 struct dmatest_chan *dtc, enum dma_transaction_type type) in dmatest_add_threads() argument 745 struct dma_chan *chan = dtc->chan; in dmatest_add_threads() 766 thread->chan = dtc->chan; in dmatest_add_threads() [all …]
|
D | dma-jz4780.c | 104 uint32_t dtc; member 292 desc->dtc = len >> ord; in jz4780_dma_setup_hwdesc() 328 desc->desc[i].dtc |= in jz4780_dma_prep_slave_sg() 378 desc->desc[i].dtc |= in jz4780_dma_prep_dma_cyclic() 410 desc->desc[0].dtc = len >> ord; in jz4780_dma_prep_dma_memcpy() 533 residue += desc->desc[i].dtc << jzchan->transfer_shift; in jz4780_dma_desc_residue()
|
/linux-4.1.27/scripts/ |
D | Makefile.lib | 285 cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \ 286 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \ 287 $(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \ 289 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 290 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile) 293 $(call if_changed_dep,dtc) 295 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
D | Makefile | 38 subdir-$(CONFIG_DTC) += dtc
|
/linux-4.1.27/drivers/ata/ |
D | pata_cs5536.c | 124 u32 dtc; in cs5536_program_dtc() local 126 cs5536_read(pdev, DTC, &dtc); in cs5536_program_dtc() 127 dtc &= ~(IDE_DRV_MASK << dshift); in cs5536_program_dtc() 128 dtc |= tim << dshift; in cs5536_program_dtc() 129 cs5536_write(pdev, DTC, dtc); in cs5536_program_dtc()
|
/linux-4.1.27/drivers/ide/ |
D | cs5536.c | 96 u32 dtc; in cs5536_program_dtc() local 98 cs5536_read(pdev, DTC, &dtc); in cs5536_program_dtc() 99 dtc &= ~(IDE_DRV_MASK << dshift); in cs5536_program_dtc() 100 dtc |= tim << dshift; in cs5536_program_dtc() 101 cs5536_write(pdev, DTC, dtc); in cs5536_program_dtc()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | Makefile | 12 CFLAGS_octeon-platform.o = -I$(src)/../../../scripts/dtc/libfdt 13 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
/linux-4.1.27/drivers/of/ |
D | Makefile | 20 CFLAGS_fdt.o = -I$(src)/../../scripts/dtc/libfdt 21 CFLAGS_fdt_address.o = -I$(src)/../../scripts/dtc/libfdt
|
/linux-4.1.27/arch/nios2/boot/ |
D | Makefile | 41 $(call cmd,dtc) 52 $(call if_changed_dep,dtc)
|
/linux-4.1.27/arch/powerpc/boot/ |
D | wrapper | 54 dtc=scripts/dtc/dtc 133 $dtc -O dtb -o "$dtb" -b 0 "$dts"
|
D | Makefile | 149 $(addprefix $(obj)/,$(libfdt) $(libfdtheader)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/% 175 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
|
/linux-4.1.27/arch/mips/mti-sead3/ |
D | Makefile | 19 CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | Makefile | 27 CFLAGS_fdt.o += -I$(srctree)/scripts/dtc/libfdt/
|
/linux-4.1.27/drivers/of/unittest-data/ |
D | testcases.dts | 19 * phandle fixup data - generated by dtc patches that aren't upstream.
|
/linux-4.1.27/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 12 proper dtc option and having a /plugin/ tag. This generates the
|
D | booting-without-of.txt | 39 IV - "dtc", the device tree compiler 98 the tree that can be "compiled" by dtc. 1051 IV - "dtc", the device tree compiler 1055 dtc source code can be found at 1056 <http://git.jdl.com/gitweb/?p=dtc.git> 1065 dtc basically takes a device-tree in a given format and outputs a 1092 The syntax of the dtc tool is 1094 dtc [-I <input-format>] [-O <output-format>] 1102 Additionally, dtc performs various sanity checks on the tree, like the
|
D | of_unittest.txt | 38 $(call if_changed_dep, dtc)
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | ps3.dts | 45 * dtc expects a clock-frequency and timebase-frequency entries, so
|
D | kuroboxHG.dts | 45 /* Following required by dtc but not used */
|
D | kuroboxHD.dts | 45 /* Following required by dtc but not used */
|
D | mvme5100.dts | 31 /* Following required by dtc but not used */
|
D | gef_sbc610.dts | 18 * Compiled with dtc -I dts -O dtb -o gef_sbc610.dtb gef_sbc610.dts
|
D | gef_ppc9a.dts | 18 * Compiled with dtc -I dts -O dtb -o gef_ppc9a.dtb gef_ppc9a.dts
|
D | gef_sbc310.dts | 18 * Compiled with dtc -I dts -O dtb -o gef_sbc310.dtb gef_sbc310.dts
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra20-trimslice.dts | 91 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 198 "dtb", "dtc", "dtd", "dte", "gmb",
|
D | tegra20-tamonten.dtsi | 87 nvidia,pins = "dtb", "dtc", "dte"; 200 "dtc", "dte", "dtf", "gpu", "sdio1",
|
D | tegra20-paz00.dts | 90 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 206 "dtc", "dte", "slxa", "slxc", "slxd",
|
D | tegra20-whistler.dts | 84 nvidia,pins = "dta", "dtb", "dtc", "dtd"; 228 nvidia,pins = "dta", "dtb", "dtc", "dtd",
|
D | tegra20-ventana.dts | 96 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 228 nvidia,pins = "dta", "dtb", "dtc", "dtd";
|
D | tegra20-harmony.dts | 105 nvidia,pins = "dtb", "dtc", "dte"; 218 "dtc", "dte", "dtf", "gpu", "sdio1",
|
D | tegra20-seaboard.dts | 96 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 229 nvidia,pins = "dta", "dtb", "dtc", "dtd";
|
D | tegra20-colibri-512.dtsi | 193 nvidia,pins = "dta", "dtb", "dtc", "dtd";
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | Makefile | 86 $(addprefix $(obj)/,$(libfdt) $(libfdt_hdrs)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | Makefile | 5 CFLAGS_prom.o = -I$(src)/../../../scripts/dtc/libfdt
|
/linux-4.1.27/lib/ |
D | Makefile | 163 $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
|
/linux-4.1.27/drivers/scsi/ |
D | Makefile | 96 obj-$(CONFIG_SCSI_DTC3280) += dtc.o
|
D | Kconfig | 659 module will be called dtc.
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca_drv.c | 633 && !(ptci->itr || ptci->dtc || ptci->itc)) in recover_from_tlb_check()
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra20-pinmux.txt | 76 ddc, dta, dtb, dtc, dtd, dte, dtf, gma, gmb, gmc, gmd, gme, gpu, gpu7,
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 546 dtc : 1, /* Fail in data TC */ member 728 #define pmci_tlb_data_translation_cache_fail pme_tlb.dtc
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tegra20.c | 2067 MUX_PG(dtc, RSVD1, RSVD2, VI, RSVD4, 0x14, 13, 0x84, 26, 0xa0, 22),
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 1157 dtc
|
/linux-4.1.27/ |
D | MAINTAINERS | 6703 F: drivers/scsi/dtc.* 7261 F: scripts/dtc/
|