Lines Matching full:card
12 * Switches voltage of SD card to 1.8V, as described by
15 int sdmmc_switch_voltage(struct sd_card *card);
18 * Reads card identification register, and decodes it
20 int card_read_cid(struct sd_card *card);
23 * Read card specific data register
25 int sdmmc_read_csd(struct sd_card *card);
28 * Requests card to publish a new relative card address, and move from
31 int sdmmc_request_rca(struct sd_card *card);
34 * Selects card, moving it into data transfer mode
36 int sdmmc_select_card(struct sd_card *card);
48 int card_ioctl(struct sd_card *card, uint8_t cmd, void *buf);
50 int card_read_blocks(struct sd_card *card, uint8_t *rbuf,
53 int card_write_blocks(struct sd_card *card, const uint8_t *wbuf,
56 int card_app_command(struct sd_card *card, int relative_card_address);
58 int sdmmc_read_status(struct sd_card *card);
60 int sdmmc_wait_ready(struct sd_card *card);