Home
last modified time | relevance | path

Searched refs:phyReg (Results 1 – 17 of 17) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c104 status_t PHY_Write(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t data) in PHY_Write() argument
113 ENET_StartSMIWrite(base, phyAddr, phyReg, kENET_MiiWriteValidFrame, data); in PHY_Write()
134 ENET_StartSMIWrite(base, phyAddr, phyReg, data); in PHY_Write()
142 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() argument
153 ENET_StartSMIRead(base, phyAddr, phyReg, kENET_MiiReadValidFrame); in PHY_Read()
176 ENET_StartSMIRead(base, phyAddr, phyReg); in PHY_Read()
Dfsl_phy.h116 status_t PHY_Write(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t data);
129 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/
Dfsl_phy.h122 status_t (*phyWrite)(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
123 status_t (*phyRead)(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
192 static inline status_t PHY_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_Write() argument
194 return handle->ops->phyWrite(handle, phyReg, data); in PHY_Write()
207 static inline status_t PHY_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_Read() argument
209 return handle->ops->phyRead(handle, phyReg, pData); in PHY_Read()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.c117 status_t PHY_Write(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t data) in PHY_Write() argument
125 ENET_StartSMIWrite(base, phyAddr, phyReg, kENET_MiiWriteValidFrame, data); in PHY_Write()
148 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() argument
158 ENET_StartSMIRead(base, phyAddr, phyReg, kENET_MiiReadValidFrame); in PHY_Read()
Dfsl_phy.h137 status_t PHY_Write(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t data);
150 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c148 status_t PHY_LAN8720A_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_LAN8720A_Write() argument
150 return PHY_LAN8720A_WRITE(handle, phyReg, data); in PHY_LAN8720A_Write()
153 status_t PHY_LAN8720A_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_LAN8720A_Read() argument
155 return PHY_LAN8720A_READ(handle, phyReg, pData); in PHY_LAN8720A_Read()
Dfsl_phylan8720a.h82 status_t PHY_LAN8720A_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
94 status_t PHY_LAN8720A_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.c123 status_t PHY_KSZ8041_Write(phy_handle_t *handle, uint32_t phyReg, uint32_t data) in PHY_KSZ8041_Write() argument
125 return MDIO_Write(handle->mdioHandle, handle->phyAddr, phyReg, data); in PHY_KSZ8041_Write()
128 status_t PHY_KSZ8041_Read(phy_handle_t *handle, uint32_t phyReg, uint32_t *dataPtr) in PHY_KSZ8041_Read() argument
130 return MDIO_Read(handle->mdioHandle, handle->phyAddr, phyReg, dataPtr); in PHY_KSZ8041_Read()
Dfsl_phyksz8041.h78 status_t PHY_KSZ8041_Write(phy_handle_t *handle, uint32_t phyReg, uint32_t data);
90 status_t PHY_KSZ8041_Read(phy_handle_t *handle, uint32_t phyReg, uint32_t *dataPtr);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.h84 status_t PHY_AR8031_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
96 status_t PHY_AR8031_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
Dfsl_phyar8031.c263 status_t PHY_AR8031_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_AR8031_Write() argument
265 return PHY_AR8031_WRITE(handle, phyReg, data); in PHY_AR8031_Write()
268 status_t PHY_AR8031_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_AR8031_Read() argument
270 return PHY_AR8031_READ(handle, phyReg, pData); in PHY_AR8031_Read()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.h84 status_t PHY_RTL8201_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
96 status_t PHY_RTL8201_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
Dfsl_phyrtl8201.c153 status_t PHY_RTL8201_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_RTL8201_Write() argument
155 return PHY_RTL8201_WRITE(handle, phyReg, data); in PHY_RTL8201_Write()
158 status_t PHY_RTL8201_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_RTL8201_Read() argument
160 return PHY_RTL8201_READ(handle, phyReg, pData); in PHY_RTL8201_Read()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.h82 status_t PHY_KSZ8081_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
94 status_t PHY_KSZ8081_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
Dfsl_phyksz8081.c157 status_t PHY_KSZ8081_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_KSZ8081_Write() argument
159 return PHY_KSZ8081_WRITE(handle, phyReg, data); in PHY_KSZ8081_Write()
162 status_t PHY_KSZ8081_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_KSZ8081_Read() argument
164 return PHY_KSZ8081_READ(handle, phyReg, pData); in PHY_KSZ8081_Read()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.h81 status_t PHY_RTL8211F_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
93 status_t PHY_RTL8211F_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
Dfsl_phyrtl8211f.c289 status_t PHY_RTL8211F_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_RTL8211F_Write() argument
291 return PHY_RTL8211F_WRITE(handle, phyReg, data); in PHY_RTL8211F_Write()
294 status_t PHY_RTL8211F_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_RTL8211F_Read() argument
296 return PHY_RTL8211F_READ(handle, phyReg, pData); in PHY_RTL8211F_Read()