Home
last modified time | relevance | path

Searched defs:tgec (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dfsl_tgec.h12 struct tgec { struct
15 u32 res0;
21 u32 res1[4];
23 u32 res2[4];
24 u32 status; /* MAC status register */
28 u32 res3[4];
31 u32 res4[6];
53 u32 tx_oct_u; /* Tx octets upper */
54 u32 tx_oct_l; /* Tx octets lower */
55 u32 rx_oct_u; /* Rx octets upper */
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c245 static int check_init_parameters(struct fman_mac *tgec) in check_init_parameters()
325 struct fman_mac *tgec = (struct fman_mac *)handle; in tgec_err_exception() local
370 static void free_init_resources(struct fman_mac *tgec) in free_init_resources()
384 static int tgec_enable(struct fman_mac *tgec) in tgec_enable()
389 static void tgec_disable(struct fman_mac *tgec) in tgec_disable()
444 struct fman_mac *tgec = mac_dev->fman_mac; in tgec_link_up() local
593 static int tgec_set_exception(struct fman_mac *tgec, in tgec_set_exception()
617 static int tgec_init(struct fman_mac *tgec) in tgec_init()
697 static int tgec_free(struct fman_mac *tgec) in tgec_free()
710 struct fman_mac *tgec; in tgec_config() local
[all …]