Home
last modified time | relevance | path

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

1234567

/openbmc/linux/scripts/dtc/
H A DMakefile5 hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay
6 hostprogs-always-$(CHECK_DT_BINDING) += dtc
8 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \
10 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
27 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
H A Dupdate-dtc-source.sh31 DTC_UPSTREAM_PATH=`pwd`/../dtc
32 DTC_LINUX_PATH=`pwd`/scripts/dtc
43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
72 scripts/dtc: Update to upstream version ${dtc_version}
/openbmc/u-boot/scripts/dtc/
H A DMakefile4 hostprogs-y := dtc
7 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \
9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
29 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
H A Dupdate-dtc-source.sh31 DTC_UPSTREAM_PATH=`pwd`/../dtc
32 DTC_LINUX_PATH=`pwd`/scripts/dtc
42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
71 scripts/dtc: Update to upstream version ${dtc_version}
H A DMakefile.dtc9 dtc.c \
17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
/openbmc/u-boot/scripts/
H A DMakefile.extrawarn59 dtc-warning-2 += -Wnode_name_chars_strict
60 dtc-warning-2 += -Wproperty_name_chars_strict
62 dtc-warning := $(dtc-warning-$(findstring 1, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
63 dtc-warning += $(dtc-warning-$(findstring 2, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
64 dtc-warning += $(dtc-warning-$(findstring 3, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
66 DTC_FLAGS += $(dtc-warning)
H A Ddtc-version.sh9 dtc="$*"
17 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1)
18 MINOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 2)
19 PATCH=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 3 | cut -d - -f 1)
/openbmc/linux/mm/
H A Dpage-writeback.c164 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument
166 return dtc->dom; in mdtc_valid()
169 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc) in dtc_dom() argument
171 return dtc->dom; in dtc_dom()
218 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument
223 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc) in dtc_dom() argument
375 static void domain_dirty_limits(struct dirty_throttle_control *dtc) in domain_dirty_limits() argument
377 const unsigned long available_memory = dtc->avail; in domain_dirty_limits()
378 struct dirty_throttle_control *gdtc = mdtc_gdtc(dtc); in domain_dirty_limits()
432 dtc->thresh = thresh; in domain_dirty_limits()
[all …]
/openbmc/linux/drivers/dma/
H A Ddmatest.c247 struct dmatest_chan *dtc; in is_threaded_test_run() local
249 list_for_each_entry(dtc, &info->channels, node) { in is_threaded_test_run()
252 list_for_each_entry(thread, &dtc->threads, node) { in is_threaded_test_run()
263 struct dmatest_chan *dtc; in is_threaded_test_pending() local
265 list_for_each_entry(dtc, &info->channels, node) { in is_threaded_test_pending()
268 list_for_each_entry(thread, &dtc->threads, node) { in is_threaded_test_pending()
934 static void dmatest_cleanup_channel(struct dmatest_chan *dtc) in dmatest_cleanup_channel() argument
940 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()
950 dmaengine_terminate_sync(dtc->chan); in dmatest_cleanup_channel()
952 kfree(dtc); in dmatest_cleanup_channel()
[all …]
/openbmc/linux/drivers/perf/
H A Darm-cmn.c282 s8 dtc; member
345 struct arm_cmn_dtc *dtc; member
523 s8 dtc = xp[x].dtc; in arm_cmn_map_show() local
525 if (dtc < 0) in arm_cmn_map_show()
528 seq_printf(s, " DTC %d |", dtc); in arm_cmn_map_show()
1352 writel_relaxed(0, cmn->dtc[0].base + CMN_DT_PMCR); in arm_cmn_set_state()
1361 cmn->dtc[0].base + CMN_DT_PMCR); in arm_cmn_clear_state()
1394 static u64 arm_cmn_read_cc(struct arm_cmn_dtc *dtc) in arm_cmn_read_cc() argument
1396 u64 val = readq_relaxed(dtc->base + CMN_DT_PMCCNTR); in arm_cmn_read_cc()
1398 writeq_relaxed(CMN_CC_INIT, dtc->base + CMN_DT_PMCCNTR); in arm_cmn_read_cc()
[all …]
/openbmc/u-boot/doc/
H A DREADME.fdt-overlays8 Please refer to dt-object-internal.txt in the dtc sources for information
10 https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/Documentation/dt-object-internal.txt
20 Note support for -@ option can only be found in dtc version 1.4.4 or newer.
22 of dtc that meets this requirement.
38 $ dtc -@ -I dts -O dtb -o base.dtb base.dts
57 $ dtc -@ -I dts -O dtb -o bar.dtb bar.dts
H A DREADME.OFT21 rsync://ozlabs.org/dtc/dtc.git
H A DREADME.fdt-control60 provided by U-Boot automatically. If you have a system version of dtc
63 If you want to build your own dtc, it is kept here:
65 git://git.kernel.org/pub/scm/utils/dtc/dtc.git
69 $ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
70 $ cd dtc
76 $ dtc -v
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/
H A Dtrusted-services-src.inc22 SRC_URI += "git://github.com/dgibson/dtc;name=dtc;protocol=https;branch=main;destsuffix=git/dtc"
24 LIC_FILES_CHKSUM += "file://../dtc/README.license;md5=a1eb22e37f09df5b5511b8a278992d0e"
61 apply_local_src_patches ${S}/external/libfdt ${WORKDIR}/git/dtc
71 EXTRA_OECMAKE += "-DDTC_SOURCE_DIR=${WORKDIR}/git/dtc \
H A Dts-sp-common.inc8 DEPENDS += "dtc-native ts-newlib"
18 dtc -I dts -O dtb -o ${D}${TS_INSTALL}/manifest/${SP_UUID}.dtb ${SP_DTS_FILE}
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMbox.test_series_merge_on_head.2.skip4 Subject: [PATCH] python3-dtc: upgrade 1.6.1 -> 1.7.0
6 Changelog: https://kernel.googlesource.com/pub/scm/utils/dtc/dtc/+log/039a99414e778332d8f9c04cbd307…
11 [tgamblin@megalith dtc]$ git tag --contains c001fc01a43e7a06447c06ea3d50bd60641322b8
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-dtc_1.7.2.bb7 DEPENDS = "flex-native bison-native swig-native python3-setuptools-scm-native libyaml dtc"
9 SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main \
/openbmc/linux/drivers/ata/
H A Dpata_cs5536.c112 u32 dtc; in cs5536_program_dtc() local
114 cs5536_read(pdev, DTC, &dtc); in cs5536_program_dtc()
115 dtc &= ~(IDE_DRV_MASK << dshift); in cs5536_program_dtc()
116 dtc |= tim << dshift; in cs5536_program_dtc()
117 cs5536_write(pdev, DTC, dtc); in cs5536_program_dtc()
/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py47 def dtc(dts): function
142 dtc('sandbox-kernel.dts')
143 dtc('sandbox-u-boot.dts')
155 dtc('sandbox-u-boot.dts')
/openbmc/linux/scripts/
H A DMakefile.lib245 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
342 DTC ?= $(objtree)/scripts/dtc/dtc
392 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
395 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
396 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
403 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(filter %.dtb %.dtbo, $^)
426 $(call if_changed_dep,dtc)
428 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
/openbmc/qemu/pc-bios/
H A Dmeson.build87 dtc = find_program('dtc', required: false) variable
95 if dtc.found()
102 command: [ dtc, '-I', 'dts', '-O', 'dtb', '-o', '@OUTPUT@', '@INPUT0@' ])
/openbmc/u-boot/test/
H A Drun37 DTC_DIR=build-sandbox_spl/scripts/dtc
39 export DTC=${DTC_DIR}/dtc
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/
H A Ddtc_1.7.2.bb12 git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main;protocol=https \
/openbmc/linux/drivers/of/unittest-data/
H A Doverlay_common.dtsi8 * Do not add anything that would result in dtc creating node "/__fixups__".
9 * dtc will create nodes "/__symbols__" and "/__local_fixups__".
/openbmc/u-boot/doc/uImage.FIT/
H A Dhowto.txt15 create an uImage in the new format: mkimage and dtc, although only one
16 (mkimage) is invoked directly. dtc is called from within mkimage and operates
18 important that the dtc used has support for binary includes -- refer to
20 git://git.kernel.org/pub/scm/utils/dtc/dtc.git
22 for its latest version. mkimage (together with dtc) takes as input
36 - dtc (with support for binary includes)
43 image source file mkimage + dtc transfer to target

1234567