Lines Matching refs:status
504 uint32_t status; in freertos_tcp_ethernet_int() local
508 status = EMACIntStatus( EMAC0_BASE, true ); in freertos_tcp_ethernet_int()
511 if( status & EMAC_INT_POWER_MGMNT ) in freertos_tcp_ethernet_int()
518 status &= ~( EMAC_INT_POWER_MGMNT ); in freertos_tcp_ethernet_int()
521 if( status ) in freertos_tcp_ethernet_int()
523 MAP_EMACIntClear( EMAC0_BASE, status ); in freertos_tcp_ethernet_int()
527 if( EMAC_INT_PHY & status ) in freertos_tcp_ethernet_int()
533 if( EMAC_INT_TRANSMIT & status ) in freertos_tcp_ethernet_int()
539 if( ( EMAC_INT_RECEIVE | EMAC_INT_RX_NO_BUFFER | EMAC_INT_RX_STOPPED ) & status ) in freertos_tcp_ethernet_int()
690 uint16_t status; in _process_phy_interrupts() local
697 status = MAP_EMACPHYRead( EMAC0_BASE, PHY_PHYS_ADDR, EPHY_STS ); in _process_phy_interrupts()
705 if( status & EPHY_STS_SPEED ) in _process_phy_interrupts()
714 if( status & EPHY_STS_DUPLEX ) in _process_phy_interrupts()