EMAC_STATUS_LINK
#define EMAC_STATUS_LINK (1UL<<11)
if((val & 0x4) == 0 && (mac_status & EMAC_STATUS_LINK) == 0)
if(val & EMAC_STATUS_LINK)