Home
last modified time | relevance | path

Searched refs:PHY_CONTROL_REG (Results 1 – 10 of 10) sorted by relevance

/bsp/at32/libraries/rt_drivers/
A Ddrv_emac.h40 #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 Ddrv_emac.c195 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 DsynopGMAC_Dev.c161 …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 DsynopGMAC_Dev.h197 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator
/bsp/nuvoton/libraries/ma35/rtt_port/gmac/
A DsynopGMAC_Dev.c161 …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 DsynopGMAC_Dev.h197 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator
/bsp/loongson/ls1cdev/drivers/net/
A DsynopGMAC_Dev.c146 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 DsynopGMAC_Dev.h194 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator
/bsp/loongson/ls2kdev/drivers/net/
A DsynopGMAC_Dev.c159 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 DsynopGMAC_Dev.h191 PHY_CONTROL_REG = 0x0000, /*Control Register*/ enumerator

Completed in 65 milliseconds