Searched refs:phy_mode (Results 1 – 7 of 7) sorted by relevance
44 netc_hw_mii_mode_t phy_mode; member84 swt_config->ports[cfg->port_idx].ethMac.miiMode = cfg->phy_mode; in dsa_netc_port_init()255 .phy_mode = NETC_PHY_MODE(slave), \
79 netc_hw_mii_mode_t phy_mode; member
196 .phy_mode = NETC_PHY_MODE(DT_DRV_INST(n)), \
190 ep_config.port.ethMac.miiMode = config->phy_mode; in netc_eth_init_common()
88 uint8_t phy_mode; member273 (config->phy_mode == NXP_ENET_RGMII_MODE), (0))) { in eth_nxp_enet_get_capabilities()460 static int nxp_enet_phy_configure(const struct device *phy, uint8_t phy_mode) in nxp_enet_phy_configure() argument466 (phy_mode == NXP_ENET_RGMII_MODE), (0))) { in nxp_enet_phy_configure()514 nxp_enet_phy_configure(phy, config->phy_mode);561 ret = nxp_enet_phy_configure(config->phy_dev, config->phy_mode);767 if (config->phy_mode == NXP_ENET_MII_MODE) {769 } else if (config->phy_mode == NXP_ENET_RMII_MODE) {772 } else if (config->phy_mode == NXP_ENET_RGMII_MODE) {1015 .phy_mode = NXP_ENET_PHY_MODE(DT_DRV_INST(n)), \
788 wifi_phy_mode_t phy_mode; in esp32_wifi_status() local799 err = esp_wifi_sta_get_negotiated_phymode(&phy_mode); in esp32_wifi_status()801 if (phy_mode == WIFI_PHY_MODE_11B) { in esp32_wifi_status()803 } else if (phy_mode == WIFI_PHY_MODE_11G) { in esp32_wifi_status()805 } else if ((phy_mode == WIFI_PHY_MODE_HT20) || in esp32_wifi_status()806 (phy_mode == WIFI_PHY_MODE_HT40)) { in esp32_wifi_status()808 } else if (phy_mode == WIFI_PHY_MODE_HE20) { in esp32_wifi_status()
107 static uint8_t phy_mode; /* Current PHY mode (DR_1MBPS or DR_2MBPS) */ variable515 phy_mode = GENFSK->BITRATE = DR_1MBPS; in radio_setup()579 if (phy_mode == DR_1MBPS) { in radio_phy_set()589 phy_mode = GENFSK->BITRATE = DR_1MBPS; in radio_phy_set()596 if (phy_mode == DR_2MBPS) { in radio_phy_set()606 phy_mode = GENFSK->BITRATE = DR_2MBPS; in radio_phy_set()