Home
last modified time | relevance | path

Searched refs:emac (Results 1 – 25 of 29) sorted by relevance

12

/bsp/nxp/imx/imx6sx/cortex-a9/drivers/
A Demac_drv.c61 imx_enet_start(&emac->enet_priv, emac->dev_addr); in init_enet()
100 struct emac_device *emac; in imx_emac_init() local
102 emac = IMX_EMAC_DEVICE(dev); in imx_emac_init()
105 init_enet(emac); in imx_emac_init()
133 struct emac_device *emac; in imx_emac_control() local
135 emac = IMX_EMAC_DEVICE(dev); in imx_emac_control()
136 RT_ASSERT(emac != RT_NULL); in imx_emac_control()
158 struct emac_device *emac; in imx_emac_tx() local
161 RT_ASSERT(emac != RT_NULL); in imx_emac_tx()
176 struct emac_device *emac; in imx_emac_rx() local
[all …]
/bsp/qemu-vexpress-a9/drivers/
A Ddrv_smc911x.c325 struct eth_device_smc911x *emac; in smc911x_isr() local
343 struct eth_device_smc911x *emac; in smc911x_emac_init() local
345 emac = SMC911X_EMAC_DEVICE(dev); in smc911x_emac_init()
346 RT_ASSERT(emac != RT_NULL); in smc911x_emac_init()
348 smc911x_reset(emac); in smc911x_emac_init()
351 smc911x_phy_configure(emac); in smc911x_emac_init()
355 smc911x_enable(emac); in smc911x_emac_init()
364 rt_hw_interrupt_install(emac->irqno, smc911x_isr, emac, "smc911x"); in smc911x_emac_init()
375 RT_ASSERT(emac != RT_NULL); in smc911x_emac_control()
403 RT_ASSERT(emac != RT_NULL); in smc911x_emac_tx()
[all …]
/bsp/frdm-k64f/board/
A Ddrv_emac.c134 rt_sem_release(&emac->tx_wait); in enet_mac_tx_isr()
139 struct emac_device* emac = param; in ethernet_callback() local
144 enet_mac_rx_isr(emac); in ethernet_callback()
147 enet_mac_tx_isr(emac); in ethernet_callback()
156 struct emac_device* emac = K64_EMAC_DEVICE(dev); in k64_emac_init() local
244 struct emac_device *emac; in k64_emac_control() local
248 emac = K64_EMAC_DEVICE(dev); in k64_emac_control()
249 RT_ASSERT(emac != RT_NULL); in k64_emac_control()
277 emac = K64_EMAC_DEVICE(dev); in k64_emac_tx()
278 RT_ASSERT(emac != RT_NULL); in k64_emac_tx()
[all …]
/bsp/nxp/lpc/lpc178x/drivers/
A DSConscript8 SrcRemove(src, 'emac.c')
A Demac.c549 FINSH_FUNCTION_EXPORT(emac_dump, dump emac register);
/bsp/fujitsu/mb9x/mb9bf506r/drivers/
A DSConscript8 SrcRemove(src, 'emac.c')
/bsp/nxp/lpc/lpc176x/drivers/
A DSConscript8 SrcRemove(src, 'emac.c')
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/gcc/m4f/
A Dmakefile17 …R)/cpu.o $(OBJ_DIR)/crc.o $(OBJ_DIR)/des.o $(OBJ_DIR)/eeprom.o $(OBJ_DIR)/emac.o $(OBJ_DIR)/epi.o …
65 $(OBJ_DIR)/emac.o: $(SRC_DIR)/emac.c
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/iar/m4f/
A Dmakefile18 …R)/cpu.o $(OBJ_DIR)/crc.o $(OBJ_DIR)/des.o $(OBJ_DIR)/eeprom.o $(OBJ_DIR)/emac.o $(OBJ_DIR)/epi.o …
66 $(OBJ_DIR)/emac.o: $(SRC_DIR)/emac.c
/bsp/CME_M7/drivers/
A DSConscript14 src += ['emac.c', 'app_phy.c']
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/ccs/m4f/
A Dmakefile17 …R)/cpu.o $(OBJ_DIR)/crc.o $(OBJ_DIR)/des.o $(OBJ_DIR)/eeprom.o $(OBJ_DIR)/emac.o $(OBJ_DIR)/epi.o …
65 $(OBJ_DIR)/emac.o: $(SRC_DIR)/emac.c
/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/
A Dxadapter.c203 struct xemac_s *emac = (struct xemac_s *)netif->state; in xemacif_input() local
207 switch (emac->type) { in xemacif_input()
A Dxemacpsif_dma.c129 s32_t is_tx_space_available(xemacpsif_s *emac) in is_tx_space_available() argument
134 txring = &(XEmacPs_GetTxRing(&emac->emacps)); in is_tx_space_available()
/bsp/nuvoton/nk-rtu980/board/
A DKconfig40 bool "Enable ethernet phy supporting(over emac/mdio)"
/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/netif/
A Dxemacpsif.h133 s32_t is_tx_space_available(xemacpsif_s *emac);
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_emac.c729 FINSH_FUNCTION_EXPORT(emac_stat, dump emac stat data);
731 FINSH_FUNCTION_EXPORT(emac_dump, dump emac registers);
732 FINSH_FUNCTION_EXPORT(emac_bd_dump, dump emac tx and rx descriptor);
/bsp/nuvoton/nk-980iot/board/
A DKconfig16 bool "Enable ethernet phy supporting(over emac/mdio)"
/bsp/nuvoton/nk-n9h30/board/
A DKconfig16 bool "Enable ethernet phy supporting(over emac/mdio)"
/bsp/dm365/drivers/
A Ddavinci_emac.c1681 struct emac_priv *emac; in dump_emac_stats() local
1688 emac = (struct emac_priv *)dev->user_data; in dump_emac_stats()
1690 stats = emac_dev_getnetstats(emac); in dump_emac_stats()
1744 FINSH_FUNCTION_EXPORT(dump_emac_stats, dump emac statistics);
1752 MSH_CMD_EXPORT_ALIAS(cmd_dump_emac_stats, dump_emac_stats, dump emac statistics);
/bsp/nuvoton/numaker-iot-m487/board/
A DKconfig16 bool "Enable ethernet phy supporting(over emac/mdio)"
/bsp/nuvoton/numaker-iot-m467/board/
A DKconfig16 bool "Enable Ethernet phy supporting(over emac/mdio)"
/bsp/nuvoton/numaker-pfm-m487/board/
A DKconfig16 bool "Enable ethernet phy supporting(over emac/mdio)"
/bsp/nuvoton/numaker-m467hj/board/
A DKconfig16 bool "Enable Ethernet phy supporting(over emac/mdio)"
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_emac.c506 FINSH_FUNCTION_EXPORT(emac_dump, dump emac register);
/bsp/nxp/lpc/lpc43xx/drivers/
A Ddrv_emac.c530 FINSH_FUNCTION_EXPORT(emac_dump, dump emac register);

Completed in 51 milliseconds

12