Home
last modified time | relevance | path

Searched refs:GMAC_NSR (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
HDgmac.h885 return p_gmac->GMAC_NSR; in gmac_get_status()
897 return( ( p_gmac->GMAC_NSR & GMAC_NSR_MDIO ) > 0 ); in gmac_get_MDIO()
909 return( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) > 0 ); in gmac_is_phy_idle()
1070 while( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in gmac_maintain_phy()
1093 while( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in gmac_get_phy_data()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/
HDgmac.h889 return p_gmac->GMAC_NSR; in gmac_get_status()
901 return( ( p_gmac->GMAC_NSR & GMAC_NSR_MDIO ) > 0 ); in gmac_get_MDIO()
913 return( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) > 0 ); in gmac_is_phy_idle()
1074 while( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in gmac_maintain_phy()
1097 while( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in gmac_get_phy_data()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
HDgmac_SAM.h890 return p_gmac->GMAC_NSR; in gmac_get_status()
902 return( ( p_gmac->GMAC_NSR & GMAC_NSR_MDIO ) > 0 ); in gmac_get_MDIO()
914 return( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) > 0 ); in gmac_is_phy_idle()
1088 while( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in gmac_maintain_phy()
1111 while( ( p_gmac->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in gmac_get_phy_data()
HDNetworkInterface.c356 while( ( GMAC->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in xPHY_Read()
388 while( ( GMAC->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in xPHY_Read()
416 while( ( GMAC->GMAC_NSR & GMAC_NSR_IDLE ) == 0 ) in xPHY_Write()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/component/
HDgmac.h64 RoReg GMAC_NSR; /**< \brief (Gmac Offset: 0x008) Network Status Register */ member