/* Start the MMC clock and operation */ static inline int jz_mmc_start_op(void) { REG_MSC_STRPCL(MSC_ID) = MSC_STRPCL_START_OP; return MMC_NO_ERROR; }
static inline void jz_mmc_start(void) { REG_MSC_STRPCL(ctl_num) = MSC_STRPCL_START_OP; }