Lines Matching refs:dev_addr
52 rt_uint8_t dev_addr[MAX_ADDR_LEN]; /* hw address */ member
300 LPC_EMAC->SA0 = (lpc_emac_device.dev_addr[1] << 8) | lpc_emac_device.dev_addr[0]; in lpc_emac_init()
301 LPC_EMAC->SA1 = (lpc_emac_device.dev_addr[3] << 8) | lpc_emac_device.dev_addr[2]; in lpc_emac_init()
302 LPC_EMAC->SA2 = (lpc_emac_device.dev_addr[5] << 8) | lpc_emac_device.dev_addr[4]; in lpc_emac_init()
355 if (args) rt_memcpy(args, lpc_emac_device.dev_addr, 6); in lpc_emac_control()
471 lpc_emac_device.dev_addr[0] = 0x00; in rt_hw_emac_init()
472 lpc_emac_device.dev_addr[1] = 0x60; in rt_hw_emac_init()
473 lpc_emac_device.dev_addr[2] = 0x37; in rt_hw_emac_init()
475 lpc_emac_device.dev_addr[3] = 0x12; in rt_hw_emac_init()
476 lpc_emac_device.dev_addr[4] = 0x34; in rt_hw_emac_init()
477 lpc_emac_device.dev_addr[5] = 0x56; in rt_hw_emac_init()