Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
HDgmac_SAM.h268 Gmac * p_hw;
292 uint8_t gmac_wait_phy( Gmac * p_gmac,
301 static inline void gmac_network_control( Gmac * p_gmac, in gmac_network_control()
313 static inline uint32_t gmac_get_network_control( Gmac * p_gmac ) in gmac_get_network_control()
324 static inline void gmac_enable_receive( Gmac * p_gmac, in gmac_enable_receive()
343 static inline void gmac_enable_transmit( Gmac * p_gmac, in gmac_enable_transmit()
362 static inline void gmac_enable_management( Gmac * p_gmac, in gmac_enable_management()
380 static inline void gmac_clear_statistics( Gmac * p_gmac ) in gmac_clear_statistics()
390 static inline void gmac_increase_statistics( Gmac * p_gmac ) in gmac_increase_statistics()
401 static inline void gmac_enable_statistics_write( Gmac * p_gmac, in gmac_enable_statistics_write()
[all …]
HDgmac_SAM.c196 uint8_t gmac_wait_phy( Gmac * p_gmac, in gmac_wait_phy()
232 Gmac * p_hw = p_dev->p_hw; in gmac_reset_tx_mem()
293 Gmac * p_hw = p_dev->p_hw; in gmac_reset_rx_mem()
344 static uint8_t gmac_init_mem( Gmac * p_gmac, in gmac_init_mem()
391 void gmac_dev_init( Gmac * p_gmac, in gmac_dev_init()
706 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_dev_write()
841 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_dev_reset()
849 void gmac_dev_halt( Gmac * p_gmac );
851 void gmac_dev_halt( Gmac * p_gmac ) in gmac_dev_halt()
884 Gmac * p_hw = p_gmac_dev->p_hw; in gmac_handler()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/instance/
HDgmac.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-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDgmac.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 …]
HDethernet_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,
HDgmac.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 …]
HDethernet_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-v3.1.0/source/portable/NetworkInterface/ATSAME5x/
HDNetworkInterface.c471 ( ( Gmac * ) ETH_MAC.dev.hw )->NCR.reg |= GMAC_NCR_MPE; in prvGMACEnablePHYManagementPort()
475 ( ( Gmac * ) ETH_MAC.dev.hw )->NCR.reg &= ~GMAC_NCR_MPE; in prvGMACEnablePHYManagementPort()
483 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg |= GMAC_NCFGR_SPD; in prvGMACEnable100Mbps()
487 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg &= ~GMAC_NCFGR_SPD; in prvGMACEnable100Mbps()
495 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg |= GMAC_NCFGR_FD; in prvGMACEnableFullDuplex()
499 ( ( Gmac * ) ETH_MAC.dev.hw )->NCFGR.reg &= ~GMAC_NCFGR_FD; in prvGMACEnableFullDuplex()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/component/
HDgmac.h169 } Gmac; typedef