Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/sd/
Dmmc.c84 static inline void mmc_decode_ext_csd(struct mmc_ext_csd *ext_csd, uint8_t *raw);
591 mmc_decode_ext_csd(card_ext_csd, card->card_buffer); in mmc_read_ext_csd()
600 static inline void mmc_decode_ext_csd(struct mmc_ext_csd *ext, uint8_t *raw) in mmc_decode_ext_csd() function