Home
last modified time | relevance | path

Searched defs:fec (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dfec.h108 typedef struct fec { struct
110 u32 ecr; /* 0x00 */
111 u32 eir; /* 0x04 */
112 u32 eimr; /* 0x08 */
113 u32 ivsr; /* 0x0C */
114 u32 rdar; /* 0x10 */
115 u32 tdar; /* 0x14 */
116 u8 resv1[0x28]; /* 0x18 */
117 u32 mmfr; /* 0x40 */
118 u32 mscr; /* 0x44 */
[all …]
/rk3399_rockchip-uboot/drivers/net/
H A Dfec_mxc.c201 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_restart_aneg() local
233 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_wait_aneg() local
257 static int fec_rx_task_enable(struct fec_priv *fec) in fec_rx_task_enable()
263 static int fec_rx_task_disable(struct fec_priv *fec) in fec_rx_task_disable()
268 static int fec_tx_task_enable(struct fec_priv *fec) in fec_tx_task_enable()
274 static int fec_tx_task_disable(struct fec_priv *fec) in fec_tx_task_disable()
288 static void fec_rbd_init(struct fec_priv *fec, int count, int dsize) in fec_rbd_init()
328 static void fec_tbd_init(struct fec_priv *fec) in fec_tbd_init()
368 struct fec_priv *fec = dev_get_priv(dev); in fecmxc_set_hwaddr() local
390 static void fec_reg_setup(struct fec_priv *fec) in fec_reg_setup()
[all …]
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dimmap_8xx.h306 typedef struct fec { struct
307 uint fec_addr_low; /* lower 32 bits of station address */ argument
308 ushort fec_addr_high; /* upper 16 bits of station address */ argument
310 uint fec_hash_table_high; /* upper 32-bits of hash table */ argument
311 uint fec_hash_table_low; /* lower 32-bits of hash table */ argument
312 uint fec_r_des_start; /* beginning of Rx descriptor ring */ argument
313 uint fec_x_des_start; /* beginning of Tx descriptor ring */ argument
314 uint fec_r_buff_size; /* Rx buffer size */ argument
316 uint fec_ecntrl; /* ethernet control register */ argument
317 uint fec_ievent; /* interrupt event register */ argument
[all …]
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dimx53.dtsi98 fec: ethernet@63fec000 { label
H A Dimx6sl.dtsi807 fec: ethernet@02188000 { label
H A Dimx6qdl.dtsi983 fec: ethernet@02188000 { label
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap.c1110 struct ubi_fm_ec *fec; in ubi_write_fastmap() local