Home
last modified time | relevance | path

Searched refs:phy_mode (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/ethernet/nxp_imx_netc/
Ddsa_nxp_imx_netc.c44 netc_hw_mii_mode_t phy_mode; member
84 swt_config->ports[cfg->port_idx].ethMac.miiMode = cfg->phy_mode; in dsa_netc_port_init()
255 .phy_mode = NETC_PHY_MODE(slave), \
Deth_nxp_imx_netc_priv.h79 netc_hw_mii_mode_t phy_mode; member
Deth_nxp_imx_netc_psi.c196 .phy_mode = NETC_PHY_MODE(DT_DRV_INST(n)), \
Deth_nxp_imx_netc.c190 ep_config.port.ethMac.miiMode = config->phy_mode; in netc_eth_init_common()
/Zephyr-latest/drivers/ethernet/
Deth_nxp_enet.c88 uint8_t phy_mode; member
273 (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() argument
466 (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)), \
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c788 wifi_phy_mode_t phy_mode; in esp32_wifi_status() local
799 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()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c107 static uint8_t phy_mode; /* Current PHY mode (DR_1MBPS or DR_2MBPS) */ variable
515 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()