Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/nxp_enet/
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) {
1018 .phy_mode = NXP_ENET_PHY_MODE(DT_DRV_INST(n)), \
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c772 wifi_phy_mode_t phy_mode; in esp32_wifi_status() local
783 err = esp_wifi_sta_get_negotiated_phymode(&phy_mode); in esp32_wifi_status()
785 if (phy_mode == WIFI_PHY_MODE_11B) { in esp32_wifi_status()
787 } else if (phy_mode == WIFI_PHY_MODE_11G) { in esp32_wifi_status()
789 } else if ((phy_mode == WIFI_PHY_MODE_HT20) || in esp32_wifi_status()
790 (phy_mode == WIFI_PHY_MODE_HT40)) { in esp32_wifi_status()
792 } 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()