Searched refs:gctl_reg (Results 1 – 2 of 2) sorted by relevance
199 rval = mmc->gctl_reg; in mmc_trans_data_by_dma()200 mmc->gctl_reg = rval | (1 << 5) | (1 << 2); /* dma enable */ in mmc_trans_data_by_dma()409 mmc->gctl_reg = mmc->gctl_reg & (~0x80000000);416 mmc->gctl_reg = mmc->gctl_reg | 0x80000000;495 mmc->gctl_reg = mmc->gctl_reg & (~(1 << 5));501 mmc->gctl_reg = mmc->gctl_reg | 0x80000000;519 mmc->gctl_reg = 0x7;520 while (mmc->gctl_reg & 0x7) { };527 mmc->gctl_reg &= ~(0x1 << 4);530 mmc->gctl_reg |= 0x1 << 4;[all …]
19 volatile rt_uint32_t gctl_reg; /* (0x000) */ member
Completed in 8 milliseconds