| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | mediatek-dwmac.txt | 26 It should be defined for RMII interface when the reference clock is from MT2712 SoC. 29 It should be defined for RMII interface. 32 Both delay properties need to be a multiple of 550 for MII/RMII interface, 35 - mediatek,rmii-rxc: boolean property, if present indicates that the RMII 39 - mediatek,rmii-clk-from-mac: boolean property, if present indicates that 40 MT2712 SoC provides the RMII reference clock, which outputs to TXC pin only. 44 which is from external PHYs in RMII case, and it rarely happen. 45 3. the reference clock, which outputs to TXC pin will be inversed in RMII case 49 2. reference clock will be inversed when arrived at MAC in RMII case, when 51 3. the inside clock, which be sent to MAC, will be inversed in RMII case when [all …]
|
| D | micrel.txt | 22 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select 25 Setting the RMII Reference Clock Select bit enables 25 MHz rather 30 Specifically, a clock reference ("rmii-ref" below) is always needed to 36 - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference
|
| D | ftgmac100.txt | 19 absent, "rgmii" is assumed. Supported values are "rgmii*" and "rmii" for 22 rmii (100bT) but kept as a separate property in case NC-SI grows support 28 IP clock, and optionally an RMII RCLK gate for the AST2500/AST2600. The 33 - "RCLK": Clock gate for the RMII RCLK
|
| D | cpsw-phy-sel.txt | 13 -rmii-clock-ext : If present, the driver will configure the RMII 29 rmii-clock-ext;
|
| D | lpc-eth.txt | 10 absent, "rmii" is assumed. 26 phy-mode = "rmii";
|
| D | rockchip-dwmac.txt | 24 <&cru SCLK_MACREF>: clock gate for RMII referce clock 25 <&cru SCLK_MACREF_OUT> clock gate for RMII reference clock output 33 is not sourced from SoC's PLL, but input from PHY; For RMII, "input" means
|
| D | davinci_emac.txt | 23 - ti,davinci-rmii-en: 1 byte, 1 means use RMII
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ |
| D | micrel.txt | 22 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select 25 Setting the RMII Reference Clock Select bit enables 25 MHz rather 30 Specifically, a clock reference ("rmii-ref" below) is always needed to 36 - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference
|
| D | cpsw-phy-sel.txt | 13 -rmii-clock-ext : If present, the driver will configure the RMII 29 rmii-clock-ext;
|
| D | lpc-eth.txt | 10 absent, "rmii" is assumed. 21 phy-mode = "rmii";
|
| D | rockchip-dwmac.txt | 24 <&cru SCLK_MACREF>: clock gate for RMII referce clock 25 <&cru SCLK_MACREF_OUT> clock gate for RMII reference clock output 33 is not sourced from SoC's PLL, but input from PHY; For RMII, "input" means
|
| D | ftgmac100.txt | 18 absent, "rgmii" is assumed. Supported values are "rgmii*" and "rmii" for 21 rmii (100bT) but kept as a separate property in case NC-SI grows support
|
| D | davinci_emac.txt | 23 - ti,davinci-rmii-en: 1 byte, 1 means use RMII
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
| D | kmeter1.dts | 346 /* Piggy2 (UCC4, MDIO 0x00, RMII) */ 358 phy-connection-type = "rmii"; 362 /* Eth-1 (UCC5, MDIO 0x08, RMII) */ 374 phy-connection-type = "rmii"; 378 /* Eth-2 (UCC6, MDIO 0x09, RMII) */ 390 phy-connection-type = "rmii"; 394 /* Eth-3 (UCC7, MDIO 0x0a, RMII) */ 406 phy-connection-type = "rmii"; 410 /* Eth-4 (UCC8, MDIO 0x0b, RMII) */ 422 phy-connection-type = "rmii"; [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/boot/dts/ |
| D | kmeter1.dts | 350 /* Piggy2 (UCC4, MDIO 0x00, RMII) */ 362 phy-connection-type = "rmii"; 366 /* Eth-1 (UCC5, MDIO 0x08, RMII) */ 378 phy-connection-type = "rmii"; 382 /* Eth-2 (UCC6, MDIO 0x09, RMII) */ 394 phy-connection-type = "rmii"; 398 /* Eth-3 (UCC7, MDIO 0x0a, RMII) */ 410 phy-connection-type = "rmii"; 414 /* Eth-4 (UCC8, MDIO 0x0b, RMII) */ 426 phy-connection-type = "rmii"; [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-mediatek.c | 88 * only in RMII(when MAC provides the reference clock), and useless for in mt2712_set_interface() 89 * RGMII/MII/RMII(when PHY provides the reference clock). in mt2712_set_interface() 129 /* 550ps per stage for MII/RMII */ in mt2712_delay_ps2stage() 154 /* 550ps per stage for MII/RMII */ in mt2712_delay_stage2ps() 191 /* case 1: mac provides the rmii reference clock, in mt2712_set_delay() 204 /* case 2: the rmii reference clock is from external phy, in mt2712_set_delay() 211 /* the rmii reference clock from outside is connected in mt2712_set_delay() 219 /* the rmii reference clock from outside is connected in mt2712_set_delay() 309 plat->rmii_rxc = of_property_read_bool(plat->np, "mediatek,rmii-rxc"); in mediatek_dwmac_config_dt() 310 plat->rmii_clk_from_mac = of_property_read_bool(plat->np, "mediatek,rmii-clk-from-mac"); in mediatek_dwmac_config_dt()
|
| /kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
| D | pinctrl-ipq4019.c | 517 FUNCTION(rmii), 595 PINGROUP(36, rmii, led2, led0, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 597 PINGROUP(37, rmii, wifi0, wifi1, led1, NA, NA, NA, NA, NA, NA, NA, NA, 599 PINGROUP(38, rmii, led2, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 601 PINGROUP(39, rmii, pcie, led3, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 603 PINGROUP(40, rmii, wifi0, wifi1, smart2, led4, NA, NA, NA, NA, NA, NA, 605 PINGROUP(41, rmii, wifi0, wifi1, smart2, NA, NA, NA, NA, NA, NA, NA, 607 PINGROUP(42, rmii, wifi0, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 609 PINGROUP(43, rmii, wifi1, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 611 PINGROUP(44, rmii, blsp_spi1, smart0, led5, NA, NA, NA, NA, NA, NA, NA, [all …]
|
| /kernel/linux/linux-4.19/drivers/pinctrl/qcom/ |
| D | pinctrl-ipq4019.c | 524 FUNCTION(rmii), 602 PINGROUP(36, rmii, led2, led0, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 604 PINGROUP(37, rmii, wifi0, wifi1, led1, NA, NA, NA, NA, NA, NA, NA, NA, 606 PINGROUP(38, rmii, led2, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 608 PINGROUP(39, rmii, pcie, led3, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 610 PINGROUP(40, rmii, wifi0, wifi1, smart2, led4, NA, NA, NA, NA, NA, NA, 612 PINGROUP(41, rmii, wifi0, wifi1, smart2, NA, NA, NA, NA, NA, NA, NA, 614 PINGROUP(42, rmii, wifi0, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 616 PINGROUP(43, rmii, wifi1, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, 618 PINGROUP(44, rmii, blsp_spi1, smart0, led5, NA, NA, NA, NA, NA, NA, NA, [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx6ul-kontron-n6x1x-som-common.dtsi | 32 phy-mode = "rmii"; 44 clock-names = "rmii-ref"; 50 phy-mode = "rmii";
|
| D | at91sam9x25ek.dts | 22 phy-mode = "rmii"; 27 phy-mode = "rmii";
|
| D | imx53-kp-hsc.dts | 18 fixed-link { /* RMII fixed link to LAN9303 */ 35 port@0 { /* RMII fixed link to master */
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | at91sam9x25ek.dts | 24 phy-mode = "rmii"; 29 phy-mode = "rmii";
|
| D | imx53-kp-hsc.dts | 18 fixed-link { /* RMII fixed link to LAN9303 */ 35 port@0 { /* RMII fixed link to master */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | ti,phy-gmii-sel.yaml | 15 two 10/100/1000 Ethernet ports with selectable G/MII, RMII, and RGMII interfaces. 31 | | | RMII <-------> 89 - RMII refclk mode
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/arc/ |
| D | emac_rockchip.c | 120 /* RK3036/RK3066/RK3188 SoCs only support RMII */ in emac_rockchip_probe() 183 /* Set RMII mode */ in emac_rockchip_probe() 194 /* RMII interface needs always a rate of 50MHz */ in emac_rockchip_probe() 217 /* RMII TX/RX needs always a rate of 25MHz */ in emac_rockchip_probe()
|