Lines Matching refs:EMMC_ERROR_CODE
36 EMMC_ERROR_CODE rcar_emmc_init(void);
37 EMMC_ERROR_CODE emmc_terminate(void);
38 EMMC_ERROR_CODE rcar_emmc_memcard_power(uint8_t mode);
39 EMMC_ERROR_CODE rcar_emmc_mount(void);
40 EMMC_ERROR_CODE emmc_set_request_mmc_clock(uint32_t *freq);
41 EMMC_ERROR_CODE emmc_send_idle_cmd(uint32_t arg);
42 EMMC_ERROR_CODE emmc_select_partition(EMMC_PARTITION_ID id);
43 EMMC_ERROR_CODE emmc_read_sector(uint32_t *buff_address_virtual,
46 EMMC_ERROR_CODE emmc_write_sector(uint32_t *buff_address_virtual,
49 EMMC_ERROR_CODE emmc_erase_sector(uint32_t *start_address,
62 EMMC_ERROR_CODE emmc_exec_cmd(uint32_t error_mask, uint32_t *response);
68 EMMC_ERROR_CODE emmc_set_ext_csd(uint32_t arg);
72 void emmc_write_error_info(uint16_t func_no, EMMC_ERROR_CODE error_code);