Home
last modified time | relevance | path

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

/components/drivers/sdio/
A Ddev_mmcsd_core.c90 struct rt_mmcsd_cmd *cmd, in mmcsd_send_cmd()
110 struct rt_mmcsd_cmd cmd; in mmcsd_go_idle()
118 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmcsd_go_idle()
141 struct rt_mmcsd_cmd cmd; in mmcsd_spi_read_ocr()
144 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmcsd_spi_read_ocr()
160 struct rt_mmcsd_cmd cmd; in mmcsd_all_get_cid()
162 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmcsd_all_get_cid()
181 struct rt_mmcsd_cmd cmd; in mmcsd_get_cid()
259 struct rt_mmcsd_cmd cmd; in mmcsd_get_csd()
336 struct rt_mmcsd_cmd cmd; in _mmcsd_select_card()
[all …]
A Ddev_sd.c157 struct rt_mmcsd_cmd cmd; in mmcsd_switch()
174 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmcsd_switch()
204 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmcsd_switch()
321 struct rt_mmcsd_cmd cmd = {0}; in mmcsd_app_cmd()
406 struct rt_mmcsd_cmd cmd; in mmcsd_app_set_bus_width()
436 struct rt_mmcsd_cmd cmd; in mmcsd_send_app_op_cond()
489 struct rt_mmcsd_cmd cmd; in mmcsd_send_if_cond()
515 struct rt_mmcsd_cmd cmd; in mmcsd_get_card_addr()
542 struct rt_mmcsd_cmd cmd; in mmcsd_get_scr()
584 struct rt_mmcsd_cmd cmd; in mmcsd_read_sd_status()
[all …]
A Ddev_block.c47 struct rt_mmcsd_cmd cmd; in __send_status()
110 struct rt_mmcsd_cmd cmd; in mmcsd_num_wr_blocks()
114 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmcsd_num_wr_blocks()
126 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmcsd_num_wr_blocks()
171 struct rt_mmcsd_cmd cmd, stop; in rt_mmcsd_req_blk()
179 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in rt_mmcsd_req_blk()
180 rt_memset(&stop, 0, sizeof(struct rt_mmcsd_cmd)); in rt_mmcsd_req_blk()
254 struct rt_mmcsd_cmd cmd; in mmcsd_set_blksize()
A Ddev_mmc.c123 struct rt_mmcsd_cmd cmd; in mmc_get_ext_csd()
142 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmc_get_ext_csd()
255 struct rt_mmcsd_cmd cmd = {0}; in mmc_switch()
430 struct rt_mmcsd_cmd cmd; in mmc_send_op_cond()
434 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmc_send_op_cond()
476 struct rt_mmcsd_cmd cmd; in mmc_set_card_addr()
478 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in mmc_set_card_addr()
A Ddev_sdio.c67 struct rt_mmcsd_cmd cmd; in sdio_io_send_op_cond()
72 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in sdio_io_send_op_cond()
124 struct rt_mmcsd_cmd cmd; in sdio_io_rw_direct()
134 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in sdio_io_rw_direct()
179 struct rt_mmcsd_cmd cmd; in sdio_io_rw_extended()
192 rt_memset(&cmd, 0, sizeof(struct rt_mmcsd_cmd)); in sdio_io_rw_extended()
/components/drivers/include/drivers/
A Ddev_mmcsd_core.h42 struct rt_mmcsd_cmd *stop; /* stop command */
54 struct rt_mmcsd_cmd struct
113 struct rt_mmcsd_cmd *cmd; argument
114 struct rt_mmcsd_cmd *stop;
115 struct rt_mmcsd_cmd *sbc; /* SET_BLOCK_COUNT for multiblock */
229 rt_int32_t mmcsd_send_cmd(struct rt_mmcsd_host *host, struct rt_mmcsd_cmd *cmd, int retries);
/components/drivers/sdio/sdhci/include/
A Dsdhci.h470 struct rt_mmcsd_cmd *cmd; /* Current command */
471 struct rt_mmcsd_cmd *data_cmd; /* Current data command */
472 struct rt_mmcsd_cmd *deferred_cmd; /* Deferred command */
618 struct rt_mmcsd_cmd *cmd);
674 void rt_sdhci_timeout_set(struct rt_sdhci_host *host, struct rt_mmcsd_cmd *cmd);
/components/drivers/sdio/sdhci/
A Dsdhci.c89 static inline rt_bool_t sdhci_data_line_cmd(struct rt_mmcsd_cmd *cmd) in sdhci_data_line_cmd()
186 struct rt_mmcsd_cmd *cmd, in sdhci_auto_cmd_select()
1069 struct rt_mmcsd_cmd *cmd) in sdhci_calc_sw_timeout()
1258 struct rt_mmcsd_cmd *cmd) in sdhci_set_transfer_mode()
1373 struct rt_mmcsd_cmd *data_cmd = host->data_cmd; in __sdhci_finish_data()
1451 struct rt_mmcsd_cmd *data_cmd = host->data_cmd; in sdhci_data_irq()
1563 struct rt_mmcsd_cmd *cmd = host->cmd; in sdhci_command_end()
1799 struct rt_mmcsd_cmd *deferred_cmd = host->deferred_cmd; in sdhci_send_command_retry()
1933 struct rt_mmcsd_cmd *cmd; in sdhci_thread_irq()
1977 struct rt_mmcsd_cmd *cmd; in rt_sdhci_start_request()
[all …]

Completed in 22 milliseconds