| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.c | 62 struct mpc52xx_fec __iomem *fec; member 107 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_set_paddr() local 109 out_be32(&fec->paddr1, *(const u32 *)(&mac[0])); in mpc52xx_fec_set_paddr() 110 out_be32(&fec->paddr2, (*(const u16 *)(&mac[4]) << 16) | FEC_PADDR2_TYPE); in mpc52xx_fec_set_paddr() 174 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_adjust_link() local 181 rcntrl = in_be32(&fec->r_cntrl); in mpc52xx_fec_adjust_link() 182 tcntrl = in_be32(&fec->x_cntrl); in mpc52xx_fec_adjust_link() 191 out_be32(&fec->r_cntrl, rcntrl); in mpc52xx_fec_adjust_link() 192 out_be32(&fec->x_cntrl, tcntrl); in mpc52xx_fec_adjust_link() 447 struct mpc52xx_fec __iomem *fec = priv->fec; in mpc52xx_fec_interrupt() local [all …]
|
| H A D | Makefile | 6 obj-$(CONFIG_FEC) += fec.o 7 fec-objs :=fec_main.o fec_ptp.o
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | ethtool-fec.sh | 13 configured=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2 | head -1 | cut -d' ' -f1) 16 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 21 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto 23 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 29 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 31 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 37 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 39 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 45 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 47 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) [all …]
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mii-fec.c | 53 struct fec_info* fec = bus->priv; in fs_enet_fec_mii_read() local 54 struct fec __iomem *fecp = fec->fecp; in fs_enet_fec_mii_read() 76 struct fec_info* fec = bus->priv; in fs_enet_fec_mii_write() local 77 struct fec __iomem *fecp = fec->fecp; in fs_enet_fec_mii_write() 101 struct fec_info *fec; in fs_enet_mdio_probe() local 111 fec = kzalloc(sizeof(struct fec_info), GFP_KERNEL); in fs_enet_mdio_probe() 112 if (!fec) in fs_enet_mdio_probe() 115 new_bus->priv = fec; in fs_enet_mdio_probe() 126 fec->fecp = ioremap(res.start, resource_size(&res)); in fs_enet_mdio_probe() 127 if (!fec->fecp) { in fs_enet_mdio_probe() [all …]
|
| H A D | mac-fec.c | 73 static int whack_reset(struct fec __iomem *fecp) in whack_reset() 95 fep->fec.fecp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup() 96 if (!fep->fec.fecp) in do_pd_setup() 114 fep->fec.hthi = 0; in setup_data() 115 fep->fec.htlo = 0; in setup_data() 159 struct fec __iomem *fecp = fep->fec.fecp; in set_promiscuous_mode() 168 fep->fec.hthi = 0; in set_multicast_start() 169 fep->fec.htlo = 0; in set_multicast_start() 188 fep->fec.hthi |= csrVal; in set_multicast_one() 190 fep->fec.htlo |= csrVal; in set_multicast_one() [all …]
|
| H A D | Makefile | 9 fs_enet-$(CONFIG_FS_ENET_HAS_FEC) += mac-fec.o 12 obj-$(CONFIG_FS_ENET_MDIO_FEC) += mii-fec.o
|
| /linux/drivers/md/ |
| H A D | dm-verity-fec.c | 18 return v->fec && v->fec->dev; in verity_fec_is_enabled() 38 mod = do_div(offset, v->fec->rsn); in fec_interleave() 39 return offset + mod * (v->fec->rounds << v->data_dev_block_bits); in fec_interleave() 57 position = (index + rsb) * v->fec->roots; in fec_read_parity() 58 block = div64_u64_rem(position, v->fec->io_size, &rem); in fec_read_parity() 61 res = dm_bufio_read_with_ioprio(v->fec->bufio, block, buf, ioprio); in fec_read_parity() 97 return &fio->bufs[i][j * v->fec->rsn]; in fec_buffer_rs_block() 135 for (j = 0; j < v->fec->roots - par_buf_offset; j++) in fec_decode_bufs() 138 res = decode_rs8(fio->rs, block, par_buf, v->fec->rsn, in fec_decode_bufs() 153 offset += (v->fec->roots - par_buf_offset); in fec_decode_bufs() [all …]
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | adder875-redboot.dts | 79 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 D | adder875-uboot.dts | 78 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 D | ep88xc.dts | 77 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 D | mpc885ads.dts | 78 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 D | tqm8xx.dts | 100 compatible = "fsl,mpc866-fec-mdio", "fsl,pq1-fec-mdio"; 111 compatible = "fsl,mpc866-fec-enet", 112 "fsl,pq1-fec-enet";
|
| H A D | mpc866ads.dts | 67 compatible = "fsl,mpc866-fec-mdio", "fsl,pq1-fec-mdio"; 78 compatible = "fsl,mpc866-fec-enet", 79 "fsl,pq1-fec-enet";
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | cx24123.c | 325 static int cx24123_set_fec(struct cx24123_state *state, enum fe_code_rate fec) in cx24123_set_fec() argument 329 if (((int)fec < FEC_NONE) || (fec > FEC_AUTO)) in cx24123_set_fec() 330 fec = FEC_AUTO; in cx24123_set_fec() 333 if (fec == FEC_1_2) in cx24123_set_fec() 340 switch (fec) { in cx24123_set_fec() 387 static int cx24123_get_fec(struct cx24123_state *state, enum fe_code_rate *fec) in cx24123_get_fec() argument 398 *fec = FEC_1_2; in cx24123_get_fec() 401 *fec = FEC_2_3; in cx24123_get_fec() 404 *fec = FEC_3_4; in cx24123_get_fec() 407 *fec = FEC_4_5; in cx24123_get_fec() [all …]
|
| H A D | cx24110.c | 168 static int cx24110_set_fec(struct cx24110_state *state, enum fe_code_rate fec) in cx24110_set_fec() argument 178 if (fec > FEC_AUTO) in cx24110_set_fec() 179 fec = FEC_AUTO; in cx24110_set_fec() 181 if (fec == FEC_AUTO) { /* (re-)establish AutoAcq behaviour */ in cx24110_set_fec() 197 if (rate[fec] < 0) in cx24110_set_fec() 200 cx24110_writereg(state, 0x05, (cx24110_readreg(state, 0x05) & 0xf0) | rate[fec]); in cx24110_set_fec() 202 cx24110_writereg(state, 0x22, (cx24110_readreg(state, 0x22) & 0xf0) | rate[fec]); in cx24110_set_fec() 204 cx24110_writereg(state, 0x1a, g1[fec]); in cx24110_set_fec() 205 cx24110_writereg(state, 0x1b, g2[fec]); in cx24110_set_fec()
|
| H A D | cx24120.c | 114 enum fe_code_rate fec; member 763 enum fe_code_rate fec; member 801 int fec; in cx24120_get_fec() local 804 fec = ret & 0x3f; /* Lower 6 bits */ in cx24120_get_fec() 806 dev_dbg(&state->i2c->dev, "raw fec = %d\n", fec); in cx24120_get_fec() 811 if (modfec_lookup_table[idx].val != fec) in cx24120_get_fec() 824 c->fec_inner = modfec_lookup_table[idx].fec; in cx24120_get_fec() 870 enum fe_code_rate fec; member 932 if (clock_ratios_table[idx].fec != c->fec_inner) in cx24120_set_clock_ratios() 1013 enum fe_code_rate fec; member [all …]
|
| H A D | tda8083.c | 98 static int tda8083_set_fec(struct tda8083_state *state, enum fe_code_rate fec) in tda8083_set_fec() argument 100 if (fec == FEC_AUTO) in tda8083_set_fec() 103 if (fec >= FEC_1_2 && fec <= FEC_8_9) in tda8083_set_fec() 104 return tda8083_writereg (state, 0x07, 1 << (FEC_8_9 - fec)); in tda8083_set_fec()
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_ethtool.c | 360 u8 fec, u8 type) in prestera_modes_to_eth() argument 376 if ((port_fec_caps[mode].pr_fec & fec) == 0) in prestera_modes_to_eth() 384 u64 *link_modes, u8 *fec, u8 type) in prestera_modes_from_eth() argument 408 *fec = fec_modes; in prestera_modes_from_eth() 690 fecparam->fec = 0; in prestera_ethtool_get_fecparam() 696 fecparam->fec |= port_fec_caps[mode].eth_fec; in prestera_ethtool_get_fecparam() 713 u8 fec; in prestera_ethtool_set_fecparam() local 725 fec = PRESTERA_PORT_FEC_MAX; in prestera_ethtool_set_fecparam() 727 if ((port_fec_caps[mode].eth_fec & fecparam->fec) && in prestera_ethtool_set_fecparam() 729 fec = mode; in prestera_ethtool_set_fecparam() [all …]
|
| /linux/drivers/dma/bestcomm/ |
| H A D | Makefile | 8 bestcomm-fec-objs := fec.o bcom_fec_rx_task.o bcom_fec_tx_task.o 13 obj-$(CONFIG_PPC_BESTCOMM_FEC) += bestcomm-fec.o
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 226 if (pfvf->linfo.fec == OTX2_FEC_BASER) { in otx2_get_ethtool_stats() 1026 const int fec[] = { in otx2_get_fecparam() local 1032 if (pfvf->linfo.fec < FEC_MAX_INDEX) in otx2_get_fecparam() 1033 fecparam->active_fec = fec[pfvf->linfo.fec]; in otx2_get_fecparam() 1041 fecparam->fec = ETHTOOL_FEC_NONE; in otx2_get_fecparam() 1043 fecparam->fec = fec[rsp->fwdata.supported_fec]; in otx2_get_fecparam() 1054 int err = 0, fec = 0; in otx2_set_fecparam() local 1056 switch (fecparam->fec) { in otx2_set_fecparam() 1060 fec = OTX2_FEC_OFF; in otx2_set_fecparam() 1063 fec = OTX2_FEC_RS; in otx2_set_fecparam() [all …]
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_port_common.c | 619 struct ethtool_fecparam *fec) in efx_siena_mcdi_phy_get_fecparam() argument 640 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_siena_mcdi_phy_get_fecparam() 643 fec->fec &= ~ETHTOOL_FEC_BASER; in efx_siena_mcdi_phy_get_fecparam() 648 fec->active_fec = ETHTOOL_FEC_OFF; in efx_siena_mcdi_phy_get_fecparam() 651 fec->active_fec = ETHTOOL_FEC_BASER; in efx_siena_mcdi_phy_get_fecparam() 654 fec->active_fec = ETHTOOL_FEC_RS; in efx_siena_mcdi_phy_get_fecparam() 663 fec->active_fec = ETHTOOL_FEC_AUTO; in efx_siena_mcdi_phy_get_fecparam() 685 const struct ethtool_fecparam *fec) in efx_siena_mcdi_phy_set_fecparam() argument 691 rc = ethtool_fec_supported(phy_cfg->supported_cap, fec->fec); in efx_siena_mcdi_phy_set_fecparam() 704 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, fec->fec); in efx_siena_mcdi_phy_set_fecparam() [all …]
|
| H A D | mcdi_port_common.h | 41 struct ethtool_fecparam *fec); 43 const struct ethtool_fecparam *fec);
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_port_common.c | 603 int efx_mcdi_phy_get_fecparam(struct efx_nic *efx, struct ethtool_fecparam *fec) in efx_mcdi_phy_get_fecparam() argument 624 fec->fec = mcdi_fec_caps_to_ethtool(caps, is_25g); in efx_mcdi_phy_get_fecparam() 627 fec->fec &= ~ETHTOOL_FEC_BASER; in efx_mcdi_phy_get_fecparam() 632 fec->active_fec = ETHTOOL_FEC_OFF; in efx_mcdi_phy_get_fecparam() 635 fec->active_fec = ETHTOOL_FEC_BASER; in efx_mcdi_phy_get_fecparam() 638 fec->active_fec = ETHTOOL_FEC_RS; in efx_mcdi_phy_get_fecparam() 647 fec->active_fec = ETHTOOL_FEC_AUTO; in efx_mcdi_phy_get_fecparam() 668 int efx_mcdi_phy_set_fecparam(struct efx_nic *efx, const struct ethtool_fecparam *fec) in efx_mcdi_phy_set_fecparam() argument 674 rc = ethtool_fec_supported(phy_cfg->supported_cap, fec->fec); in efx_mcdi_phy_set_fecparam() 687 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, fec->fec); in efx_mcdi_phy_set_fecparam() [all …]
|
| /linux/drivers/mtd/ubi/ |
| H A D | fastmap.c | 1138 struct ubi_fm_ec *fec; in ubi_write_fastmap() local 1222 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap() 1224 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap() 1226 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap() 1229 fm_pos += sizeof(*fec); in ubi_write_fastmap() 1235 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap() 1237 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap() 1239 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap() 1242 fm_pos += sizeof(*fec); in ubi_write_fastmap() 1247 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap() [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx53-kp-hsc.dts | 15 &fec { 38 ethernet = <&fec>;
|