Home
last modified time | relevance | path

Searched refs:EMMC_ERROR_CODE (Results 1 – 8 of 8) sorted by relevance

/external/arm-trusted-firmware/drivers/renesas/common/emmc/
Demmc_def.h36 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,
[all …]
Demmc_init.c21 EMMC_ERROR_CODE rcar_emmc_memcard_power(uint8_t mode) in rcar_emmc_memcard_power()
72 static EMMC_ERROR_CODE emmc_dev_finalize(void) in emmc_dev_finalize()
74 EMMC_ERROR_CODE result; in emmc_dev_finalize()
101 static EMMC_ERROR_CODE emmc_dev_init(void) in emmc_dev_init()
125 static EMMC_ERROR_CODE emmc_reset_controller(void) in emmc_reset_controller()
127 EMMC_ERROR_CODE result; in emmc_reset_controller()
142 EMMC_ERROR_CODE emmc_terminate(void) in emmc_terminate()
144 EMMC_ERROR_CODE result; in emmc_terminate()
153 EMMC_ERROR_CODE rcar_emmc_init(void) in rcar_emmc_init()
155 EMMC_ERROR_CODE result; in rcar_emmc_init()
Demmc_mount.c18 static EMMC_ERROR_CODE emmc_clock_ctrl(uint8_t mode);
19 static EMMC_ERROR_CODE emmc_card_init(void);
20 static EMMC_ERROR_CODE emmc_high_speed(void);
21 static EMMC_ERROR_CODE emmc_bus_width(uint32_t width);
51 static EMMC_ERROR_CODE emmc_card_init(void) in emmc_card_init()
55 EMMC_ERROR_CODE result; in emmc_card_init()
222 static EMMC_ERROR_CODE emmc_high_speed(void) in emmc_high_speed()
225 EMMC_ERROR_CODE result; in emmc_high_speed()
283 static EMMC_ERROR_CODE emmc_clock_ctrl(uint8_t mode) in emmc_clock_ctrl()
313 static EMMC_ERROR_CODE emmc_bus_width(uint32_t width) in emmc_bus_width()
[all …]
Demmc_read.c18 static EMMC_ERROR_CODE emmc_multiple_block_read(uint32_t *buff_address_virtual, in emmc_multiple_block_read()
22 EMMC_ERROR_CODE result; in emmc_multiple_block_read()
85 EMMC_ERROR_CODE emmc_read_sector(uint32_t *buff_address_virtual, in emmc_read_sector()
91 EMMC_ERROR_CODE result; in emmc_read_sector()
Demmc_utility.c109 void emmc_write_error_info(uint16_t func_no, EMMC_ERROR_CODE error_code) in emmc_write_error_info()
192 EMMC_ERROR_CODE emmc_send_idle_cmd(uint32_t arg) in emmc_send_idle_cmd()
194 EMMC_ERROR_CODE result; in emmc_send_idle_cmd()
Demmc_interrupt.c19 static EMMC_ERROR_CODE emmc_trans_sector(uint32_t *buff_address_virtual);
23 EMMC_ERROR_CODE result; in emmc_interrupt()
166 static EMMC_ERROR_CODE emmc_trans_sector(uint32_t *buff_address_virtual) in emmc_trans_sector()
Demmc_cmd.c94 static EMMC_ERROR_CODE emmc_response_check(uint32_t *response, in emmc_response_check()
198 EMMC_ERROR_CODE emmc_exec_cmd(uint32_t error_mask, uint32_t *response) in emmc_exec_cmd()
200 EMMC_ERROR_CODE rtn_code = EMMC_SUCCESS; in emmc_exec_cmd()
Demmc_std.h128 } EMMC_ERROR_CODE; typedef