SPMMC_CLOCK_DIVISION
value &= ~SPMMC_CLOCK_DIVISION;
value |= FIELD_PREP(SPMMC_CLOCK_DIVISION, clkdiv);
int clkdiv = FIELD_GET(SPMMC_CLOCK_DIVISION, readl(host->base + SPMMC_SD_CONFIG0_REG));