Searched refs:PHY_CONTROL_REG (Results 1 – 10 of 10) sorted by relevance
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_emac.h | 40 #define PHY_CONTROL_REG (0x00) /*!< basic mode control register */ macro 63 #define PHY_CONTROL_REG (0x00) /*!< basic mode control register */ macro 87 #define PHY_CONTROL_REG (0x00) /*!< basic mode control register */ macro 110 #define PHY_CONTROL_REG (0x00) /*!< basic mode control register */ macro
|
| A D | drv_emac.c | 195 if(emac_phy_register_write(phy_addr, PHY_CONTROL_REG, PHY_RESET_BIT) == ERROR) in emac_phy_register_reset() 205 if(emac_phy_register_read(phy_addr, PHY_CONTROL_REG, &data) == ERROR) in emac_phy_register_reset() 244 if(emac_phy_register_write(phy_addr, PHY_CONTROL_REG, PHY_AUTO_NEGOTIATION_BIT) == ERROR) in emac_speed_config() 328 …if(emac_phy_register_write(phy_addr, PHY_CONTROL_REG, (uint16_t)((mode << 8) | (speed << 13))) == … in emac_speed_config()
|
| /bsp/nuvoton/libraries/m460/rtt_port/emac/ |
| A D | synopGMAC_Dev.c | 161 …status = synopGMAC_write_phy_reg(gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG, Mii_Loopback… in synopGMAC_phy_loopback() 163 …status = synopGMAC_write_phy_reg(gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG, Mii_NoLoopba… in synopGMAC_phy_loopback()
|
| A D | synopGMAC_Dev.h | 197 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator
|
| /bsp/nuvoton/libraries/ma35/rtt_port/gmac/ |
| A D | synopGMAC_Dev.c | 161 …status = synopGMAC_write_phy_reg(gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG, Mii_Loopback… in synopGMAC_phy_loopback() 163 …status = synopGMAC_write_phy_reg(gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG, Mii_NoLoopba… in synopGMAC_phy_loopback()
|
| A D | synopGMAC_Dev.h | 197 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator
|
| /bsp/loongson/ls1cdev/drivers/net/ |
| A D | synopGMAC_Dev.c | 146 status = synopGMAC_read_phy_reg(gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG,temp); in synopGMAC_phy_loopback() 152 status = synopGMAC_write_phy_reg(gmacdev->MacBase, gmacdev->PhyBase, PHY_CONTROL_REG, *temp); in synopGMAC_phy_loopback()
|
| A D | synopGMAC_Dev.h | 194 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator
|
| /bsp/loongson/ls2kdev/drivers/net/ |
| A D | synopGMAC_Dev.c | 159 status = synopGMAC_read_phy_reg(gmacdev -> MacBase, gmacdev -> PhyBase, PHY_CONTROL_REG, &temp); in synopGMAC_phy_loopback() 170 status = synopGMAC_write_phy_reg(gmacdev -> MacBase, gmacdev -> PhyBase, PHY_CONTROL_REG, temp); in synopGMAC_phy_loopback()
|
| A D | synopGMAC_Dev.h | 191 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator
|
Completed in 65 milliseconds