Home
last modified time | relevance | path

Searched refs:_emac (Results 1 – 3 of 3) sorted by relevance

/bsp/nxp/imx/imx6sx/cortex-a9/drivers/
A Demac_drv.c32 static struct emac_device _emac; variable
84 eth_device_ready(&(_emac.parent)); in imx_enet_isr()
198 _emac.dev_addr[0] = 0x00; in imx_emac_hw_init()
199 _emac.dev_addr[1] = 0x11; in imx_emac_hw_init()
200 _emac.dev_addr[2] = 0x22; in imx_emac_hw_init()
201 _emac.dev_addr[3] = 0x33; in imx_emac_hw_init()
202 _emac.dev_addr[4] = 0x44; in imx_emac_hw_init()
203 _emac.dev_addr[5] = 0x55; in imx_emac_hw_init()
213 _emac.parent.eth_rx = imx_emac_rx; in imx_emac_hw_init()
214 _emac.parent.eth_tx = imx_emac_tx; in imx_emac_hw_init()
[all …]
/bsp/frdm-k64f/board/
A Ddrv_emac.c64 static struct emac_device _emac; variable
125 result = eth_device_ready(&(_emac.parent)); in enet_mac_rx_isr()
379 _emac.dev_addr[0] = 0x00; in drv_emac_hw_init()
380 _emac.dev_addr[1] = 0x04; in drv_emac_hw_init()
381 _emac.dev_addr[2] = 0x9f; in drv_emac_hw_init()
382 _emac.dev_addr[3] = 0xc4; in drv_emac_hw_init()
383 _emac.dev_addr[4] = 0x44; in drv_emac_hw_init()
384 _emac.dev_addr[5] = 0x22; in drv_emac_hw_init()
394 _emac.parent.eth_rx = k64_emac_rx; in drv_emac_hw_init()
395 _emac.parent.eth_tx = k64_emac_tx; in drv_emac_hw_init()
[all …]
/bsp/qemu-vexpress-a9/drivers/
A Ddrv_smc911x.c40 static struct eth_device_smc911x _emac; variable
501 rt_memset(&_emac, 0x0, sizeof(_emac)); in smc911x_emac_hw_init()
503 _emac.iobase = VEXPRESS_ETH_BASE; in smc911x_emac_hw_init()
507 _emac.irqno = IRQ_VEXPRESS_A9_ETH; in smc911x_emac_hw_init()
509 if (smc911x_detect_chip(&_emac)) in smc911x_emac_hw_init()
519 _emac.enetaddr[0] = AUTOMAC0; in smc911x_emac_hw_init()
520 _emac.enetaddr[1] = AUTOMAC1; in smc911x_emac_hw_init()
521 _emac.enetaddr[2] = AUTOMAC2; in smc911x_emac_hw_init()
522 _emac.enetaddr[3] = AUTOMAC3; in smc911x_emac_hw_init()
523 _emac.enetaddr[4] = AUTOMAC4; in smc911x_emac_hw_init()
[all …]

Completed in 11 milliseconds