Home
last modified time | relevance | path

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

12345678

/openbmc/u-boot/drivers/net/
H A Dfec_mxc.c129 struct fec_priv *fec; in fec_get_clk_rate() local
142 fec = dev_get_priv(dev); in fec_get_clk_rate()
143 if (fec) in fec_get_clk_rate()
144 return fec->clk_rate; in fec_get_clk_rate()
237 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_restart_aneg() local
238 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
245 fec_mdio_write(eth, fec->phy_id, MII_DCOUNTER, 0x00FF); in miiphy_restart_aneg()
247 fec_mdio_write(eth, fec->phy_id, MII_BMCR, BMCR_RESET); in miiphy_restart_aneg()
251 fec_mdio_write(eth, fec->phy_id, MII_ADVERTISE, in miiphy_restart_aneg()
254 fec_mdio_write(eth, fec->phy_id, MII_BMCR, in miiphy_restart_aneg()
[all …]
/openbmc/qemu/hw/arm/
H A Dfsl-imx25.c58 object_initialize_child(obj, "fec", &s->fec, TYPE_IMX_FEC); in fsl_imx25_init()
172 object_property_set_uint(OBJECT(&s->fec), "phy-num", s->phy_num, in fsl_imx25_realize()
174 qemu_configure_nic_device(DEVICE(&s->fec), true, NULL); in fsl_imx25_realize()
176 if (!sysbus_realize(SYS_BUS_DEVICE(&s->fec), errp)) { in fsl_imx25_realize()
179 sysbus_mmio_map(SYS_BUS_DEVICE(&s->fec), 0, FSL_IMX25_FEC_ADDR); in fsl_imx25_realize()
180 sysbus_connect_irq(SYS_BUS_DEVICE(&s->fec), 0, in fsl_imx25_realize()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap.c1109 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1189 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1191 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1193 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1196 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1202 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1204 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1206 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1209 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1214 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Ddk-Aarhus-Antenneforening1 # freq sr fec mod
H A Dat-Vienna2 # freq sr fec mod
H A Dch-Zuerich-upc-cablecom3 # freq sr fec mod
H A Dch-Bern-upc-cablecom3 # freq sr fec mod
H A Dch-Video20004 # freq sr fec mod
H A Dfi-TTV2 # freq sr fec mod
H A Dbr-Net-Digital4 # freq sr fec mod
H A Dnl-REKAM-CAIW_Gouda2 # freq sr fec mod
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DIntelsat-11-43.0W2 # freq pol sr fec
H A DSBS6-74w2 # freq pol sr fec
H A DGalaxy27-129w2 # freq pol sr fec
H A DExpress-3A-11.0W2 # freq pol sr fec
H A DIA7-129w2 # freq pol sr fec
H A DGalaxy3C-95.0W2 # freq pol sr fec
H A DAstra-19.2E2 # freq pol sr fec
H A DAnik-F2_C-111.1W2 # freq pol sr fec
H A DOptusD1-160.0E2 # freq pol sr fec
H A DAMC5-79w2 # freq pol sr fec
H A DAMC1-103w2 # freq pol sr fec
H A DIntelsat-707-53.0W2 # freq pol sr fec
H A DGalaxy15_C-133W2 # freq pol sr fec
H A DAMC10_C-135W2 # freq pol sr fec

12345678