Searched refs:dtc (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/gnu/usr.bin/dtc/
H A DMakefile5 DTCDIR= ${.CURDIR}/../../../contrib/dtc
9 PROG= dtc
11 SRCS= dtc.c checks.c fstree.c livetree.c treesource.c data.c \
32 OBJS+= dtc-parser.tab.o dtc-lexer.lex.o
34 CLEANFILES+= dtc-parser.tab.o dtc-lexer.lex.o dtc-parser.tab.c \
35 dtc-parser.tab.h dtc
[all...]
/freebsd-12-stable/usr.bin/dtc/
H A DMakefile3 PROG_CXX=dtc
4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
5 MAN= dtc.1
H A Dstring.cc47 namespace dtc namespace
151 } // namespace dtc
H A Dutil.hh82 namespace dtc { namespace
150 }// namespace dtc
H A Ddtb.hh45 namespace dtc namespace
373 } // namespace dtc
H A Ddtb.cc47 void write(dtc::byte_buffer &buffer, int fd)
68 namespace dtc namespace
342 } // namespace dtc
H A Dchecking.hh40 namespace dtc namespace
310 } // namespace dtc
H A Dinput_buffer.cc67 struct mmap_input_buffer : public dtc::input_buffer
90 struct stream_input_buffer : public dtc::input_buffer
147 namespace dtc namespace
1267 } // namespace dtc
H A Dchecking.cc40 namespace dtc namespace
286 } // namespace dtc
H A Ddtc.cc50 using namespace dtc;
88 fprintf(stdout, "Version: %s %d.%d.%d compatible with gpl dtc %d.%d.%d\n", progname,
H A Dinput_buffer.hh43 namespace dtc namespace
552 } // namespace dtc
H A Dfdt.hh47 namespace dtc namespace
304 * a node name, however dtc assumes that it is a label, and so we
1066 } // namespace dtc
H A Dfdt.cc57 namespace dtc namespace
2210 } // namespace dtc
/freebsd-12-stable/contrib/dtc/scripts/
H A Dkup-dtc3 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
4 REMOTE_PATH=/pub/software/utils/dtc
13 PREFIX="dtc-$VERSION/"
14 TAR="dtc-$VERSION.tar"
/freebsd-12-stable/contrib/dtc/
H A DMakefile107 include Makefile.dtc
111 BIN += dtc
187 dtc: $(DTC_OBJS)
200 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \
201 > ../dtc-$(dtc_version).tar
202 cat ../dtc-$(dtc_version).tar | \
203 gzip -9 > ../dtc-$(dtc_version).tar.gz
212 KUPDIR = /pub/software/utils/dtc
215 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign \
216 ../dtc
[all...]
H A Ddtdiff8 DTC=dtc
/freebsd-12-stable/gnu/usr.bin/
H A DMakefile17 SUBDIR.${MK_GPL_DTC}+= dtc
/freebsd-12-stable/sys/tools/fdt/
H A Dmake_dtbo.sh19 : ${DTC:=dtc}
H A Dmake_dtb.sh19 : ${DTC:=dtc}
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex35 \newcommand{\dtc}{\texttt{dtc}\xspace}
48 The ``blob'' representing the device tree can be created using \dtc
206 included as part of the \dtc (see \S\ref{sec:dtc}) git tree,
315 \label{sec:dtc}
367 \caption{Example \dtc source}
386 so is tedious. The ``device tree compiler'', \dtc{}\footnote{\dtc can
394 source, \dtc ca
[all...]
/freebsd-12-stable/targets/pseudo/userland/gnu/
H A DMakefile.depend39 DIRDEPS+= gnu/usr.bin/dtc
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_pdma.h102 uint32_t dtc; /* DMA Transfer Counter */ member in struct:pdma_hwdesc
H A Djz4780_pdma.c482 desc->dtc = (req->block_len / max_width);
499 desc->dtc |= (reg >> 4) << 24;
/freebsd-12-stable/sys/conf/
H A Ddtb.build.mk8 DTC?= dtc
/freebsd-12-stable/usr.bin/
H A DMakefile219 SUBDIR+= dtc

Completed in 222 milliseconds

12