Home
last modified time | relevance | path

Searched refs:fec (Results 1 – 25 of 153) sorted by relevance

1234567

/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dadder875-uboot.dts78 compatible = "fsl,mpc875-fec-mdio", "fsl,pq1-fec-mdio";
94 compatible = "fsl,mpc875-fec-enet",
95 "fsl,pq1-fec-enet";
106 compatible = "fsl,mpc875-fec-enet",
107 "fsl,pq1-fec-enet";
H A Dadder875-redboot.dts79 compatible = "fsl,mpc875-fec-mdio", "fsl,pq1-fec-mdio";
95 compatible = "fsl,mpc875-fec-enet",
96 "fsl,pq1-fec-enet";
107 compatible = "fsl,mpc875-fec-enet",
108 "fsl,pq1-fec-enet";
H A Dep88xc.dts77 compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
93 compatible = "fsl,mpc885-fec-enet",
94 "fsl,pq1-fec-enet";
105 compatible = "fsl,mpc885-fec-enet",
106 "fsl,pq1-fec-enet";
H A Dmpc885ads.dts78 compatible = "fsl,mpc885-fec-mdio", "fsl,pq1-fec-mdio";
98 compatible = "fsl,mpc885-fec-enet",
99 "fsl,pq1-fec-enet";
110 compatible = "fsl,mpc885-fec-enet",
111 "fsl,pq1-fec-enet";
H A Dtqm8xx.dts100 compatible = "fsl,mpc866-fec-mdio", "fsl,pq1-fec-mdio";
111 compatible = "fsl,mpc866-fec-enet",
112 "fsl,pq1-fec-enet";
H A Dmpc866ads.dts67 compatible = "fsl,mpc866-fec-mdio", "fsl,pq1-fec-mdio";
78 compatible = "fsl,mpc866-fec-enet",
79 "fsl,pq1-fec-enet";
H A Dtqm5200.dts128 compatible = "fsl,mpc5200-fec";
139 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
H A Dcharon.dts126 compatible = "fsl,mpc5200-fec";
137 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
H A Dmpc5200b.dtsi219 compatible = "fsl,mpc5200b-fec","fsl,mpc5200-fec";
229 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
H A Dlite5200.dts219 compatible = "fsl,mpc5200-fec";
230 reg = <0x3000 0x400>; // fec range, since we need to setup fec interrupts
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dfsl-fec.txt4 - compatible : Should be "fsl,<soc>-fec"
6 - interrupts : Should contain fec interrupt
49 directory, and point the fec's "phy-handle" property to it. Then use
67 compatible = "fsl,imx51-fec", "fsl,imx27-fec";
79 compatible = "fsl,imx51-fec", "fsl,imx27-fec";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx53-kp-hsc.dts15 &fec {
38 ethernet = <&fec>;
H A Dimx25-karo-tx25.dts25 regulator-name = "fec-phy";
92 &fec {
H A Dimx35.dtsi20 ethernet0 = &fec;
192 fec: fec@50038000 { label
193 compatible = "fsl,imx35-fec", "fsl,imx27-fec";
H A Dimx6qdl-icore-1.5.dtsi25 &fec {
H A Dimx6dl-phytec-mira-rdk-nand.dts26 &fec {
H A Dimx6qp-phytec-mira-rdk-nand.dts26 &fec {
H A Dimx6q-phytec-mira-rdk-emmc.dts26 &fec {
H A Dimx6q-phytec-mira-rdk-nand.dts26 &fec {
H A Dimx25-eukrea-cpuimx25.dtsi18 &fec {
H A Dimx50.dtsi22 ethernet0 = &fec;
487 fec: ethernet@63fec000 { label
488 compatible = "fsl,imx53-fec", "fsl,imx25-fec";
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_phy.c101 __in uint32_t fec, in mcdi_phy_decode_link_mode() argument
147 switch (fec) { in mcdi_phy_decode_link_mode()
158 EFSYS_PROBE1(mc_pcol_error, int, fec); in mcdi_phy_decode_link_mode()
175 efx_phy_fec_type_t fec = MC_CMD_FEC_NONE; in ef10_phy_link_ev() local
214 &fcntl, &fec); in ef10_phy_link_ev()
265 uint32_t fec; in ef10_phy_get_link() local
294 fec = MC_CMD_FEC_NONE; in ef10_phy_get_link()
296 fec = MCDI_OUT_DWORD(req, GET_LINK_OUT_V2_FEC_TYPE); in ef10_phy_get_link()
301 fec, &elsp->epls.epls_link_mode, in ef10_phy_get_link()
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp_eth.c174 unsigned int fec; in nfp_eth_port_translate() local
210 fec = FIELD_GET(NSP_ETH_PORT_FEC_SUPP_BASER, port); in nfp_eth_port_translate()
211 dst->fec_modes_supported |= fec << NFP_FEC_BASER_BIT; in nfp_eth_port_translate()
212 fec = FIELD_GET(NSP_ETH_PORT_FEC_SUPP_RS, port); in nfp_eth_port_translate()
213 dst->fec_modes_supported |= fec << NFP_FEC_REED_SOLOMON_BIT; in nfp_eth_port_translate()
217 dst->fec = 1 << FIELD_GET(NSP_ETH_STATE_FEC, state); in nfp_eth_port_translate()
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Dxlnx,sd-fec.txt12 - compatible: Must be "xlnx,sd-fec-1.1"
46 sd_fec_0: sd-fec@a0040000 {
47 compatible = "xlnx,sd-fec-1.1";
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt34 ie. ethernet on mpc5200: compatible = "fsl,mpc5200-fec";
35 ethernet on mpc5200b: compatible = "fsl,mpc5200b-fec", "fsl,mpc5200-fec";
96 ethernet@<addr> fsl,mpc5200-fec MPC5200 ethernet device
158 fsl,mpc5200-fec nodes

1234567