Searched defs:fec (Results 1 – 7 of 7) sorted by relevance
108 typedef struct fec { struct110 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 …]
201 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_restart_aneg() local233 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_wait_aneg() local257 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() local390 static void fec_reg_setup(struct fec_priv *fec) in fec_reg_setup()[all …]
306 typedef struct fec { struct307 uint fec_addr_low; /* lower 32 bits of station address */ argument308 ushort fec_addr_high; /* upper 16 bits of station address */ argument310 uint fec_hash_table_high; /* upper 32-bits of hash table */ argument311 uint fec_hash_table_low; /* lower 32-bits of hash table */ argument312 uint fec_r_des_start; /* beginning of Rx descriptor ring */ argument313 uint fec_x_des_start; /* beginning of Tx descriptor ring */ argument314 uint fec_r_buff_size; /* Rx buffer size */ argument316 uint fec_ecntrl; /* ethernet control register */ argument317 uint fec_ievent; /* interrupt event register */ argument[all …]
98 fec: ethernet@63fec000 { label
807 fec: ethernet@02188000 { label
983 fec: ethernet@02188000 { label
1110 struct ubi_fm_ec *fec; in ubi_write_fastmap() local