Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/phy/
Dphy_adin2111.c78 #define ADIN2111_CRSM_STAT_CRSM_SFT_PD_RDY BIT(1) macro
293 const uint16_t expected = enter ? ADIN2111_CRSM_STAT_CRSM_SFT_PD_RDY : 0U; in phy_adin2111_sft_pd()
307 if ((val & ADIN2111_CRSM_STAT_CRSM_SFT_PD_RDY) == expected) { in phy_adin2111_sft_pd()