Searched refs:EMAC_INT_PHY (Results 1 – 7 of 7) sorted by relevance
127 EMAC_INT_PHY)2489 if (ui32IntFlags & ~EMAC_INT_PHY) in EMACIntEnable()2491 HWREG(ui32Base + EMAC_O_DMAIM) |= ui32IntFlags & ~EMAC_INT_PHY; in EMACIntEnable()2497 if (ui32IntFlags & EMAC_INT_PHY) in EMACIntEnable()2584 ui32Mask &= ~(ui32IntFlags & ~EMAC_INT_PHY); in EMACIntDisable()2612 if (ui32IntFlags & EMAC_INT_PHY) in EMACIntDisable()2724 ui32Val |= EMAC_INT_PHY; in EMACIntStatus()2818 if (ui32IntFlags & ~EMAC_INT_PHY) in EMACIntClear()2820 HWREG(ui32Base + EMAC_O_DMARIS) = (ui32IntFlags & ~EMAC_INT_PHY); in EMACIntClear()2826 if (ui32IntFlags & EMAC_INT_PHY) in EMACIntClear()
677 #define EMAC_INT_PHY 0x80000000 macro
131 EMAC_INT_PHY)2493 if(ui32IntFlags & ~EMAC_INT_PHY) in EMACIntEnable()2495 HWREG(ui32Base + EMAC_O_DMAIM) |= ui32IntFlags & ~EMAC_INT_PHY; in EMACIntEnable()2501 if(ui32IntFlags & EMAC_INT_PHY) in EMACIntEnable()2588 ui32Mask &= ~(ui32IntFlags & ~EMAC_INT_PHY); in EMACIntDisable()2616 if(ui32IntFlags & EMAC_INT_PHY) in EMACIntDisable()2728 ui32Val |= EMAC_INT_PHY; in EMACIntStatus()2822 if(ui32IntFlags & ~EMAC_INT_PHY) in EMACIntClear()2824 HWREG(ui32Base + EMAC_O_DMARIS) = (ui32IntFlags & ~EMAC_INT_PHY); in EMACIntClear()2830 if(ui32IntFlags & EMAC_INT_PHY) in EMACIntClear()
432 EMAC_INT_RX_STOPPED | EMAC_INT_PHY)); in tivaif_hwinit()1122 if(ui32Status & EMAC_INT_PHY) in tivaif_interrupt()
Completed in 48 milliseconds