Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 25 of 78) sorted by relevance

1234

/linux-6.1.9/sound/soc/codecs/
Dtscs42xx.h114 #define RM(m, b) ((m)<<(b)) macro
133 #define RM_HPVOLL RM(FM_HPVOLL, FB_HPVOLL)
156 #define RM_HPVOLR RM(FM_HPVOLR, FB_HPVOLR)
179 #define RM_SPKVOLL RM(FM_SPKVOLL, FB_SPKVOLL)
204 #define RM_SPKVOLR RM(FM_SPKVOLR, FB_SPKVOLR)
229 #define RM_DACVOLL RM(FM_DACVOLL, FB_DACVOLL)
254 #define RM_DACVOLR RM(FM_DACVOLR, FB_DACVOLR)
279 #define RM_ADCVOLL RM(FM_ADCVOLL, FB_ADCVOLL)
304 #define RM_ADCVOLR RM(FM_ADCVOLR, FB_ADCVOLR)
337 RM(FM_INVOLL_INMUTEL, FB_INVOLL_INMUTEL)
[all …]
/linux-6.1.9/tools/lib/api/
DMakefile44 RM = rm -f macro
59 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN)
62 $(call QUIET_CLEAN, libapi) $(RM) $(LIBFILE); \
63 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/linux-6.1.9/tools/lib/subcmd/
DMakefile16 RM = rm -f macro
62 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SUBCMD_IN)
65 $(call QUIET_CLEAN, libsubcmd) $(RM) $(LIBFILE); \
66 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/linux-6.1.9/tools/bpf/runqslower/
DMakefile43 $(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(BPFTOOL_OUTPUT)
44 $(Q)$(RM) $(OUTPUT)*.o $(OUTPUT)*.d
45 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
46 $(Q)$(RM) $(OUTPUT)runqslower
47 $(Q)$(RM) -r .output
/linux-6.1.9/tools/perf/Documentation/
DMakefile53 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.1.9/tools/lib/traceevent/plugins/
DMakefile171 $(RM) tags
176 $(RM) TAGS
216 $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d .*.cmd; \
217 $(RM) $(OUTPUT)libtraceevent-dynamic-list \
218 $(RM) TRACEEVENT-CFLAGS tags TAGS;
/linux-6.1.9/tools/lib/traceevent/
DMakefile151 $(QUIET_LINK)$(RM) $@; $(AR) rcs $@ $^
192 $(RM) tags
197 $(RM) TAGS
247 $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d .*.cmd; \
248 $(RM) TRACEEVENT-CFLAGS tags TAGS; \
249 $(RM) $(PKG_CONFIG_FILE)
/linux-6.1.9/tools/bpf/bpftool/Documentation/
DMakefile5 RM ?= rm -f macro
47 $(Q)$(RM) $(DOC_MAN8)
56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
/linux-6.1.9/Documentation/tools/rtla/
DMakefile5 RM ?= rm -f macro
42 $(RM) $(DOC_MAN1)
49 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1))
/linux-6.1.9/tools/bpf/bpftool/
DMakefile93 RM ?= rm -f macro
229 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
230 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
231 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) $(BOOTSTRAP_OUTPUT)
233 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
234 $(Q)$(RM) -r -- $(OUTPUT)feature/
247 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
248 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
/linux-6.1.9/tools/testing/selftests/bpf/
DMakefile.docs7 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.1.9/arch/m68k/fpsp040/
Dbindec.S22 | A1. Set RM and size ext; Set SIGMA = sign of input.
168 | A1. Set RM and size ext. Set SIGMA = sign input;
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
[all …]
/linux-6.1.9/arch/arm64/boot/dts/toshiba/
Dtmpv7708-rm-mbrc.dts3 * Device Tree File for TMPV7708 RM main board
14 model = "Toshiba TMPV7708 RM main board";
/linux-6.1.9/tools/testing/selftests/
Dlib.mk115 ifeq ($(RM),)
116 RM := rm -f
120 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
/linux-6.1.9/drivers/comedi/drivers/ni_routing/tools/
DMakefile70 $(RM) -rf comedi_h.py ni_values.py convert_c_to_py all_cfiles.c *.pyc \
74 $(RM) -rf c/ csv/ linux/
/linux-6.1.9/tools/bpf/
DMakefile97 $(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.1.9/tools/objtool/
DMakefile64 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL)
66 $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep $(LIBSUBCMD)
/linux-6.1.9/tools/lib/bpf/
DMakefile4 RM ?= rm macro
173 $(QUIET_LINK)$(RM) -f $@; $(AR) rcs $@ $^
266 $(call QUIET_CLEAN, libbpf) $(RM) -rf $(CMD_TARGETS) \
280 $(RM) -f TAGS tags
/linux-6.1.9/tools/bpf/resolve_btfids/
DMakefile25 RM ?= rm macro
88 $(Q)$(RM) -rf $(clean_objects)
/linux-6.1.9/tools/perf/
DMakefile.perf192 RM = rm -f
228 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK
346 python-clean := $(call QUIET_CLEAN, python) $(RM) -r $(PYTHON_EXTBUILD) $(OUTPUT)python/perf*.so
843 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT)
901 $(QUIET_GEN)$(RM) TAGS; \
905 $(QUIET_GEN)$(RM) tags; \
909 $(QUIET_GEN)$(RM) cscope*; \
1090 $(call QUIET_CLEAN, bpf-skel) $(RM) -r $(SKEL_TMP_OUT) $(SKELETONS)
1093 …$(call QUIET_CLEAN, core-objs) $(RM) $(LIBPERF_A) $(OUTPUT)perf-archive $(OUTPUT)perf-iostat $(LA…
1095 $(Q)$(RM) $(OUTPUT).config-detected
[all …]
/linux-6.1.9/tools/cgroup/
DMakefile11 $(RM) cgroup_event_listener
/linux-6.1.9/tools/firmware/
DMakefile11 $(RM) ihex2fw
/linux-6.1.9/tools/leds/
DMakefile11 $(RM) uledmon led_hw_brightness_mon
/linux-6.1.9/tools/thermal/lib/
DMakefile101 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBTHERMAL_TOOLS_IN)
115 $(call QUIET_CLEAN, libthermal_tools) $(RM) $(LIBTHERMAL_TOOLS_A) \
/linux-6.1.9/tools/laptop/freefall/
DMakefile14 $(RM) $(TARGET)

1234