Home
last modified time | relevance | path

Searched refs:Gmac (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.h271 Gmac * p_hw;
295 uint8_t gmac_wait_phy( Gmac * p_gmac,
304 static inline void gmac_network_control( Gmac * p_gmac, in gmac_network_control()
316 static inline uint32_t gmac_get_network_control( Gmac * p_gmac ) in gmac_get_network_control()
327 static inline void gmac_enable_receive( Gmac * p_gmac, in gmac_enable_receive()
346 static inline void gmac_enable_transmit( Gmac * p_gmac, in gmac_enable_transmit()
365 static inline void gmac_enable_management( Gmac * p_gmac, in gmac_enable_management()
383 static inline void gmac_clear_statistics( Gmac * p_gmac ) in gmac_clear_statistics()
393 static inline void gmac_increase_statistics( Gmac * p_gmac ) in gmac_increase_statistics()
404 static inline void gmac_enable_statistics_write( Gmac * p_gmac, in gmac_enable_statistics_write()
[all …]
Dgmac_SAM.c218 uint8_t gmac_wait_phy( Gmac * p_gmac, in gmac_wait_phy()
254 Gmac * p_hw = p_dev->p_hw; in gmac_reset_tx_mem()
315 Gmac * p_hw = p_dev->p_hw; in gmac_reset_rx_mem()
366 static uint8_t gmac_init_mem( Gmac * p_gmac, in gmac_init_mem()
413 void gmac_dev_init( Gmac * p_gmac, in gmac_dev_init()
722 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_dev_write()
865 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_dev_reset()
873 void gmac_dev_halt( Gmac * p_gmac );
875 void gmac_dev_halt( Gmac * p_gmac ) in gmac_dev_halt()
905 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_handler()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
Dgmac.h245 Gmac * p_hw;
292 static inline void gmac_network_control( Gmac * p_gmac, in gmac_network_control()
304 static inline uint32_t gmac_get_network_control( Gmac * p_gmac ) in gmac_get_network_control()
315 static inline void gmac_enable_receive( Gmac * p_gmac, in gmac_enable_receive()
334 static inline void gmac_enable_transmit( Gmac * p_gmac, in gmac_enable_transmit()
353 static inline void gmac_enable_management( Gmac * p_gmac, in gmac_enable_management()
371 static inline void gmac_clear_statistics( Gmac * p_gmac ) in gmac_clear_statistics()
381 static inline void gmac_increase_statistics( Gmac * p_gmac ) in gmac_increase_statistics()
392 static inline void gmac_enable_statistics_write( Gmac * p_gmac, in gmac_enable_statistics_write()
411 static inline void gmac_enable_back_pressure( Gmac * p_gmac, in gmac_enable_back_pressure()
[all …]
Dethernet_phy.h231 uint8_t ethernet_phy_init( Gmac * p_gmac,
246 uint8_t ethernet_phy_set_link( Gmac * p_gmac,
259 uint8_t ethernet_phy_auto_negotiate( Gmac * p_gmac,
270 uint8_t ethernet_phy_reset( Gmac * p_gmac,
Dgmac.c170 static uint8_t gmac_wait_phy( Gmac * p_gmac, in gmac_wait_phy()
206 Gmac * p_hw = p_dev->p_hw; in gmac_reset_tx_mem()
248 Gmac * p_hw = p_dev->p_hw; in gmac_reset_rx_mem()
289 static uint8_t gmac_init_mem( Gmac * p_gmac, in gmac_init_mem()
371 uint8_t gmac_phy_read( Gmac * p_gmac, in gmac_phy_read()
397 uint8_t gmac_phy_write( Gmac * p_gmac, in gmac_phy_write()
419 void gmac_dev_init( Gmac * p_gmac, in gmac_dev_init()
673 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_dev_write()
789 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_dev_set_rx_callback()
855 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_dev_reset()
[all …]
Dethernet_phy.c98 static uint8_t ethernet_phy_find_valid( Gmac * p_gmac, in ethernet_phy_find_valid()
165 uint8_t ethernet_phy_init( Gmac * p_gmac, in ethernet_phy_init()
210 uint8_t ethernet_phy_set_link( Gmac * p_gmac, in ethernet_phy_set_link()
308 uint8_t ethernet_phy_auto_negotiate( Gmac * p_gmac, in ethernet_phy_auto_negotiate()
479 uint8_t ethernet_phy_reset( Gmac * p_gmac, in ethernet_phy_reset()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/
Dgmac.h249 Gmac * p_hw;
296 static inline void gmac_network_control( Gmac * p_gmac, in gmac_network_control()
308 static inline uint32_t gmac_get_network_control( Gmac * p_gmac ) in gmac_get_network_control()
319 static inline void gmac_enable_receive( Gmac * p_gmac, in gmac_enable_receive()
338 static inline void gmac_enable_transmit( Gmac * p_gmac, in gmac_enable_transmit()
357 static inline void gmac_enable_management( Gmac * p_gmac, in gmac_enable_management()
375 static inline void gmac_clear_statistics( Gmac * p_gmac ) in gmac_clear_statistics()
385 static inline void gmac_increase_statistics( Gmac * p_gmac ) in gmac_increase_statistics()
396 static inline void gmac_enable_statistics_write( Gmac * p_gmac, in gmac_enable_statistics_write()
415 static inline void gmac_enable_back_pressure( Gmac * p_gmac, in gmac_enable_back_pressure()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAME5x/
DNetworkInterface.c584 ( ( Gmac * ) ETH_MAC.dev.hw )->NCR.reg |= GMAC_NCR_MPE; in prvGMACEnablePHYManagementPort()
588 ( ( Gmac * ) ETH_MAC.dev.hw )->NCR.reg &= ~GMAC_NCR_MPE; in prvGMACEnablePHYManagementPort()
596 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg |= GMAC_NCFGR_SPD; in prvGMACEnable100Mbps()
600 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg &= ~GMAC_NCFGR_SPD; in prvGMACEnable100Mbps()
608 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg |= GMAC_NCFGR_FD; in prvGMACEnableFullDuplex()
612 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg &= ~GMAC_NCFGR_FD; in prvGMACEnableFullDuplex()
619 ( ( Gmac * ) ETH_MAC.dev.hw )->HRB.reg = 0; in prvGMACClearMulticastHashTable()
620 ( ( Gmac * ) ETH_MAC.dev.hw )->HRT.reg = 0; in prvGMACClearMulticastHashTable()
627 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg |= GMAC_NCFGR_MTIHEN; in prvGMACEnableMulticastHashTable()
631 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg &= ~GMAC_NCFGR_MTIHEN; in prvGMACEnableMulticastHashTable()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/component/
Dgmac.h169 } Gmac; typedef