Searched refs:fec (Results 1 – 25 of 88) sorted by relevance
1234
/u-boot/drivers/net/ |
A D | fec_mxc.c | 157 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 D | imx6qdl-dhcom-pdk2-u-boot.dtsi | 9 fec_vio: regulator-fec { 12 regulator-name = "fec-vio"; 17 &fec {
|
A D | imx53-kp-u-boot.dtsi | 8 &fec {
|
A D | vf.dtsi | 192 fec0: fec@400d0000 { 193 compatible = "fsl,mvf600-fec"; 198 fec1: fec@400d1000 { 199 compatible = "fsl,mvf600-fec";
|
A D | imx28-xea.dts | 35 reg_fec_3v3: regulator-fec-3v3 { 37 regulator-name = "fec-3v3";
|
A D | imx6qdl-icore-1.5.dtsi | 25 &fec {
|
A D | imx6qdl-mba6a.dtsi | 5 &fec {
|
A D | imx6qdl-mba6b.dtsi | 5 &fec {
|
A D | imx6q-phytec-mira-rdk-nand.dts | 26 &fec {
|
/u-boot/doc/device-tree-bindings/net/ |
A D | fsl,mcf-fec.txt | 4 - compatible: should be "fsl,mcf-fec" 17 compatible = "fsl,mcf-fec";
|
A D | fsl,mcf-dma-fec.txt | 4 - compatible: should be "fsl,mcf-dma-fec" 23 compatible = "fsl,mcf-dma-fec";
|
/u-boot/arch/m68k/dts/ |
A D | mcf5275.dtsi | 46 compatible = "fsl,mcf-fec"; 55 compatible = "fsl,mcf-fec";
|
A D | mcf5445x.dtsi | 51 compatible = "fsl,mcf-fec"; 60 compatible = "fsl,mcf-fec";
|
A D | mcf5301x.dtsi | 51 compatible = "fsl,mcf-fec"; 61 compatible = "fsl,mcf-fec";
|
A D | mcf54xx.dtsi | 42 compatible = "fsl,mcf-dma-fec"; 57 compatible = "fsl,mcf-dma-fec";
|
A D | mcf5441x.dtsi | 90 compatible = "fsl,mcf-fec"; 99 compatible = "fsl,mcf-fec";
|
A D | mcf5208.dtsi | 38 compatible = "fsl,mcf-fec";
|
A D | mcf5272.dtsi | 39 compatible = "fsl,mcf-fec";
|
A D | mcf5329.dtsi | 38 compatible = "fsl,mcf-fec";
|
A D | mcf537x.dtsi | 38 compatible = "fsl,mcf-fec";
|
A D | mcf5271.dtsi | 45 compatible = "fsl,mcf-fec";
|
A D | mcf5282.dtsi | 45 compatible = "fsl,mcf-fec";
|
/u-boot/arch/m68k/lib/ |
A D | Makefile | 16 obj-y += fec.o
|
/u-boot/drivers/mtd/ubi/ |
A D | fastmap.c | 1114 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 D | cgx_intf.h | 237 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