Home
last modified time | relevance | path

Searched refs:RMII (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/powerpc/boot/dts/
Dkmeter1.dts350 /* Piggy2 (UCC4, MDIO 0x00, RMII) */
366 /* Eth-1 (UCC5, MDIO 0x08, RMII) */
382 /* Eth-2 (UCC6, MDIO 0x09, RMII) */
398 /* Eth-3 (UCC7, MDIO 0x0a, RMII) */
414 /* Eth-4 (UCC8, MDIO 0x0b, RMII) */
436 /* Piggy2 (UCC4, MDIO 0x00, RMII) */
441 /* Eth-1 (UCC5, MDIO 0x08, RMII) */
446 /* Eth-2 (UCC6, MDIO 0x09, RMII) */
451 /* Eth-3 (UCC7, MDIO 0x0a, RMII) */
456 /* Eth-4 (UCC8, MDIO 0x0b, RMII) */
/linux-2.6.39/arch/arm/mach-davinci/
DKconfig185 bool "RMII Ethernet PHY"
187 Say Y if you want to use the RMII PHY on the DA850/OMAP-L138/AM18x
191 not be functional if RMII mode is selected.
/linux-2.6.39/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h189 #define RMII 0x01000000 /* RMII/MII* Mode */ macro
/linux-2.6.39/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h188 #define RMII 0x01000000 /* RMII/MII* Mode */ macro
/linux-2.6.39/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h187 #define RMII 0x01000000 /* RMII/MII* Mode … macro
/linux-2.6.39/drivers/net/
Dmacb.c1206 macb_writel(bp, USRIO, (MACB_BIT(RMII) | MACB_BIT(CLKEN)) ); in macb_probe()
Dbfin_mac.c1239 opmode |= RMII; /* For Now only 100MBit are supported */ in bfin_mac_enable()