| /hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/ |
| D | fsl_phydp83848.c | 112 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()
|
| D | fsl_phydp83848.h | 127 …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/ |
| D | fsl_phyksz8041.c | 120 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()
|
| D | fsl_phyksz8041.h | 134 …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/ |
| D | fsl_phylan8720a.c | 142 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()
|
| D | fsl_phylan8720a.h | 132 …_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/ |
| D | fsl_phylan8741.c | 156 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()
|
| D | fsl_phylan8741.h | 131 …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/ |
| D | fsl_phyksz8081.c | 144 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()
|
| D | fsl_phyksz8081.h | 132 …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/ |
| D | fsl_phyvsc8541.c | 153 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()
|
| D | fsl_phyvsc8541.h | 134 …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/ |
| D | fsl_phy.h | 149 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/ |
| D | fsl_phyrtl8201.c | 163 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()
|
| D | fsl_phyrtl8201.h | 134 …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/ |
| D | fsl_phyrtl8211f.c | 277 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()
|
| D | fsl_phyrtl8211f.h | 131 …_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/ |
| D | fsl_phyar8031.c | 256 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()
|
| D | fsl_phyar8031.h | 134 …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/ |
| D | fsl_enet_phy_cmsis.c | 254 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/ |
| D | fsl_phyaqr113c.c | 262 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()
|
| D | fsl_phyaqr113c.h | 133 …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/ |
| D | fsl_phy.c | 207 …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/ |
| D | fsl_phy.c | 265 …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/ |
| D | fsl_netc_hw_port.c | 61 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()
|