Searched refs:fec (Results 1 – 25 of 184) sorted by relevance
12345678
| /openbmc/u-boot/drivers/net/ |
| H A D | fec_mxc.c | 129 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 D | fsl-imx25.c | 58 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 D | fastmap.c | 1109 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 D | dk-Aarhus-Antenneforening | 1 # freq sr fec mod
|
| H A D | at-Vienna | 2 # freq sr fec mod
|
| H A D | ch-Zuerich-upc-cablecom | 3 # freq sr fec mod
|
| H A D | ch-Bern-upc-cablecom | 3 # freq sr fec mod
|
| H A D | ch-Video2000 | 4 # freq sr fec mod
|
| H A D | fi-TTV | 2 # freq sr fec mod
|
| H A D | br-Net-Digital | 4 # freq sr fec mod
|
| H A D | nl-REKAM-CAIW_Gouda | 2 # freq sr fec mod
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ |
| H A D | Intelsat-11-43.0W | 2 # freq pol sr fec
|
| H A D | SBS6-74w | 2 # freq pol sr fec
|
| H A D | Galaxy27-129w | 2 # freq pol sr fec
|
| H A D | Express-3A-11.0W | 2 # freq pol sr fec
|
| H A D | IA7-129w | 2 # freq pol sr fec
|
| H A D | Galaxy3C-95.0W | 2 # freq pol sr fec
|
| H A D | Astra-19.2E | 2 # freq pol sr fec
|
| H A D | Anik-F2_C-111.1W | 2 # freq pol sr fec
|
| H A D | OptusD1-160.0E | 2 # freq pol sr fec
|
| H A D | AMC5-79w | 2 # freq pol sr fec
|
| H A D | AMC1-103w | 2 # freq pol sr fec
|
| H A D | Intelsat-707-53.0W | 2 # freq pol sr fec
|
| H A D | Galaxy15_C-133W | 2 # freq pol sr fec
|
| H A D | AMC10_C-135W | 2 # freq pol sr fec
|
12345678