Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-dwmac.txt26 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
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
H A Dmicrel.txt23 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select
26 Setting the RMII Reference Clock Select bit enables 25 MHz rather
37 - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference
H A Drockchip-dwmac.txt24 <&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
H A Dftgmac100.txt29 IP clock, and optionally an RMII RCLK gate for the AST2500/AST2600. The
34 - "RCLK": Clock gate for the RMII RCLK
H A Dcpsw-phy-sel.txt13 -rmii-clock-ext : If present, the driver will configure the RMII
H A Ddavinci_emac.txt23 - ti,davinci-rmii-en: 1 byte, 1 means use RMII
H A Dsti-dwmac.txt20 - st,ext-phyclk: valid only for RMII where PHY can generate 50MHz clock or
H A Dimx-dwmac.txt30 - snps,rmii_refclk_ext: to select RMII reference clock from external.
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dkmeter1.dts346 /* Piggy2 (UCC4, MDIO 0x00, RMII) */
362 /* Eth-1 (UCC5, MDIO 0x08, RMII) */
378 /* Eth-2 (UCC6, MDIO 0x09, RMII) */
394 /* Eth-3 (UCC7, MDIO 0x0a, RMII) */
410 /* Eth-4 (UCC8, MDIO 0x0b, RMII) */
432 /* Piggy2 (UCC4, MDIO 0x00, RMII) */
437 /* Eth-1 (UCC5, MDIO 0x08, RMII) */
442 /* Eth-2 (UCC6, MDIO 0x09, RMII) */
447 /* Eth-3 (UCC7, MDIO 0x0a, RMII) */
452 /* Eth-4 (UCC8, MDIO 0x0b, RMII) */
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt5 two 10/100/1000 Ethernet ports with selectable G/MII, RMII, and RGMII interfaces.
21 | | | RMII <------->
47 cell 2 - RMII refclk mode
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx53-kp-hsc.dts18 fixed-link { /* RMII fixed link to LAN9303 */
35 port@0 { /* RMII fixed link to master */
H A Dimx6qdl-sr-som.dtsi133 * As the RMII pins are also connected to RGMII
H A Dimx6qdl-skov-cpu.dtsi392 /* RMII 50 MHz */
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dlan9303.txt31 fixed-link { /* RMII fixed link to LAN9303 */
47 port@0 { /* RMII fixed link to master */
H A Dsja1105.txt32 - In the case of MII or RMII it specifies whether the SJA1105 port is a
50 ports are at both ends of a MII/RMII PHY-less setup. One end would need
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-icev2.dts204 /* Slave 1, RMII mode */
213 /* Slave 2, RMII mode */
471 /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drockchip,rk3188-cru.txt37 - "ext_rmii" - external RMII clock - optional,
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-sama5d3_eds.dts217 /* Reserved for an interrupt line from the RMII and RGMII connectors. */
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp151c-mect1s.dts246 /* RGMII mode is not working properly, using RMII instead. */
/freebsd/sys/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt41 offset and bitmask of RMII reset field. May have multiple tuples if more
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-dhcom-som.dtsi837 pinctrl_eqos_rmii: dhcom-eqos-rmii-grp { /* RMII */
890 pinctrl_fec_rmii: dhcom-fec-rmii-grp { /* RMII */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1129 auto RMII = CurInst->getReverseIterator(); in salvageCopySSAImpl() local
1130 auto PrevInstrs = make_range(RMII, CurInst->getParent()->instr_rend()); in salvageCopySSAImpl()