Searched refs:PHY_AR8031_WRITE (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyar8031/ |
D | fsl_phyar8031.c | 71 #define PHY_AR8031_WRITE(handle, regAddr, data) \ macro 132 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_ADDR_REG, 0x1F); in PHY_AR8031_Init() 137 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, 0x8); in PHY_AR8031_Init() 144 result = PHY_AR8031_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_AR8031_Init() 164 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_ADDR_REG, 0x5); in PHY_AR8031_Init() 174 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, regValue | 0x0100U); in PHY_AR8031_Init() 181 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_ADDR_REG, 0x0); in PHY_AR8031_Init() 191 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, regValue | 0x8000U); in PHY_AR8031_Init() 221 result = PHY_AR8031_WRITE(handle, PHY_AUTONEG_ADVERTISE_REG, in PHY_AR8031_Init() 227 result = PHY_AR8031_WRITE(handle, PHY_1000BASET_CONTROL_REG, in PHY_AR8031_Init() [all …]
|