Lines Matching defs:card
327 * Assume Vcc regulator is used only to power the card ... OMAP
442 "SD card detect fail? enable CONFIG_REGULATOR_PBIAS\n");
461 * Start clock to the card
470 * Stop clock to the card
676 /* Do not initialize card-specific things if the power is off */
717 * Send init stream sequence to card
1135 * If a MMC dual voltage card is detected, the set_ios fn calls
1136 * this fn with VDD bit set for 1.8V. Upon card removal from the
1235 * Routine to configure and start DMA for the MMC card
1507 static void omap_hsmmc_init_card(struct mmc_host *mmc, struct mmc_card *card)
1511 if (card->type == MMC_TYPE_SDIO || card->type == MMC_TYPE_SD_COMBO) {
1518 * Documentation/devicetree/bindings/mmc/mmc-card.txt
1530 card->quirks |= MMC_QUIRK_NONSTD_SDIO;
1531 card->cccr.wide_bus = 1;
1532 card->cis.vendor = 0x104c;
1533 card->cis.device = 0x9066;
1534 card->cis.blksize = 512;
1535 card->cis.max_dtr = 24000000;
1536 card->ocr = 0x80;
1651 static int omap_hsmmc_multi_io_quirk(struct mmc_card *card,