Searched refs:uc_phy_address (Results 1 – 5 of 5) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
HD | ethernet_phy.c | 104 uint8_t uc_phy_address = uc_phy_addr; in ethernet_phy_find_valid() local 126 uc_phy_address = ( uc_phy_address + 1 ) & 0x1F; in ethernet_phy_find_valid() 128 gmac_phy_read( p_gmac, uc_phy_address, GMII_PHYID1, &ul_value ); in ethernet_phy_find_valid() 132 ethernet_phy_addr = uc_phy_address; in ethernet_phy_find_valid() 142 gmac_phy_read( p_gmac, uc_phy_address, GMII_BMSR, &ul_value ); in ethernet_phy_find_valid() 216 uint8_t uc_phy_address, uc_speed = true, uc_fd = true; in ethernet_phy_set_link() local 221 uc_phy_address = uc_phy_addr; in ethernet_phy_set_link() 223 uc_rc = gmac_phy_read( p_gmac, uc_phy_address, GMII_BMSR, &ul_stat1 ); in ethernet_phy_set_link() 250 uc_rc = gmac_phy_read( p_gmac, uc_phy_address, GMII_ANAR, &ul_stat2 ); in ethernet_phy_set_link() 483 uint8_t uc_phy_address = uc_phy_addr; in ethernet_phy_reset() local [all …]
|
HD | gmac.c | 372 uint8_t uc_phy_address, in gmac_phy_read() argument 376 gmac_maintain_phy( p_gmac, uc_phy_address, uc_address, 1, 0 ); in gmac_phy_read() 398 uint8_t uc_phy_address, in gmac_phy_write() argument 402 gmac_maintain_phy( p_gmac, uc_phy_address, uc_address, 0, ul_value ); in gmac_phy_write()
|
HD | gmac.h | 1203 uint8_t uc_phy_address, 1207 uint8_t uc_phy_address,
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/ |
HD | gmac.h | 1207 uint8_t uc_phy_address, 1211 uint8_t uc_phy_address,
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/ |
HD | gmac_SAM.h | 1515 uint8_t uc_phy_address, 1519 uint8_t uc_phy_address,
|