Home
last modified time | relevance | path

Searched refs:dtc (Results 1 – 50 of 50) sorted by relevance

/linux-4.1.27/scripts/dtc/
DMakefile3 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.gitignore1 dtc
2 dtc-lexer.lex.c
3 dtc-parser.tab.c
4 dtc-parser.tab.h
DMakefile.dtc9 dtc.c \
17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
Ddtc-parser.tab.c_shipped66 #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 …]
Dupdate-dtc-source.sh30 DTC_UPSTREAM_PATH=`pwd`/../dtc
31 DTC_LINUX_PATH=`pwd`/scripts/dtc
Ddtc-lexer.lex.c_shipped1 #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 …]
Ddtc-parser.tab.h_shipped79 #line 40 "dtc-parser.y"
102 #line 103 "dtc-parser.tab.h"
/linux-4.1.27/drivers/dma/
Ddmatest.c173 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 …]
Ddma-jz4780.c104 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/
DMakefile.lib285 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)
DMakefile38 subdir-$(CONFIG_DTC) += dtc
/linux-4.1.27/drivers/ata/
Dpata_cs5536.c124 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/
Dcs5536.c96 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/
DMakefile12 CFLAGS_octeon-platform.o = -I$(src)/../../../scripts/dtc/libfdt
13 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.1.27/drivers/of/
DMakefile20 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/
DMakefile41 $(call cmd,dtc)
52 $(call if_changed_dep,dtc)
/linux-4.1.27/arch/powerpc/boot/
Dwrapper54 dtc=scripts/dtc/dtc
133 $dtc -O dtb -o "$dtb" -b 0 "$dts"
DMakefile149 $(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/
DMakefile19 CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.1.27/drivers/firmware/efi/libstub/
DMakefile27 CFLAGS_fdt.o += -I$(srctree)/scripts/dtc/libfdt/
/linux-4.1.27/drivers/of/unittest-data/
Dtestcases.dts19 * phandle fixup data - generated by dtc patches that aren't upstream.
/linux-4.1.27/Documentation/devicetree/
Ddynamic-resolution-notes.txt12 proper dtc option and having a /plugin/ tag. This generates the
Dbooting-without-of.txt39 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
Dof_unittest.txt38 $(call if_changed_dep, dtc)
/linux-4.1.27/arch/powerpc/boot/dts/
Dps3.dts45 * dtc expects a clock-frequency and timebase-frequency entries, so
DkuroboxHG.dts45 /* Following required by dtc but not used */
DkuroboxHD.dts45 /* Following required by dtc but not used */
Dmvme5100.dts31 /* Following required by dtc but not used */
Dgef_sbc610.dts18 * Compiled with dtc -I dts -O dtb -o gef_sbc610.dtb gef_sbc610.dts
Dgef_ppc9a.dts18 * Compiled with dtc -I dts -O dtb -o gef_ppc9a.dtb gef_ppc9a.dts
Dgef_sbc310.dts18 * Compiled with dtc -I dts -O dtb -o gef_sbc310.dtb gef_sbc310.dts
/linux-4.1.27/arch/arm/boot/dts/
Dtegra20-trimslice.dts91 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
198 "dtb", "dtc", "dtd", "dte", "gmb",
Dtegra20-tamonten.dtsi87 nvidia,pins = "dtb", "dtc", "dte";
200 "dtc", "dte", "dtf", "gpu", "sdio1",
Dtegra20-paz00.dts90 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
206 "dtc", "dte", "slxa", "slxc", "slxd",
Dtegra20-whistler.dts84 nvidia,pins = "dta", "dtb", "dtc", "dtd";
228 nvidia,pins = "dta", "dtb", "dtc", "dtd",
Dtegra20-ventana.dts96 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
228 nvidia,pins = "dta", "dtb", "dtc", "dtd";
Dtegra20-harmony.dts105 nvidia,pins = "dtb", "dtc", "dte";
218 "dtc", "dte", "dtf", "gpu", "sdio1",
Dtegra20-seaboard.dts96 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
229 nvidia,pins = "dta", "dtb", "dtc", "dtd";
Dtegra20-colibri-512.dtsi193 nvidia,pins = "dta", "dtb", "dtc", "dtd";
/linux-4.1.27/arch/arm/boot/compressed/
DMakefile86 $(addprefix $(obj)/,$(libfdt) $(libfdt_hdrs)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
/linux-4.1.27/arch/powerpc/kernel/
DMakefile5 CFLAGS_prom.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.1.27/lib/
DMakefile163 $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
/linux-4.1.27/drivers/scsi/
DMakefile96 obj-$(CONFIG_SCSI_DTC3280) += dtc.o
DKconfig659 module will be called dtc.
/linux-4.1.27/arch/ia64/kernel/
Dmca_drv.c633 && !(ptci->itr || ptci->dtc || ptci->itc)) in recover_from_tlb_check()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra20-pinmux.txt76 ddc, dta, dtb, dtc, dtd, dte, dtf, gma, gmb, gmc, gmd, gme, gpu, gpu7,
/linux-4.1.27/arch/ia64/include/asm/
Dpal.h546 dtc : 1, /* Fail in data TC */ member
728 #define pmci_tlb_data_translation_cache_fail pme_tlb.dtc
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tegra20.c2067 MUX_PG(dtc, RSVD1, RSVD2, VI, RSVD4, 0x14, 13, 0x84, 26, 0xa0, 22),
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt1157 dtc
/linux-4.1.27/
DMAINTAINERS6703 F: drivers/scsi/dtc.*
7261 F: scripts/dtc/