Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sd/
Dsd_spec.h857 #define SDIO_CCCR_CAPS_BLS BIT(7) /*!< low speed card with 4 bit support */ macro
/Zephyr-latest/subsys/sd/
Dsdio.c248 if (data & SDIO_CCCR_CAPS_BLS) { in sdio_read_cccr()