Example #1
0
/* 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;
}
Example #2
0
File: sd_boot.c Project: ykli/misc
static inline void jz_mmc_start(void)
{
	REG_MSC_STRPCL(ctl_num) = MSC_STRPCL_START_OP;
}