Lines Matching +full:broken +full:- +full:hpi
1 /* SPDX-License-Identifier: GPL-2.0-only */
77 bool hpi_en; /* HPI enablebit */
78 bool hpi; /* HPI support bit */ member
79 unsigned int hpi_cmd; /* cmd used as HPI */
121 u8 raw_sectors[4]; /* 212 - 4 bytes */
185 #define SD_SET_CURRENT_NO_CHANGE (-1)
313 #define MMC_QUIRK_BLKSZ_FOR_BYTE_MODE (1<<1) /* use func->cur_blksize */
315 #define MMC_QUIRK_NONSTD_SDIO (1<<2) /* non-standard SDIO card attached */
319 #define MMC_QUIRK_INAND_CMD38 (1<<6) /* iNAND devices have broken CMD38 */
327 #define MMC_QUIRK_BROKEN_HPI (1<<13) /* Disable broken HPI support */
328 #define MMC_QUIRK_BROKEN_SD_DISCARD (1<<14) /* Disable broken SD discard support */
329 #define MMC_QUIRK_BROKEN_SD_CACHE (1<<15) /* Disable broken SD cache support */
331 #define MMC_QUIRK_BROKEN_SD_POWEROFF_NOTIFY (1<<17) /* Disable broken SD poweroff notify support */
334 bool reenable_cmdq; /* Re-enable Command Queue */
339 unsigned int eg_boundary; /* don't cross erase-group boundaries */
357 struct sd_uhs2_config uhs2_config; /* SD UHS-II config */
373 unsigned int drive_strength; /* for UHS-I, HS200 or HS400 */
384 return card->ext_csd.data_sector_size == 4096; in mmc_large_sector()
389 return card->cccr.enable_async_irq; in mmc_card_enable_async_irq()
394 #define mmc_card_mmc(c) ((c)->type == MMC_TYPE_MMC)
395 #define mmc_card_sd(c) ((c)->type == MMC_TYPE_SD)
396 #define mmc_card_sdio(c) ((c)->type == MMC_TYPE_SDIO)
397 #define mmc_card_sd_combo(c) ((c)->type == MMC_TYPE_SD_COMBO)