Home
last modified time | relevance | path

Searched refs:m4 (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/sh/
DMakefile36 $(call cc-option,-m4-nofpu,)
38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
39 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Models.txt195 gateway-m4 Gateway laptops with EAPD control
196 gateway-m4-2 Gateway laptops with EAPD control
261 dell-m4-1 Dell desktops
262 dell-m4-2 Dell desktops
263 dell-m4-3 Dell desktops
264 hp-m4 HP mini 1000
/linux-4.4.14/tools/usb/usbip/
D.gitignore3 aclocal.m4
/linux-4.4.14/arch/arm/boot/dts/
Dlpc4350.dtsi19 compatible = "arm,cortex-m4";
Dlpc4357.dtsi19 compatible = "arm,cortex-m4";
Dr8a73a4.dtsi640 clock-output-names = "m4";
/linux-4.4.14/arch/s390/include/asm/
Dvx-insn.h424 .macro VGFM vr1, vr2, vr3, m4
430 MRXBOPC \m4, 0xB4, v1, v2, v3
/linux-4.4.14/drivers/ata/
Dsata_mv.c3395 u32 m4 = readl(port_mmio + PHY_MODE4); in mv6_phy_errata() local
3402 m4 = (m4 & ~PHY_MODE4_RSVD_ZEROS) | PHY_MODE4_RSVD_ONES; in mv6_phy_errata()
3404 m4 = (m4 & ~PHY_MODE4_CFG_MASK) | PHY_MODE4_CFG_VALUE; in mv6_phy_errata()
3405 writel(m4, port_mmio + PHY_MODE4); in mv6_phy_errata()
/linux-4.4.14/arch/x86/crypto/
Dpoly1305-avx2-x86_64.S93 # h = (h + m) * r => h = (h + m1) * r^4 + m2 * r^3 + m3 * r^2 + m4 * r
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcpus.txt164 "arm,cortex-m4"
/linux-4.4.14/arch/arm/mach-omap2/
Dmux34xx.c17 #define _OMAP3_MUXENTRY(M0, g, m0, m1, m2, m3, m4, m5, m6, m7) \ argument
21 .muxnames = { m0, m1, m2, m3, m4, m5, m6, m7 }, \
26 #define _OMAP3_MUXENTRY(M0, g, m0, m1, m2, m3, m4, m5, m6, m7) \ argument