Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/renesas/common/emmc/
A 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 …]
A 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()
A Demmc_mount.c19 static EMMC_ERROR_CODE emmc_card_init(void);
20 static EMMC_ERROR_CODE emmc_high_speed(void);
51 static EMMC_ERROR_CODE emmc_card_init(void) in emmc_card_init()
55 EMMC_ERROR_CODE result; in emmc_card_init()
225 EMMC_ERROR_CODE result; in emmc_high_speed()
315 EMMC_ERROR_CODE result = EMMC_ERR; in emmc_bus_width()
386 EMMC_ERROR_CODE result; in emmc_select_partition()
465 EMMC_ERROR_CODE result; in emmc_get_partition_access()
577 EMMC_ERROR_CODE result; in emmc_set_ext_csd()
639 EMMC_ERROR_CODE rcar_emmc_mount(void) in rcar_emmc_mount()
[all …]
A 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()
A 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()
A 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()
A 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()
A Demmc_std.h128 } EMMC_ERROR_CODE; typedef

Completed in 10 milliseconds