Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dsdhc_cdns_ll.c30 #define SRS11_VAL_GEN (READ_CLK | CDNS_SRS11_ICE | CDNS_SRS11_ICS | CDNS_SRS11_SDCE)
31 #define SRS11_VAL_CID (CDNS_SRS11_ICE | CDNS_SRS11_ICS | CDNS_SRS11_SDCE)
68 if (!WAIT_FOR(((sys_read32(cdn_srs_res) & CDNS_SRS11_ICS) in sdhc_cdns_wait_ics()
69 == CDNS_SRS11_ICS), timeout, k_msleep(1))) { in sdhc_cdns_wait_ics()
Dsdhc_cdns_ll.h52 #define CDNS_SRS11_ICS BIT(1) macro