Home
last modified time | relevance | path

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

12345678910>>...37

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A D.dtc.cmd
H A D.dtc-lexer.lex.o.cmd
H A 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
H A D.dtc-parser.tab.o.cmd
H A D.dtc.o.cmd
H A Ddtc-parser.tab.c_shipped65 #line 20 "dtc-parser.y" /* yacc.c:339 */
70 #include "dtc.h"
84 #line 85 "dtc-parser.tab.c" /* yacc.c:339 */
103 by #include "dtc-parser.tab.h". */
149 #line 39 "dtc-parser.y" /* yacc.c:355 */
169 #line 170 "dtc-parser.tab.c" /* yacc.c:355 */
200 #line 201 "dtc-parser.tab.c" /* yacc.c:358 */
1472 #line 110 "dtc-parser.y" /* yacc.c:1646 */
1477 #line 1478 "dtc-parser.tab.c" /* yacc.c:1646 */
1481 #line 118 "dtc-parser.y" /* yacc.c:1646 */
[all …]
H A D.treesource.o.cmd
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_rw.su
H A Dfdt_sw.su
H A Dfdt.su
/OK3568_Linux_fs/u-boot/spl/lib/libfdt/
H A Dfdt_rw.su
H A Dfdt_sw.su
H A Dfdt.su
/OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/linux/
H A D0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch4 Subject: [PATCH] scripts/dtc: Remove redundant YYLOC global declaration
9 …(.text+0x0): multiple definition of `yylloc'; dtc-lexer.lex.o (symbol from plugin):(.text+0x0): fi…
11 This is because both dtc-lexer as well as dtc-parser define the same
16 dtc-lexer.l:26:16: error: redundant redeclaration of 'yylloc' [-Werror=redundant-decls]
19 In file included from dtc-lexer.l:24:
20 dtc-parser.tab.h:127:16: note: previous declaration of 'yylloc' was here
35 scripts/dtc/dtc-lexer.l | 1 -
38 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
40 --- a/scripts/dtc/dtc-lexer.l
41 +++ b/scripts/dtc/dtc-lexer.l
[all …]
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0002-Remove-redundant-YYLOC-global-declaration.patch6 Same as the upstream fix for building dtc with gcc 10.
11 scripts/dtc/dtc-lexer.l | 1 -
14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
16 --- a/scripts/dtc/dtc-lexer.l
17 +++ b/scripts/dtc/dtc-lexer.l
20 #include "dtc-parser.tab.h"
/OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/uboot/
H A D0001-Remove-redundant-YYLOC-global-declaration.patch6 Same as the upstream fix for building dtc with gcc 10.
11 scripts/dtc/dtc-lexer.l | 1 -
14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
16 --- a/scripts/dtc/dtc-lexer.l
17 +++ b/scripts/dtc/dtc-lexer.l
20 #include "dtc-parser.tab.h"
/OK3568_Linux_fs/buildroot/board/sheevaplug/patches/uboot/
H A D0001-Remove-redundant-YYLOC-global-declaration.patch6 Same as the upstream fix for building dtc with gcc 10.
11 scripts/dtc/dtc-lexer.l | 1 -
14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
16 --- a/scripts/dtc/dtc-lexer.l
17 +++ b/scripts/dtc/dtc-lexer.l
20 #include "dtc-parser.tab.h"
/OK3568_Linux_fs/kernel/scripts/dtc/
H A DMakefile4 hostprogs-always-$(CONFIG_DTC) += dtc
5 hostprogs-always-$(CHECK_DT_BINDING) += 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
16 $(error dtc needs libyaml for DT schema validation support. \
21 dtc-objs += yamltree.o
33 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
/OK3568_Linux_fs/kernel/mm/
H A Dpage-writeback.c172 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument
174 return dtc->dom; in mdtc_valid()
177 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc) in dtc_dom() argument
179 return dtc->dom; in dtc_dom()
226 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument
231 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc) in dtc_dom() argument
395 static void domain_dirty_limits(struct dirty_throttle_control *dtc) in domain_dirty_limits() argument
397 const unsigned long available_memory = dtc->avail; in domain_dirty_limits()
398 struct dirty_throttle_control *gdtc = mdtc_gdtc(dtc); in domain_dirty_limits()
445 dtc->thresh = thresh; in domain_dirty_limits()
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.lib231 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
311 dtc-option = $(call try-run, $(DTC) $1 -v,$1)
316 dtc-option = $1
319 DTC ?= $(objtree)/scripts/dtc/dtc
320 DTC_FLAGS += $(call dtc-option,-Wno-interrupt_provider)
337 DTC_FLAGS += $(call dtc-option,-Wno-unit_address_vs_reg) \
338 $(call dtc-option,-Wno-unit_address_format) \
339 $(call dtc-option,-Wno-avoid_unnecessary_addr_size) \
340 $(call dtc-option,-Wno-alias_paths) \
341 $(call dtc-option,-Wno-graph_child_address) \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.lib231 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
311 dtc-option = $(call try-run, $(DTC) $1 -v,$1)
316 dtc-option = $1
319 DTC ?= $(objtree)/scripts/dtc/dtc
320 DTC_FLAGS += $(call dtc-option,-Wno-interrupt_provider)
337 DTC_FLAGS += $(call dtc-option,-Wno-unit_address_vs_reg) \
338 $(call dtc-option,-Wno-unit_address_format) \
339 $(call dtc-option,-Wno-avoid_unnecessary_addr_size) \
340 $(call dtc-option,-Wno-alias_paths) \
341 $(call dtc-option,-Wno-graph_child_address) \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.lib231 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
311 dtc-option = $(call try-run, $(DTC) $1 -v,$1)
316 dtc-option = $1
319 DTC ?= $(objtree)/scripts/dtc/dtc
320 DTC_FLAGS += $(call dtc-option,-Wno-interrupt_provider)
337 DTC_FLAGS += $(call dtc-option,-Wno-unit_address_vs_reg) \
338 $(call dtc-option,-Wno-unit_address_format) \
339 $(call dtc-option,-Wno-avoid_unnecessary_addr_size) \
340 $(call dtc-option,-Wno-alias_paths) \
341 $(call dtc-option,-Wno-graph_child_address) \
[all …]
/OK3568_Linux_fs/kernel/drivers/perf/
H A Darm-cmn.c202 int dtc; member
243 struct arm_cmn_dtc *dtc; member
657 writel_relaxed(0, cmn->dtc[0].base + CMN_DT_PMCR); in arm_cmn_set_state()
666 cmn->dtc[0].base + CMN_DT_PMCR); in arm_cmn_clear_state()
698 static u64 arm_cmn_read_cc(struct arm_cmn_dtc *dtc) in arm_cmn_read_cc() argument
700 u64 val = readq_relaxed(dtc->base + CMN_DT_PMCCNTR); in arm_cmn_read_cc()
702 writeq_relaxed(CMN_CC_INIT, dtc->base + CMN_DT_PMCCNTR); in arm_cmn_read_cc()
706 static u32 arm_cmn_read_counter(struct arm_cmn_dtc *dtc, int idx) in arm_cmn_read_counter() argument
710 val = readl_relaxed(dtc->base + pmevcnt); in arm_cmn_read_counter()
711 writel_relaxed(CMN_COUNTER_INIT, dtc->base + pmevcnt); in arm_cmn_read_counter()
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A DMakefile.extrawarn61 dtc-warning-2 += -Wnode_name_chars_strict
62 dtc-warning-2 += -Wproperty_name_chars_strict
64 dtc-warning := $(dtc-warning-$(findstring 1, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
65 dtc-warning += $(dtc-warning-$(findstring 2, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
66 dtc-warning += $(dtc-warning-$(findstring 3, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS)))
68 DTC_FLAGS += $(dtc-warning)
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmatest.c248 struct dmatest_chan *dtc; in is_threaded_test_run() local
250 list_for_each_entry(dtc, &info->channels, node) { in is_threaded_test_run()
253 list_for_each_entry(thread, &dtc->threads, node) { in is_threaded_test_run()
264 struct dmatest_chan *dtc; in is_threaded_test_pending() local
266 list_for_each_entry(dtc, &info->channels, node) { in is_threaded_test_pending()
269 list_for_each_entry(thread, &dtc->threads, node) { in is_threaded_test_pending()
932 static void dmatest_cleanup_channel(struct dmatest_chan *dtc) in dmatest_cleanup_channel() argument
938 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()
948 dmaengine_terminate_sync(dtc->chan); in dmatest_cleanup_channel()
950 kfree(dtc); in dmatest_cleanup_channel()
[all …]

12345678910>>...37