Home
last modified time | relevance | path

Searched refs:mcm (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/powerpc/boot/dts/fsl/
Dmpc8641si-post.dtsi27 mcm-law@0 {
28 compatible = "fsl,mcm-law";
33 mcm@1000 {
34 compatible = "fsl,mpc8641-mcm", "fsl,mcm";
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dmcm.txt18 Definition: Must include "fsl,mcm-law"
46 Definition: Must include "fsl,CHIP-mcm", "fsl,mcm" where
/Linux-v4.19/Documentation/devicetree/bindings/net/dsa/
Dmt7530.txt9 - mediatek,mcm: Boolean; if defined, indicates that either MT7530 is the part
17 If the property mediatek,mcm isn't defined, following property is required
25 - reset-names : Should be set to "mcm".
/Linux-v4.19/arch/powerpc/boot/dts/
Dmpc8610_hpcd.dts132 mcm-law@0 {
133 compatible = "fsl,mcm-law";
138 mcm@1000 {
139 compatible = "fsl,mpc8610-mcm", "fsl,mcm";
/Linux-v4.19/arch/arm/boot/dts/
Dmt7623a-rfb-emmc.dts137 mediatek,mcm;
139 reset-names = "mcm";
Dmt7623a-rfb-nand.dts141 mediatek,mcm;
143 reset-names = "mcm";
/Linux-v4.19/drivers/net/dsa/
Dmt7530.c1249 if (priv->mcm) { in mt7530_setup()
1352 priv->mcm = of_property_read_bool(dn, "mediatek,mcm"); in mt7530_probe()
1353 if (priv->mcm) { in mt7530_probe()
1376 if (!priv->mcm) { in mt7530_probe()
Dmt7530.h433 bool mcm; member