Home
last modified time | relevance | path

Searched refs:MIX (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/net/
Dcavium-mix.txt1 * MIX Ethernet controller.
6 Compatibility with all cn5XXX and cn6XXX SOCs populated with MIX
10 bank contains the MIX registers. The second bank the corresponding
12 MIX devices present. The fourth bank is the AGL_PRT_CTL shared by
13 all MIX devices present.
16 register banks corresponds to this MIX device.
18 - interrupts: Two interrupt specifiers. The first is the MIX
26 reg = <0x10700 0x00100800 0x0 0x100>, /* MIX */
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt26 - rcar_sound,mix : Should contain MIX feature.
27 The number of MIX subnode should be same as HW.
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts200 reg = <0x10700 0x00100000 0x0 0x100>, /* MIX */
212 reg = <0x10700 0x00100800 0x0 0x100>, /* MIX */
Docteon_68xx.dts244 reg = <0x10700 0x00100000 0x0 0x100>, /* MIX */
/linux-4.4.14/drivers/net/ethernet/sis/
Dsis900.c128 #define MIX 0x0003 macro
140 { "NS 83851 PHY", 0x2000, 0x5C20, MIX },
141 { "NS 83847 PHY", 0x2000, 0x5C30, MIX },
646 if (mii_chip_table[i].phy_types == MIX) in sis900_mii_probe()
Dsis190.c307 MIX = 0x03 enumerator
1339 phy->type = (p->type == MIX) ? in sis190_init_phy()