Searched defs:fec (Results 1 – 25 of 47) sorted by relevance
12
107 typedef struct fec { struct109 u32 ecr; /* 0x00 */110 u32 eir; /* 0x04 */111 u32 eimr; /* 0x08 */112 u32 ivsr; /* 0x0C */113 u32 rdar; /* 0x10 */114 u32 tdar; /* 0x14 */115 u8 resv1[0x28]; /* 0x18 */116 u32 mmfr; /* 0x40 */117 u32 mscr; /* 0x44 */[all …]
129 struct fec_priv *fec; in fec_get_clk_rate() local237 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_restart_aneg() local269 struct fec_priv *fec = (struct fec_priv *)dev->priv; in miiphy_wait_aneg() local293 static int fec_rx_task_enable(struct fec_priv *fec) in fec_rx_task_enable()299 static int fec_rx_task_disable(struct fec_priv *fec) in fec_rx_task_disable()304 static int fec_tx_task_enable(struct fec_priv *fec) in fec_tx_task_enable()310 static int fec_tx_task_disable(struct fec_priv *fec) in fec_tx_task_disable()324 static void fec_rbd_init(struct fec_priv *fec, int count, int dsize) in fec_rbd_init()364 static void fec_tbd_init(struct fec_priv *fec) in fec_tbd_init()404 struct fec_priv *fec = dev_get_priv(dev); in fecmxc_set_hwaddr() local[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 …]
219 fec: ethernet@63fec000 { label
807 fec: ethernet@02188000 { label
1012 fec: ethernet@2188000 { label
58 IMXFECState fec; member