Home
last modified time | relevance | path

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

1234

/u-boot/drivers/net/
A Dfec_mxc.c157 if (fec) in fec_get_clk_rate()
272 ret = fec->mii_postcall(fec->phy_id); in miiphy_restart_aneg()
762 writew(status, &fec->tbd_base[fec->tbd_index].status); in fecmxc_send()
830 if (!(readw(&fec->tbd_base[fec->tbd_index].status) & in fecmxc_send()
840 readw(&fec->tbd_base[fec->tbd_index].status), in fecmxc_send()
867 struct fec_bd *rbd = &fec->rbd_base[fec->rbd_index]; in fecmxc_recv()
991 fec->rbd_index = (fec->rbd_index + 1) % FEC_RBD_NUM; in fecmxc_recv()
1129 if (!fec) { in fec_probe()
1136 memset(fec, 0, sizeof(*fec)); in fec_probe()
1150 fec->bd = bd; in fec_probe()
[all …]
/u-boot/arch/arm/dts/
A Dimx6qdl-dhcom-pdk2-u-boot.dtsi9 fec_vio: regulator-fec {
12 regulator-name = "fec-vio";
17 &fec {
A Dimx53-kp-u-boot.dtsi8 &fec {
A Dvf.dtsi192 fec0: fec@400d0000 {
193 compatible = "fsl,mvf600-fec";
198 fec1: fec@400d1000 {
199 compatible = "fsl,mvf600-fec";
A Dimx28-xea.dts35 reg_fec_3v3: regulator-fec-3v3 {
37 regulator-name = "fec-3v3";
A Dimx6qdl-icore-1.5.dtsi25 &fec {
A Dimx6qdl-mba6a.dtsi5 &fec {
A Dimx6qdl-mba6b.dtsi5 &fec {
A Dimx6q-phytec-mira-rdk-nand.dts26 &fec {
/u-boot/doc/device-tree-bindings/net/
A Dfsl,mcf-fec.txt4 - compatible: should be "fsl,mcf-fec"
17 compatible = "fsl,mcf-fec";
A Dfsl,mcf-dma-fec.txt4 - compatible: should be "fsl,mcf-dma-fec"
23 compatible = "fsl,mcf-dma-fec";
/u-boot/arch/m68k/dts/
A Dmcf5275.dtsi46 compatible = "fsl,mcf-fec";
55 compatible = "fsl,mcf-fec";
A Dmcf5445x.dtsi51 compatible = "fsl,mcf-fec";
60 compatible = "fsl,mcf-fec";
A Dmcf5301x.dtsi51 compatible = "fsl,mcf-fec";
61 compatible = "fsl,mcf-fec";
A Dmcf54xx.dtsi42 compatible = "fsl,mcf-dma-fec";
57 compatible = "fsl,mcf-dma-fec";
A Dmcf5441x.dtsi90 compatible = "fsl,mcf-fec";
99 compatible = "fsl,mcf-fec";
A Dmcf5208.dtsi38 compatible = "fsl,mcf-fec";
A Dmcf5272.dtsi39 compatible = "fsl,mcf-fec";
A Dmcf5329.dtsi38 compatible = "fsl,mcf-fec";
A Dmcf537x.dtsi38 compatible = "fsl,mcf-fec";
A Dmcf5271.dtsi45 compatible = "fsl,mcf-fec";
A Dmcf5282.dtsi45 compatible = "fsl,mcf-fec";
/u-boot/arch/m68k/lib/
A DMakefile16 obj-y += fec.o
/u-boot/drivers/mtd/ubi/
A Dfastmap.c1114 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1198 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1201 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1211 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1214 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1223 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1226 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1236 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1239 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1254 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
[all …]
/u-boot/drivers/net/octeontx2/
A Dcgx_intf.h237 u64 fec:2; /* Current FEC type if enabled, if not 0 */ member
263 u64 fec:2; member
386 u64 fec:2; member

Completed in 31 milliseconds

1234