Searched refs:sblk (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/ |
| A D | sdmmc.h | 441 extern int32_t mmc_block_read(struct mmc_card *card, uint8_t *buf, uint64_t sblk, uint32_t nblk); 455 extern int32_t mmc_block_write(struct mmc_card *card, const uint8_t *buf, uint64_t sblk, uint32_t n…
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | core.c | 632 int32_t mmc_block_read(struct mmc_card *card, uint8_t *buf, uint64_t sblk, uint32_t nblk) in mmc_block_read() argument 665 err = __sdmmc_block_rw(card, sblk, nblk, 1, &sg, 0); in mmc_block_read() 684 int32_t mmc_block_write(struct mmc_card *card, const uint8_t *buf, uint64_t sblk, uint32_t nblk) in mmc_block_write() argument 717 err = __sdmmc_block_rw(card, sblk, nblk, 1, &sg, 1); in mmc_block_write()
|
Completed in 25 milliseconds