Home
last modified time | relevance | path

Searched refs:fsl_enet_mac (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/net/fm/
H A Dtgec.c28 static void tgec_init_mac(struct fsl_enet_mac *mac) in tgec_init_mac()
55 static void tgec_enable_mac(struct fsl_enet_mac *mac) in tgec_enable_mac()
62 static void tgec_disable_mac(struct fsl_enet_mac *mac) in tgec_disable_mac()
69 static void tgec_set_mac_addr(struct fsl_enet_mac *mac, u8 *mac_addr) in tgec_set_mac_addr()
86 static void tgec_set_interface_mode(struct fsl_enet_mac *mac, in tgec_set_interface_mode()
93 void init_tgec(struct fsl_enet_mac *mac, void *base, in init_tgec()
H A Dfm.h105 struct fsl_enet_mac { struct
109 void (*init_mac)(struct fsl_enet_mac *mac); argument
110 void (*enable_mac)(struct fsl_enet_mac *mac); argument
111 void (*disable_mac)(struct fsl_enet_mac *mac); argument
112 void (*set_mac_addr)(struct fsl_enet_mac *mac, u8 *mac_addr); argument
113 void (*set_if_mode)(struct fsl_enet_mac *mac, phy_interface_t type, argument
125 struct fsl_enet_mac *mac; /* MAC controller */
H A Dmemac.c18 static void memac_init_mac(struct fsl_enet_mac *mac) in memac_init_mac()
35 static void memac_enable_mac(struct fsl_enet_mac *mac) in memac_enable_mac()
43 static void memac_disable_mac(struct fsl_enet_mac *mac) in memac_disable_mac()
50 static void memac_set_mac_addr(struct fsl_enet_mac *mac, u8 *mac_addr) in memac_set_mac_addr()
67 static void memac_set_interface_mode(struct fsl_enet_mac *mac, in memac_set_interface_mode()
133 void init_memac(struct fsl_enet_mac *mac, void *base, in init_memac()
H A Ddtsec.c26 static void dtsec_init_mac(struct fsl_enet_mac *mac) in dtsec_init_mac()
64 static void dtsec_enable_mac(struct fsl_enet_mac *mac) in dtsec_enable_mac()
78 static void dtsec_disable_mac(struct fsl_enet_mac *mac) in dtsec_disable_mac()
92 static void dtsec_set_mac_addr(struct fsl_enet_mac *mac, u8 *mac_addr) in dtsec_set_mac_addr()
109 static void dtsec_set_interface_mode(struct fsl_enet_mac *mac, in dtsec_set_interface_mode()
155 void init_dtsec(struct fsl_enet_mac *mac, void *base, in init_dtsec()
H A Deth.c391 struct fsl_enet_mac *mac; in fm_eth_startup()
441 struct fsl_enet_mac *mac; in fm_eth_open()
494 struct fsl_enet_mac *mac; in fm_eth_halt()
628 struct fsl_enet_mac *mac; in fm_eth_init_mac()
662 mac = malloc(sizeof(struct fsl_enet_mac)); in fm_eth_init_mac()
665 memset(mac, 0, sizeof(struct fsl_enet_mac)); in fm_eth_init_mac()
/openbmc/u-boot/include/
H A Dfsl_tgec.h196 struct fsl_enet_mac;
198 void init_tgec(struct fsl_enet_mac *mac, void *base, void *phyregs,
H A Dfsl_dtsec.h225 struct fsl_enet_mac;
227 void init_dtsec(struct fsl_enet_mac *mac, void *base, void *phyregs,
H A Dfsl_memac.h259 struct fsl_enet_mac;
261 void init_memac(struct fsl_enet_mac *mac, void *base, void *phyregs,