Searched refs:caps2 (Results 1 - 25 of 57) sorted by relevance

123

/linux-master/drivers/mmc/host/
H A Dsdhci-cqhci.h17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) &&
H A Dsdhci-acpi.c51 unsigned int caps2; member in struct:sdhci_acpi_chip
60 unsigned int caps2; member in struct:sdhci_acpi_slot
619 host->mmc->caps2 = MMC_CAP2_HS400_1_8V;
854 host->mmc->caps2 |= c->slot->chip->caps2;
860 host->mmc->caps2 |= c->slot->caps2;
864 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP;
881 host->mmc->caps2 |= MMC_CAP2_NO_WRITE_PROTECT;
H A Dcqhci-crypto.c179 if (!(mmc->caps2 & MMC_CAP2_CRYPTO) ||
241 mmc->caps2 &= ~MMC_CAP2_CRYPTO;
H A Dsdhci-pci-o2micro.c651 host->mmc->caps2 & MMC_CAP2_SD_EXP_1_2V) {
771 host->mmc->caps2 |= MMC_CAP2_NO_SD;
772 host->mmc->caps2 |= MMC_CAP2_NO_SDIO;
782 host->mmc->caps2 |= MMC_CAP2_NO_SDIO;
797 host->mmc->caps2 |= MMC_CAP2_NO_SDIO | MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V;
H A Dsdhci-esdhc-imx.c1660 host->mmc->caps2 &= ~(MMC_CAP2_HS400 | MMC_CAP2_HS400_ES);
1760 host->mmc->caps2 |= MMC_CAP2_HS400;
1766 host->mmc->caps2 |= MMC_CAP2_HS400_ES;
1772 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD;
1858 if (host->mmc->caps2 & MMC_CAP2_CQE) {
1902 if (host->mmc->caps2 & MMC_CAP2_CQE)
1920 if (host->mmc->caps2 & MMC_CAP2_CQE) {
1976 if (host->mmc->caps2 & MMC_CAP2_CQE)
H A Dsdhci-brcmstb.c272 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD;
370 (host->mmc->caps2 & MMC_CAP2_HS400_ES))
H A Dsdhci-of-sparx5.c220 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD);
H A Dcqhci-core.c79 if (tag == DCMD_SLOT && (cq_host->mmc->caps2 & MMC_CAP2_CQE_DCMD)) {
261 if (mmc->caps2 & MMC_CAP2_CQE_DCMD)
267 if (mmc->caps2 & MMC_CAP2_CRYPTO)
1189 if (mmc->caps2 & MMC_CAP2_CQE_DCMD)
H A Dsdhci-pci-gli.c1085 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO;
1097 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO;
1110 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO;
1111 host->mmc->caps2 |= MMC_CAP2_SD_EXP;
1494 host->mmc->caps2 |= MMC_CAP2_HS200_1_8V_SDR |
1503 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD;
H A Dsdhci-omap.c1118 u32 *caps2 = &mmc->caps2; local
1192 state = sdhci_omap_iodelay_pinctrl_state(omap_host, "hs200_1_8v", caps2,
1274 mmc->caps2 |= MMC_CAP2_NO_WRITE_PROTECT;
H A Dsdhci-of-dwcmshc.c379 if ((host->mmc->caps2 & emmc_caps) == emmc_caps) {
668 if ((host->mmc->caps2 & emmc_caps) == emmc_caps) {
812 host->mmc->caps2 &= ~(MMC_CAP2_HS200 | MMC_CAP2_HS400);
/linux-master/drivers/mmc/core/
H A Dcrypto.c18 if (host->caps2 & MMC_CAP2_CRYPTO)
24 if (host->caps2 & MMC_CAP2_CRYPTO)
H A Dhost.c325 host->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH;
345 host->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH;
354 host->caps2 |= MMC_CAP2_NO_WRITE_PROTECT;
377 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE;
379 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND;
392 host->caps2 |= MMC_CAP2_HS200_1_8V_SDR;
394 host->caps2 |= MMC_CAP2_HS200_1_2V_SDR;
396 host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR;
398 host->caps2 |= MMC_CAP2_HS400_1_2V | MMC_CAP2_HS200_1_2V_SDR;
400 host->caps2 |
618 u32 caps = host->caps, caps2 = host->caps2; local
[all...]
H A Dhost.h54 return !(host->caps2 & MMC_CAP2_BOOTPART_NOACC);
H A Dsdio_irq.c231 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) {
259 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) {
H A Dslot-gpio.c215 if (host->caps2 & MMC_CAP2_CD_ACTIVE_HIGH)
262 if (host->caps2 & MMC_CAP2_RO_ACTIVE_HIGH)
H A Dmmc.c210 u32 caps = host->caps, caps2 = host->caps2; local
238 if (caps2 & MMC_CAP2_HS200_1_8V_SDR &&
244 if (caps2 & MMC_CAP2_HS200_1_2V_SDR &&
250 if (caps2 & MMC_CAP2_HS400_1_8V &&
256 if (caps2 & MMC_CAP2_HS400_1_2V &&
262 if ((caps2 & MMC_CAP2_HS400_ES) &&
1908 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) {
1942 if (host->caps2 & MMC_CAP2_AVOID_3_3V &&
2137 ((host->caps2
[all...]
H A Dsd_ops.c208 if (host->caps2 & MMC_CAP2_SD_EXP) {
211 if (host->caps2 & MMC_CAP2_SD_EXP_1_2V)
H A Dcore.c1001 if ((host->caps2 & MMC_CAP2_HS400_ES) &&
1135 if (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) {
2075 if (!(host->caps2 & MMC_CAP2_NO_SDIO))
2080 if (!(host->caps2 & MMC_CAP2_NO_SD)) {
2088 if (!(host->caps2 & MMC_CAP2_NO_SDIO))
2092 if (!(host->caps2 & MMC_CAP2_NO_SD))
2096 if (!(host->caps2 & MMC_CAP2_NO_MMC))
2176 if ((!(card->host->caps2 & MMC_CAP2_ALT_GPT_TEGRA)))
2287 if (!(host->caps2 & MMC_CAP2_NO_PRESCAN_POWERUP)) {
H A Dqueue.c40 return host->caps2 & MMC_CAP2_CQE_DCMD;
406 return host->caps2 & MMC_CAP2_MERGE_CAPABLE;
H A Ddebugfs.c356 debugfs_create_file("caps2", 0600, root, &host->caps2,
/linux-master/include/linux/spi/
H A Dmmc_spi.h27 unsigned long caps2; member in struct:mmc_spi_platform_data
/linux-master/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c461 struct cdns_nand_caps caps2; member in struct:cdns_nand_ctrl
555 u8 data_dma_width = cdns_ctrl->caps2.data_dma_width;
903 cdns_ctrl->caps2.max_banks = 1 << FIELD_GET(CTRL_FEATURES_N_BANKS, reg);
906 cdns_ctrl->caps2.data_dma_width = 8;
908 cdns_ctrl->caps2.data_dma_width = 4;
911 cdns_ctrl->caps2.data_control_supp = true;
915 cdns_ctrl->caps2.is_phy_type_dll = true;
1190 if (cdns_ctrl->caps2.data_dma_width == 8) {
1259 if (cdns_ctrl->caps2.data_control_supp) {
1330 if (cdns_ctrl->caps2
[all...]
/linux-master/drivers/staging/greybus/
H A Dsdio.c62 u32 caps2 = 0; local
81 caps2 = ((r & GB_SDIO_CAP_HS200_1_2V) ? MMC_CAP2_HS200_1_2V_SDR : 0) |
87 host->mmc->caps2 = caps2 | MMC_CAP2_CORE_RUNTIME_PM;
/linux-master/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c202 .caps2 = MMC_CAP2_RO_ACTIVE_HIGH,

Completed in 242 milliseconds

123