Searched refs:fsl_enet_mac (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | fm.h | 106 struct fsl_enet_mac { struct 110 void (*init_mac)(struct fsl_enet_mac *mac); argument 111 void (*enable_mac)(struct fsl_enet_mac *mac); argument 112 void (*disable_mac)(struct fsl_enet_mac *mac); argument 113 void (*set_mac_addr)(struct fsl_enet_mac *mac, u8 *mac_addr); argument 114 void (*set_if_mode)(struct fsl_enet_mac *mac, phy_interface_t type, argument 126 struct fsl_enet_mac *mac; /* MAC controller */
|
| H A D | tgec.c | 29 static void tgec_init_mac(struct fsl_enet_mac *mac) in tgec_init_mac() 56 static void tgec_enable_mac(struct fsl_enet_mac *mac) in tgec_enable_mac() 63 static void tgec_disable_mac(struct fsl_enet_mac *mac) in tgec_disable_mac() 70 static void tgec_set_mac_addr(struct fsl_enet_mac *mac, u8 *mac_addr) in tgec_set_mac_addr() 87 static void tgec_set_interface_mode(struct fsl_enet_mac *mac, in tgec_set_interface_mode() 94 void init_tgec(struct fsl_enet_mac *mac, void *base, in init_tgec()
|
| H A D | memac.c | 19 static void memac_init_mac(struct fsl_enet_mac *mac) in memac_init_mac() 36 static void memac_enable_mac(struct fsl_enet_mac *mac) in memac_enable_mac() 44 static void memac_disable_mac(struct fsl_enet_mac *mac) in memac_disable_mac() 51 static void memac_set_mac_addr(struct fsl_enet_mac *mac, u8 *mac_addr) in memac_set_mac_addr() 68 static void memac_set_interface_mode(struct fsl_enet_mac *mac, in memac_set_interface_mode() 134 void init_memac(struct fsl_enet_mac *mac, void *base, in init_memac()
|
| H A D | dtsec.c | 27 static void dtsec_init_mac(struct fsl_enet_mac *mac) in dtsec_init_mac() 65 static void dtsec_enable_mac(struct fsl_enet_mac *mac) in dtsec_enable_mac() 79 static void dtsec_disable_mac(struct fsl_enet_mac *mac) in dtsec_disable_mac() 93 static void dtsec_set_mac_addr(struct fsl_enet_mac *mac, u8 *mac_addr) in dtsec_set_mac_addr() 110 static void dtsec_set_interface_mode(struct fsl_enet_mac *mac, in dtsec_set_interface_mode() 156 void init_dtsec(struct fsl_enet_mac *mac, void *base, in init_dtsec()
|
| H A D | eth.c | 392 struct fsl_enet_mac *mac; in fm_eth_startup() 442 struct fsl_enet_mac *mac; in fm_eth_open() 495 struct fsl_enet_mac *mac; in fm_eth_halt() 629 struct fsl_enet_mac *mac; in fm_eth_init_mac() 663 mac = malloc(sizeof(struct fsl_enet_mac)); in fm_eth_init_mac() 666 memset(mac, 0, sizeof(struct fsl_enet_mac)); in fm_eth_init_mac()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_tgec.h | 197 struct fsl_enet_mac; 199 void init_tgec(struct fsl_enet_mac *mac, void *base, void *phyregs,
|
| H A D | fsl_dtsec.h | 226 struct fsl_enet_mac; 228 void init_dtsec(struct fsl_enet_mac *mac, void *base, void *phyregs,
|
| H A D | fsl_memac.h | 260 struct fsl_enet_mac; 262 void init_memac(struct fsl_enet_mac *mac, void *base, void *phyregs,
|