Searched refs:INT_RX_DONE (Results 1 – 9 of 9) sorted by relevance
46 if (status & INT_RX_DONE) in ENET_IRQHandler()323 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc17xx_emac_init()474 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc17xx_emac_rx()
208 #define INT_RX_DONE 0x00000008 /* Receive Done */ macro
49 if (status & INT_RX_DONE) in ENET_IRQHandler()347 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc17xx_emac_init()498 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc17xx_emac_rx()
71 if (status & INT_RX_DONE) in ENET_IRQHandler()315 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc_emac_init()453 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc_emac_rx()
190 #define INT_RX_DONE 0x00000008 /* Receive Done */ macro
71 if (status & INT_RX_DONE) in ENET_IRQHandler()336 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc_emac_init()474 LPC_EMAC->IntEnable = INT_RX_DONE | INT_TX_DONE; in lpc_emac_rx()
191 #define INT_RX_DONE 0x00000008 /* Receive Done */ macro
Completed in 36 milliseconds