/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | fec_mxc.c | 136 struct fec_priv *fec; in fec_get_clk_rate() local 151 fec = dev_get_priv(dev); in fec_get_clk_rate() 152 if (fec) in fec_get_clk_rate() 153 return fec->clk_rate; in fec_get_clk_rate() 246 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_restart_aneg() local 247 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg() 254 fec_mdio_write(eth, fec->phy_id, MII_DCOUNTER, 0x00FF); in miiphy_restart_aneg() 256 fec_mdio_write(eth, fec->phy_id, MII_BMCR, BMCR_RESET); in miiphy_restart_aneg() 260 fec_mdio_write(eth, fec->phy_id, MII_ADVERTISE, in miiphy_restart_aneg() 263 fec_mdio_write(eth, fec->phy_id, MII_BMCR, in miiphy_restart_aneg() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpulpfecenc.c | 342 GstBuffer *fec = NULL; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets() local 347 while (NULL != (fec = in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets() 350 gst_buffer_copy_into (fec, latest_packet, GST_BUFFER_COPY_TIMESTAMPS, 0, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets() 353 ret = gst_pad_push (ctx->srcpad, fec); in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets() 519 gst_rtp_ulpfec_enc_aquire_ctx (GstRtpUlpFecEnc * fec, guint ssrc) in gst_rtp_ulpfec_enc_aquire_ctx() argument 523 GST_OBJECT_LOCK (fec); in gst_rtp_ulpfec_enc_aquire_ctx() 524 ctx = g_hash_table_lookup (fec->ssrc_to_ctx, GUINT_TO_POINTER (ssrc)); in gst_rtp_ulpfec_enc_aquire_ctx() 527 gst_rtp_ulpfec_enc_stream_ctx_new (ssrc, GST_ELEMENT_CAST (fec), in gst_rtp_ulpfec_enc_aquire_ctx() 528 fec->srcpad, fec->pt, fec->percentage, in gst_rtp_ulpfec_enc_aquire_ctx() 529 fec->percentage_important, fec->multipacket); in gst_rtp_ulpfec_enc_aquire_ctx() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpulpfec.c | 258 const guint8 fec[] = SAMPLE_ULPFEC0_FEC; in GST_START_TEST() local 263 feclongmask = g_malloc (sizeof (fec) - 1 + 4); in GST_START_TEST() 267 memcpy (feclongmask, fec, 26); in GST_START_TEST() 281 memcpy (feclongmask + 30, fec + 26, sizeof (fec) - 1 - 26); in GST_START_TEST() 283 push_data (h, feclongmask, sizeof (fec) - 1 + 4); in GST_START_TEST() 557 const guint8 fec[] = SAMPLE_ULPFEC0_FEC; in GST_START_TEST() local 562 fec_ebit_not_zero = g_malloc (sizeof (fec) - 1); in GST_START_TEST() 563 memcpy (fec_ebit_not_zero, fec, sizeof (fec) - 1); in GST_START_TEST() 566 push_data (h, fec_ebit_not_zero, sizeof (fec) - 1); in GST_START_TEST()
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/ubi/ |
D | fastmap.c | 1110 struct ubi_fm_ec *fec; in ubi_write_fastmap() local 1190 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap() 1192 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap() 1194 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap() 1197 fm_pos += sizeof(*fec); in ubi_write_fastmap() 1203 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap() 1205 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap() 1207 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap() 1210 fm_pos += sizeof(*fec); in ubi_write_fastmap() 1215 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | vf.dtsi | 192 fec0: fec@400d0000 { 193 compatible = "fsl,mvf600-fec"; 198 fec1: fec@400d1000 { 199 compatible = "fsl,mvf600-fec";
|
D | imx6qdl-nitrogen6x.dtsi | 54 &fec {
|
D | imx7d.dtsi | 126 compatible = "fsl,imx7d-fec", "fsl,imx6sx-fec";
|
D | fsl-imx8qm.dtsi | 512 compatible = "fsl,imx8qm-fec", "fsl,imx7d-fec"; 536 compatible = "fsl,imx8qm-fec", "fsl,imx7d-fec";
|
D | fsl-imx8dx.dtsi | 521 compatible = "fsl,imx7d-fec", "fsl,imx8qm-fec"; 539 compatible = "fsl,imx7d-fec", "fsl,imx8qm-fec";
|
D | imx6qp.dtsi | 79 &fec {
|
D | imx53-kp.dts | 50 &fec {
|
D | imx53.dtsi | 23 ethernet0 = &fec; 801 fec: ethernet@63fec000 { label 802 compatible = "fsl,imx53-fec", "fsl,imx25-fec";
|
D | imx6qdl-wandboard-revd1.dtsi | 134 &fec {
|
D | imx6q-kp.dts | 61 &fec {
|
D | imx6sl.dtsi | 27 ethernet0 = &fec; 807 fec: ethernet@02188000 { label 808 compatible = "fsl,imx6sl-fec", "fsl,imx25-fec";
|
D | imx53-cx9020.dts | 208 &fec {
|
D | imx6dl-mamoj.dts | 17 &fec {
|
D | imx6qdl-wandboard.dtsi | 228 &fec {
|
D | imx53-m53menlo.dts | 86 &fec {
|
D | imx6ul.dtsi | 503 compatible = "fsl,imx6ul-fec", "fsl,imx6q-fec"; 837 compatible = "fsl,imx6ul-fec", "fsl,imx6q-fec";
|
D | imx6dl-brppt2.dts | 147 &fec {
|
D | imx6qdl-icore-rqs.dtsi | 56 &fec {
|
D | imx6q-tbs2910.dts | 105 &fec {
|
/third_party/ffmpeg/libavformat/ |
D | prompeg.c | 218 static int prompeg_write_fec(URLContext *h, PrompegFec *fec, uint8_t type) { in prompeg_write_fec() argument 222 uint8_t *b = fec->bitstring; in prompeg_write_fec() 235 AV_WB32(buf + 4, fec->ts); in prompeg_write_fec() 239 AV_WB16(buf + 12, fec->sn); in prompeg_write_fec()
|
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/ |
D | fec.h | 107 typedef struct fec { struct
|