Searched refs:mmc_ctrl (Results 1 – 2 of 2) sorted by relevance
178 MMC_CTRL_t mmc_ctrl = { 0 }; in ConfigMMCRegs() local183 mmc_ctrl.bits.force_ce = 0x0; in ConfigMMCRegs()184 mmc_ctrl.bits.rxdma_disable = 0x0; in ConfigMMCRegs()185 mmc_ctrl.bits.txdma_disable = 0x0; in ConfigMMCRegs()186 mmc_ctrl.bits.txmac_disable = 0x0; in ConfigMMCRegs()187 mmc_ctrl.bits.rxmac_disable = 0x0; in ConfigMMCRegs()188 mmc_ctrl.bits.arb_disable = 0x0; in ConfigMMCRegs()189 mmc_ctrl.bits.mmc_enable = 0x1; in ConfigMMCRegs()191 writel(mmc_ctrl.value, &pAdapter->CSRAddress->mmc.mmc_ctrl.value); in ConfigMMCRegs()
2332 MMC_CTRL_t mmc_ctrl; // 0x7000 member