Home
last modified time | relevance | path

Searched refs:duplex (Results 1 – 25 of 40) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.c112 result = PHY_DP83848_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_DP83848_Init()
175 …us_t PHY_DP83848_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_DP83848_GetLinkSpeedDuplex() argument
177 assert(!((speed == NULL) && (duplex == NULL))); in PHY_DP83848_GetLinkSpeedDuplex()
198 if (duplex != NULL) in PHY_DP83848_GetLinkSpeedDuplex()
202 *duplex = kPHY_FullDuplex; in PHY_DP83848_GetLinkSpeedDuplex()
206 *duplex = kPHY_HalfDuplex; in PHY_DP83848_GetLinkSpeedDuplex()
214 …atus_t PHY_DP83848_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_DP83848_SetLinkSpeedDuplex() argument
235 if (duplex == kPHY_FullDuplex) in PHY_DP83848_SetLinkSpeedDuplex()
Dfsl_phydp83848.h127 …s_t PHY_DP83848_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
138 …tus_t PHY_DP83848_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.c120 result = PHY_KSZ8041_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_KSZ8041_Init()
183 …us_t PHY_KSZ8041_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_KSZ8041_GetLinkSpeedDuplex() argument
185 assert(!((speed == NULL) && (duplex == NULL))); in PHY_KSZ8041_GetLinkSpeedDuplex()
208 if (duplex != NULL) in PHY_KSZ8041_GetLinkSpeedDuplex()
213 *duplex = kPHY_FullDuplex; in PHY_KSZ8041_GetLinkSpeedDuplex()
217 *duplex = kPHY_HalfDuplex; in PHY_KSZ8041_GetLinkSpeedDuplex()
225 …atus_t PHY_KSZ8041_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_KSZ8041_SetLinkSpeedDuplex() argument
246 if (duplex == kPHY_FullDuplex) in PHY_KSZ8041_SetLinkSpeedDuplex()
Dfsl_phyksz8041.h134 …s_t PHY_KSZ8041_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
145 …tus_t PHY_KSZ8041_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c142 result = PHY_LAN8720A_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_LAN8720A_Init()
204 …s_t PHY_LAN8720A_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_LAN8720A_GetLinkSpeedDuplex() argument
206 assert(!((speed == NULL) && (duplex == NULL))); in PHY_LAN8720A_GetLinkSpeedDuplex()
227 if (duplex != NULL) in PHY_LAN8720A_GetLinkSpeedDuplex()
231 *duplex = kPHY_FullDuplex; in PHY_LAN8720A_GetLinkSpeedDuplex()
235 *duplex = kPHY_HalfDuplex; in PHY_LAN8720A_GetLinkSpeedDuplex()
242 …tus_t PHY_LAN8720A_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_LAN8720A_SetLinkSpeedDuplex() argument
263 if (duplex == kPHY_FullDuplex) in PHY_LAN8720A_SetLinkSpeedDuplex()
Dfsl_phylan8720a.h132 …_t PHY_LAN8720A_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
143 …us_t PHY_LAN8720A_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c156 result = PHY_LAN8741_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_LAN8741_Init()
218 …us_t PHY_LAN8741_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_LAN8741_GetLinkSpeedDuplex() argument
220 assert(!((speed == NULL) && (duplex == NULL))); in PHY_LAN8741_GetLinkSpeedDuplex()
241 if (duplex != NULL) in PHY_LAN8741_GetLinkSpeedDuplex()
245 *duplex = kPHY_FullDuplex; in PHY_LAN8741_GetLinkSpeedDuplex()
249 *duplex = kPHY_HalfDuplex; in PHY_LAN8741_GetLinkSpeedDuplex()
256 …atus_t PHY_LAN8741_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_LAN8741_SetLinkSpeedDuplex() argument
277 if (duplex == kPHY_FullDuplex) in PHY_LAN8741_SetLinkSpeedDuplex()
Dfsl_phylan8741.h131 …s_t PHY_LAN8741_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
142 …tus_t PHY_LAN8741_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.c144 result = PHY_KSZ8081_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_KSZ8081_Init()
213 …us_t PHY_KSZ8081_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_KSZ8081_GetLinkSpeedDuplex() argument
215 assert(!((speed == NULL) && (duplex == NULL))); in PHY_KSZ8081_GetLinkSpeedDuplex()
238 if (duplex != NULL) in PHY_KSZ8081_GetLinkSpeedDuplex()
243 *duplex = kPHY_FullDuplex; in PHY_KSZ8081_GetLinkSpeedDuplex()
247 *duplex = kPHY_HalfDuplex; in PHY_KSZ8081_GetLinkSpeedDuplex()
254 …atus_t PHY_KSZ8081_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_KSZ8081_SetLinkSpeedDuplex() argument
275 if (duplex == kPHY_FullDuplex) in PHY_KSZ8081_SetLinkSpeedDuplex()
Dfsl_phyksz8081.h132 …s_t PHY_KSZ8081_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
143 …tus_t PHY_KSZ8081_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c153 result = PHY_VSC8541_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_VSC8541_Init()
214 …us_t PHY_VSC8541_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_VSC8541_GetLinkSpeedDuplex() argument
216 assert(!((speed == NULL) && (duplex == NULL))); in PHY_VSC8541_GetLinkSpeedDuplex()
244 if (duplex != NULL) in PHY_VSC8541_GetLinkSpeedDuplex()
248 *duplex = kPHY_FullDuplex; in PHY_VSC8541_GetLinkSpeedDuplex()
252 *duplex = kPHY_HalfDuplex; in PHY_VSC8541_GetLinkSpeedDuplex()
259 …atus_t PHY_VSC8541_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_VSC8541_SetLinkSpeedDuplex() argument
284 if (duplex == kPHY_FullDuplex) in PHY_VSC8541_SetLinkSpeedDuplex()
Dfsl_phyvsc8541.h134 …s_t PHY_VSC8541_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
145 …tus_t PHY_VSC8541_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h149 status_t (*getLinkSpeedDuplex)(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
150 status_t (*setLinkSpeedDuplex)(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
163 phy_duplex_t duplex; /*!< PHY duplex configuration. */ member
309 …ine status_t PHY_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_GetLinkSpeedDuplex() argument
311 return handle->ops->getLinkSpeedDuplex(handle, speed, duplex); in PHY_GetLinkSpeedDuplex()
323 …nline status_t PHY_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_SetLinkSpeedDuplex() argument
325 return handle->ops->setLinkSpeedDuplex(handle, speed, duplex); in PHY_SetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c163 result = PHY_RTL8201_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_RTL8201_Init()
230 …us_t PHY_RTL8201_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_RTL8201_GetLinkSpeedDuplex() argument
232 assert(!((speed == NULL) && (duplex == NULL))); in PHY_RTL8201_GetLinkSpeedDuplex()
253 if (duplex != NULL) in PHY_RTL8201_GetLinkSpeedDuplex()
257 *duplex = kPHY_FullDuplex; in PHY_RTL8201_GetLinkSpeedDuplex()
261 *duplex = kPHY_HalfDuplex; in PHY_RTL8201_GetLinkSpeedDuplex()
268 …atus_t PHY_RTL8201_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_RTL8201_SetLinkSpeedDuplex() argument
286 if (duplex == kPHY_FullDuplex) in PHY_RTL8201_SetLinkSpeedDuplex()
Dfsl_phyrtl8201.h134 …s_t PHY_RTL8201_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
145 …tus_t PHY_RTL8201_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c277 result = PHY_RTL8211F_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_RTL8211F_Init()
345 …s_t PHY_RTL8211F_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_RTL8211F_GetLinkSpeedDuplex() argument
347 assert(!((speed == NULL) && (duplex == NULL))); in PHY_RTL8211F_GetLinkSpeedDuplex()
375 if (duplex != NULL) in PHY_RTL8211F_GetLinkSpeedDuplex()
379 *duplex = kPHY_FullDuplex; in PHY_RTL8211F_GetLinkSpeedDuplex()
383 *duplex = kPHY_HalfDuplex; in PHY_RTL8211F_GetLinkSpeedDuplex()
390 …tus_t PHY_RTL8211F_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_RTL8211F_SetLinkSpeedDuplex() argument
415 if (duplex == kPHY_FullDuplex) in PHY_RTL8211F_SetLinkSpeedDuplex()
Dfsl_phyrtl8211f.h131 …_t PHY_RTL8211F_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
142 …us_t PHY_RTL8211F_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c256 result = PHY_AR8031_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_AR8031_Init()
319 …tus_t PHY_AR8031_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_AR8031_GetLinkSpeedDuplex() argument
321 assert(!((speed == NULL) && (duplex == NULL))); in PHY_AR8031_GetLinkSpeedDuplex()
349 if (duplex != NULL) in PHY_AR8031_GetLinkSpeedDuplex()
353 *duplex = kPHY_FullDuplex; in PHY_AR8031_GetLinkSpeedDuplex()
357 *duplex = kPHY_HalfDuplex; in PHY_AR8031_GetLinkSpeedDuplex()
365 status_t PHY_AR8031_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_AR8031_SetLinkSpeedDuplex() argument
390 if (duplex == kPHY_FullDuplex) in PHY_AR8031_SetLinkSpeedDuplex()
Dfsl_phyar8031.h134 …us_t PHY_AR8031_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
145 status_t PHY_AR8031_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_phy_cmsis.c254 phy_duplex_t duplex; in PHY0_GetLinkInfo() local
257 status = PHY_GetLinkSpeedDuplex(&phyHandle, &speed, &duplex); in PHY0_GetLinkInfo()
273 if (duplex == kPHY_FullDuplex) in PHY0_GetLinkInfo()
275 linkInfo.duplex = ARM_ETH_DUPLEX_FULL; in PHY0_GetLinkInfo()
279 linkInfo.duplex = ARM_ETH_DUPLEX_HALF; in PHY0_GetLinkInfo()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyaqr113c/
Dfsl_phyaqr113c.c262 result = PHY_AQR113C_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_AQR113C_Init()
361 …us_t PHY_AQR113C_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_AQR113C_GetLinkSpeedDuplex() argument
363 assert(!((speed == NULL) && (duplex == NULL))); in PHY_AQR113C_GetLinkSpeedDuplex()
399 *duplex = kPHY_FullDuplex; in PHY_AQR113C_GetLinkSpeedDuplex()
403 …atus_t PHY_AQR113C_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_AQR113C_SetLinkSpeedDuplex() argument
410 if (duplex == kPHY_HalfDuplex) in PHY_AQR113C_SetLinkSpeedDuplex()
Dfsl_phyaqr113c.h133 …s_t PHY_AQR113C_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
144 …tus_t PHY_AQR113C_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c207 …PHY_GetLinkSpeedDuplex(ENET_Type *base, uint32_t phyAddr, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_GetLinkSpeedDuplex() argument
209 assert(duplex); in PHY_GetLinkSpeedDuplex()
222 *duplex = kPHY_FullDuplex; in PHY_GetLinkSpeedDuplex()
227 *duplex = kPHY_HalfDuplex; in PHY_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.c265 …PHY_GetLinkSpeedDuplex(ENET_Type *base, uint32_t phyAddr, phy_speed_t *speed, phy_duplex_t *duplex) in PHY_GetLinkSpeedDuplex() argument
267 assert(duplex); in PHY_GetLinkSpeedDuplex()
280 *duplex = kPHY_FullDuplex; in PHY_GetLinkSpeedDuplex()
285 *duplex = kPHY_HalfDuplex; in PHY_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.c61 netc_hw_mii_duplex_t duplex) in NETC_PortSetMII() argument
85 reg |= NETC_ETH_LINK_PM0_IF_MODE_HD(duplex != kNETC_MiiFullDuplex); in NETC_PortSetMII()
99 reg |= NETC_ETH_LINK_PM0_IF_MODE_HD(duplex != kNETC_MiiFullDuplex); in NETC_PortSetMII()
104 if ((speed < kNETC_MiiSpeed1000M) || (duplex != kNETC_MiiFullDuplex)) in NETC_PortSetMII()

12