Searched refs:rt_mmcsd_host (Results 1 – 13 of 13) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | dev_mmcsd_core.h | 225 void mmcsd_host_lock(struct rt_mmcsd_host *host); 226 void mmcsd_host_unlock(struct rt_mmcsd_host *host); 227 void mmcsd_req_complete(struct rt_mmcsd_host *host); 230 rt_int32_t mmcsd_go_idle(struct rt_mmcsd_host *host); 239 void mmcsd_set_clock(struct rt_mmcsd_host *host, rt_uint32_t clk); 240 void mmcsd_set_bus_mode(struct rt_mmcsd_host *host, rt_uint32_t mode); 242 void mmcsd_set_timing(struct rt_mmcsd_host *host, rt_uint32_t timing); 245 void mmcsd_change(struct rt_mmcsd_host *host); 247 void mmcsd_host_init(struct rt_mmcsd_host *host); 248 struct rt_mmcsd_host *mmcsd_alloc_host(void); [all …]
|
| A D | mmcsd_host.h | 81 struct rt_mmcsd_host; 86 void (*request)(struct rt_mmcsd_host *host, struct rt_mmcsd_req *req); 87 void (*set_iocfg)(struct rt_mmcsd_host *host, struct rt_mmcsd_io_cfg *io_cfg); 88 rt_int32_t (*get_card_status)(struct rt_mmcsd_host *host); 89 void (*enable_sdio_irq)(struct rt_mmcsd_host *host, rt_int32_t en); 90 rt_int32_t (*execute_tuning)(struct rt_mmcsd_host *host, rt_int32_t opcode); 91 rt_int32_t (*switch_uhs_voltage)(struct rt_mmcsd_host *host); 94 struct rt_mmcsd_host struct
|
| A D | dev_sd.h | 33 rt_err_t mmcsd_send_if_cond(struct rt_mmcsd_host *host, rt_uint32_t ocr); 34 rt_err_t mmcsd_send_app_op_cond(struct rt_mmcsd_host *host, rt_uint32_t ocr, rt_uint32_t *rocr); 36 rt_err_t mmcsd_get_card_addr(struct rt_mmcsd_host *host, rt_uint32_t *rca); 39 rt_int32_t init_sd(struct rt_mmcsd_host *host, rt_uint32_t ocr);
|
| A D | dev_sdio.h | 154 rt_int32_t sdio_io_send_op_cond(struct rt_mmcsd_host *host, 211 rt_int32_t init_sdio(struct rt_mmcsd_host *host, rt_uint32_t ocr); 215 void sdio_irq_wakeup(struct rt_mmcsd_host *host);
|
| A D | dev_mmc.h | 188 rt_err_t mmc_send_op_cond(struct rt_mmcsd_host *host, rt_uint32_t ocr, rt_uint32_t *rocr); 189 rt_int32_t init_mmc(struct rt_mmcsd_host *host, rt_uint32_t ocr);
|
| A D | mmcsd_card.h | 184 struct rt_mmcsd_host *host;
|
| /components/drivers/sdio/ |
| A D | dev_mmcsd_core.c | 45 void mmcsd_host_lock(struct rt_mmcsd_host *host) in mmcsd_host_lock() 50 void mmcsd_host_unlock(struct rt_mmcsd_host *host) in mmcsd_host_unlock() 55 void mmcsd_req_complete(struct rt_mmcsd_host *host) in mmcsd_req_complete() 604 struct rt_mmcsd_host *host; in mmcsd_wait_cd_changed() 620 void mmcsd_change(struct rt_mmcsd_host *host) in mmcsd_change() 627 struct rt_mmcsd_host *host; in mmcsd_detect() 701 void mmcsd_host_init(struct rt_mmcsd_host *host) in mmcsd_host_init() 714 struct rt_mmcsd_host *mmcsd_alloc_host(void) in mmcsd_alloc_host() 716 struct rt_mmcsd_host *host; in mmcsd_alloc_host() 731 void mmcsd_free_host(struct rt_mmcsd_host *host) in mmcsd_free_host() [all …]
|
| A D | dev_sd.c | 155 struct rt_mmcsd_host *host = card->host; in mmcsd_switch() 317 static rt_err_t mmcsd_app_cmd(struct rt_mmcsd_host *host, in mmcsd_app_cmd() 348 rt_err_t mmcsd_send_app_cmd(struct rt_mmcsd_host *host, in mmcsd_send_app_cmd() 432 rt_err_t mmcsd_send_app_op_cond(struct rt_mmcsd_host *host, in mmcsd_send_app_op_cond() 487 rt_err_t mmcsd_send_if_cond(struct rt_mmcsd_host *host, rt_uint32_t ocr) in mmcsd_send_if_cond() 512 rt_err_t mmcsd_get_card_addr(struct rt_mmcsd_host *host, rt_uint32_t *rca) in mmcsd_get_card_addr() 632 static rt_err_t sd_switch_voltage(struct rt_mmcsd_host *host) in sd_switch_voltage() 648 static rt_err_t sd_switch_uhs_voltage(struct rt_mmcsd_host *host) in sd_switch_uhs_voltage() 657 static rt_int32_t mmcsd_sd_init_card(struct rt_mmcsd_host *host, in mmcsd_sd_init_card() 816 rt_int32_t init_sd(struct rt_mmcsd_host *host, rt_uint32_t ocr) in init_sd()
|
| A D | dev_mmc.c | 189 struct rt_mmcsd_host *host; in mmc_parse_ext_csd() 254 struct rt_mmcsd_host *host = card->host; in mmc_switch() 341 struct rt_mmcsd_host *host = card->host; in mmc_select_bus_width() 427 rt_err_t mmc_send_op_cond(struct rt_mmcsd_host *host, in mmc_send_op_cond() 473 static rt_err_t mmc_set_card_addr(struct rt_mmcsd_host *host, rt_uint32_t rca) in mmc_set_card_addr() 510 struct rt_mmcsd_host *host = card->host; in mmc_switch_to_hs400() 570 struct rt_mmcsd_host *host = card->host; in mmc_select_hs400() 613 static rt_int32_t mmcsd_mmc_init_card(struct rt_mmcsd_host *host, in mmcsd_mmc_init_card() 741 rt_int32_t init_mmc(struct rt_mmcsd_host *host, rt_uint32_t ocr) in init_mmc()
|
| A D | dev_sdio.c | 63 rt_int32_t sdio_io_send_op_cond(struct rt_mmcsd_host *host, in sdio_io_send_op_cond() 829 static rt_int32_t sdio_init_card(struct rt_mmcsd_host *host, rt_uint32_t ocr) in sdio_init_card() 964 rt_int32_t init_sdio(struct rt_mmcsd_host *host, rt_uint32_t ocr) in init_sdio() 1009 struct rt_mmcsd_host *host = (struct rt_mmcsd_host *)param; in sdio_irq_thread() 1060 struct rt_mmcsd_host *host = card->host; in sdio_irq_thread_create() 1082 struct rt_mmcsd_host *host = card->host; in sdio_irq_thread_delete() 1178 void sdio_irq_wakeup(struct rt_mmcsd_host *host) in sdio_irq_wakeup()
|
| A D | dev_block.c | 174 struct rt_mmcsd_host *host = card->host; in rt_mmcsd_req_blk() 356 struct rt_mmcsd_host *host = card->host; in rt_mmcsd_blk_probe()
|
| /components/drivers/sdio/sdhci/ |
| A D | fit-mmc.c | 17 static void rt_plat_request(struct rt_mmcsd_host *host, struct rt_mmcsd_req *req) in rt_plat_request() 99 static void rt_plat_set_ioconfig(struct rt_mmcsd_host *host, struct rt_mmcsd_io_cfg *iocfg) in rt_plat_set_ioconfig() 110 static rt_int32_t rt_plat_get_card_status(struct rt_mmcsd_host *host) in rt_plat_get_card_status() 117 static rt_int32_t rt_plat_execute_tuning(struct rt_mmcsd_host *host, rt_int32_t opcode) in rt_plat_execute_tuning() 124 static void rt_plat_enable_sdio_irq(struct rt_mmcsd_host *host, rt_int32_t en) in rt_plat_enable_sdio_irq()
|
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci_host.h | 179 struct rt_mmcsd_host rthost;
|
Completed in 22 milliseconds