Esempio n. 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;
}
Esempio n. 2
0
File: sd_boot.c Progetto: ykli/misc
static inline void jz_mmc_start(void)
{
	REG_MSC_STRPCL(ctl_num) = MSC_STRPCL_START_OP;
}