Home
last modified time | relevance | path

Searched refs:MMD (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dbroadcom-bcm87xx.txt10 is the MDIO Manageable Device (MMD) address, the second a register
11 address within the MMD, the third cell contains a mask to be ANDed
/linux/scripts/
H A DMakefile.host83 hostc_flags = -Wp,-MMD,$(depfile) \
86 hostcxx_flags = -Wp,-MMD,$(depfile) \
H A DMakefile.lib170 c_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
177 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
180 cpp_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
H A DMakefile.userprogs19 user_ccflags = -Wp,-MMD,$(depfile) $(KBUILD_USERCFLAGS) $(userccflags) \
H A DKbuild.include43 # The temporary file to save gcc -MMD generated dependencies must not
/linux/tools/net/ynl/lib/
H A DMakefile27 $(COMPILE.c) -MMD -c -o $@ $<
/linux/tools/testing/vsock/
H A DMakefile12 …e -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -…
/linux/tools/bpf/bpftool/
H A DMakefile285 $(QUIET_CC)$(CC) $(CFLAGS) -c -MMD $< -o $@
294 $(QUIET_CC)$(HOSTCC) $(HOST_CFLAGS) -c -MMD $< -o $@
297 $(QUIET_CC)$(CC) $(CFLAGS) -c -MMD $< -o $@
/linux/scripts/gcc-plugins/
H A DMakefile29 plugin_cxxflags = -Wp,-MMD,$(depfile) $(KBUILD_HOSTCXXFLAGS) -fPIC \
/linux/tools/virtio/
H A DMakefile18 …/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -…
/linux/drivers/net/phy/qcom/
H A Dqcom.h211 MMD enumerator
/linux/usr/include/
H A DMakefile12 override c_flags = $(KBUILD_USERCFLAGS) $(UAPI_CFLAGS) -Wp,-MMD,$(depfile)
/linux/tools/testing/selftests/bpf/
H A DMakefile737 $(Q)(cd $$(@D) && $$(CC) -I. $$(CFLAGS) -MMD -MT $$@ -c $(CURDIR)/$$< $$(LDLIBS) -o $$(@F)) $(if $(filter test_progs%,$1),$(if $(PERMISSIVE),|| \