Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/sd/
Dmmc.c80 static inline void mmc_decode_csd(struct sd_csd *csd, uint32_t *raw_csd);
306 mmc_decode_csd(card_csd, cmd.response); in mmc_read_csd()
315 static inline void mmc_decode_csd(struct sd_csd *csd, uint32_t *raw_csd) in mmc_decode_csd() function