meson_sdhc.c | 630 uint32_t cmdval = 0, cntl, srst, pdma, ictl; local in function:meson_sdhc_exec_command 662 ictl = SD_INT_ERROR; 683 ictl |= SD_INT_DATA_COMPLETE; 685 ictl |= SD_INT_DMA_DONE; 688 ictl |= SD_INT_RESP_COMPLETE; 691 SDHC_WRITE(sc, SD_ICTL_REG, ictl);
|