Lines Matching refs:temp
454 u32 temp;
457 temp = mci_readl(host, CTRL);
458 temp &= ~SDMMC_CTRL_USE_IDMAC;
459 temp |= SDMMC_CTRL_DMA_RESET;
460 mci_writel(host, CTRL, temp);
463 temp = mci_readl(host, BMOD);
464 temp &= ~(SDMMC_IDMAC_ENABLE | SDMMC_IDMAC_FB);
465 temp |= SDMMC_IDMAC_SWRESET;
466 mci_writel(host, BMOD, temp);
721 u32 temp;
740 temp = mci_readl(host, CTRL);
741 temp |= SDMMC_CTRL_USE_IDMAC;
742 mci_writel(host, CTRL, temp);
748 temp = mci_readl(host, BMOD);
749 temp |= SDMMC_IDMAC_ENABLE | SDMMC_IDMAC_FB;
750 mci_writel(host, BMOD, temp);
1081 u32 temp;
1113 temp = mci_readl(host, CTRL);
1114 temp |= SDMMC_CTRL_DMA_ENABLE;
1115 mci_writel(host, CTRL, temp);
1119 temp = mci_readl(host, INTMASK);
1120 temp &= ~(SDMMC_INT_RXDR | SDMMC_INT_TXDR);
1121 mci_writel(host, INTMASK, temp);
1140 u32 temp;
1169 temp = mci_readl(host, INTMASK);
1170 temp |= SDMMC_INT_TXDR | SDMMC_INT_RXDR;
1171 mci_writel(host, INTMASK, temp);
1174 temp = mci_readl(host, CTRL);
1175 temp &= ~SDMMC_CTRL_DMA_ENABLE;
1176 mci_writel(host, CTRL, temp);
3140 u32 temp;
3151 temp = mci_readl(host, INTMASK);
3152 temp |= SDMMC_INT_CD;
3153 mci_writel(host, INTMASK, temp);