/linux-6.3-rc2/sound/soc/codecs/ |
A D | tscs42xx.h | 114 #define RM(m, b) ((m)<<(b)) macro 555 RM(FM_AIC1_BCLKINV, FB_AIC1_BCLKINV) 612 RM(FM_AIC2_DACDSEL, FB_AIC2_DACDSEL) 615 RM(FM_AIC2_ADCDSEL, FB_AIC2_ADCDSEL) 670 RM(FM_CNVRTR0_ADCMU, FB_CNVRTR0_ADCMU) 673 RM(FM_CNVRTR0_HPOR, FB_CNVRTR0_HPOR) 956 RM(FM_PWRM1_DIGENB, FB_PWRM1_DIGENB) 1058 RM(FM_PWRM2_INSELL, FB_PWRM2_INSELL) 1061 RM(FM_PWRM2_INSELR, FB_PWRM2_INSELR) 1152 RM(FM_CONFIG0_ASDM, FB_CONFIG0_ASDM) [all …]
|
/linux-6.3-rc2/tools/bpf/runqslower/ |
A D | Makefile | 45 $(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(BPFTOOL_OUTPUT) 46 $(Q)$(RM) $(OUTPUT)*.o $(OUTPUT)*.d 47 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h 48 $(Q)$(RM) $(OUTPUT)runqslower 49 $(Q)$(RM) -r .output
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | Makefile | 53 RM ?= rm -f macro 231 $(QUIET_GEN)$(RM) $@+ $@ && \ 245 $(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES) 248 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ 255 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ 262 $(QUIET_XMLTO)$(RM) $@ && \ 266 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ 278 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \ 289 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
|
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | Makefile | 16 RM = rm -f macro 83 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SUBCMD_IN) 117 $(call QUIET_CLEAN, libsubcmd) $(RM) $(LIBFILE); \ 118 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/ |
A D | Makefile | 5 RM ?= rm -f macro 47 $(Q)$(RM) $(DOC_MAN8) 56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
|
/linux-6.3-rc2/Documentation/tools/rv/ |
A D | Makefile | 4 RM ?= rm -f macro 41 $(RM) $(DOC_MAN1) 48 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1))
|
/linux-6.3-rc2/Documentation/tools/rtla/ |
A D | Makefile | 5 RM ?= rm -f macro 42 $(RM) $(DOC_MAN1) 49 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1))
|
/linux-6.3-rc2/tools/lib/symbol/ |
A D | Makefile | 83 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SYMBOL_IN) 117 $(call QUIET_CLEAN, libsymbol) $(RM) $(LIBFILE); \ 118 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | Makefile | 93 RM ?= rm -f macro 258 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d 259 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h 260 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) $(BOOTSTRAP_OUTPUT) 262 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool 263 $(Q)$(RM) -r -- $(OUTPUT)feature/ 276 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool 277 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | Makefile.docs | 7 RM ?= rm -f 60 $(Q)$(RM) $$(DOC_MAN$2) $(OUTPUT)bpf-$1.rst 69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2))
|
/linux-6.3-rc2/tools/lib/api/ |
A D | Makefile | 82 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN) 128 $(call QUIET_CLEAN, libapi) $(RM) $(LIBFILE); \ 129 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
/linux-6.3-rc2/tools/objtool/ |
A D | Makefile | 85 $(Q)$(RM) -r -- $(LIBSUBCMD_OUTPUT) 88 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL) 90 $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | bindec.S | 175 fmovel #rm_mode,%FPCR |set RM and ext 346 | RZ 01 1 0 10/2 RM 347 | RZ 01 1 1 10/2 RM 348 | RM 10 0 0 11/3 RP 349 | RM 10 0 1 10/2 RM 350 | RM 10 1 0 10/2 RM 351 | RM 10 1 1 11/3 RP 352 | RP 11 0 0 10/2 RM 355 | RP 11 1 1 10/2 RM 673 fmovel #rm_mode,%FPCR |set rmode to RM [all …]
|
/linux-6.3-rc2/tools/testing/selftests/ |
A D | lib.mk | 115 ifeq ($(RM),) 116 RM := rm -f 120 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
|
/linux-6.3-rc2/arch/arm64/boot/dts/toshiba/ |
A D | tmpv7708-rm-mbrc.dts | 3 * Device Tree File for TMPV7708 RM main board 14 model = "Toshiba TMPV7708 RM main board";
|
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/tools/ |
A D | Makefile | 70 $(RM) -rf comedi_h.py ni_values.py convert_c_to_py all_cfiles.c *.pyc \ 74 $(RM) -rf c/ csv/ linux/
|
/linux-6.3-rc2/tools/perf/ |
A D | Makefile.perf | 188 RM = rm -f 224 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK 830 $(Q)$(RM) -r -- $(LIBAPI_OUTPUT) 839 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) 848 $(Q)$(RM) -r -- $(LIBPERF_OUTPUT) 857 $(Q)$(RM) -r -- $(LIBSUBCMD_OUTPUT) 866 $(Q)$(RM) -r -- $(LIBSYMBOL_OUTPUT) 911 $(QUIET_GEN)$(RM) TAGS; \ 915 $(QUIET_GEN)$(RM) tags; \ 919 $(QUIET_GEN)$(RM) cscope*; \ [all …]
|
/linux-6.3-rc2/tools/bpf/ |
A D | Makefile | 97 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \ 100 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf 101 $(Q)$(RM) -r -- $(OUTPUT)feature
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | Makefile | 4 RM ?= rm macro 173 $(QUIET_LINK)$(RM) -f $@; $(AR) rcs $@ $^ 267 $(call QUIET_CLEAN, libbpf) $(RM) -rf $(CMD_TARGETS) \ 281 $(RM) -f TAGS tags
|
/linux-6.3-rc2/tools/cgroup/ |
A D | Makefile | 11 $(RM) cgroup_event_listener
|
/linux-6.3-rc2/tools/bpf/resolve_btfids/ |
A D | Makefile | 24 RM ?= rm macro 101 $(Q)$(RM) -rf $(clean_objects)
|
/linux-6.3-rc2/tools/firmware/ |
A D | Makefile | 11 $(RM) ihex2fw
|
/linux-6.3-rc2/tools/leds/ |
A D | Makefile | 11 $(RM) uledmon led_hw_brightness_mon
|
/linux-6.3-rc2/tools/thermal/lib/ |
A D | Makefile | 101 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBTHERMAL_TOOLS_IN) 115 $(call QUIET_CLEAN, libthermal_tools) $(RM) $(LIBTHERMAL_TOOLS_A) \
|
/linux-6.3-rc2/tools/laptop/freefall/ |
A D | Makefile | 14 $(RM) $(TARGET)
|