Searched refs:mac_status_reg (Results 1 – 1 of 1) sorted by relevance
568 uint32_t mac_status_reg; in eth_numaker_isr() local575 mac_status_reg = synopGMACReadReg((u32 *)gmacdev->MacBase, GmacInterruptStatus); in eth_numaker_isr()576 if (mac_status_reg & GmacTSIntSts) { in eth_numaker_isr()586 if (mac_status_reg & GmacLPIIntSts) { in eth_numaker_isr()590 if (mac_status_reg & GmacRgmiiIntSts) { in eth_numaker_isr()594 synopGMACWriteReg((u32 *)gmacdev->MacBase, GmacInterruptStatus, mac_status_reg); in eth_numaker_isr()599 LOG_DBG("i %08x %08x", mac_status_reg, dma_status_reg); in eth_numaker_isr()