Lines Matching +full:cmd +full:- +full:timeout +full:- +full:ms
1 /* SPDX-License-Identifier: GPL-2.0-only */
39 #define MMC_CMD_MASK (3 << 5) /* non-SPI command type */
68 #define mmc_resp_type(cmd) ((cmd)->flags & (MMC_RSP_PRESENT|MMC_RSP_136|MMC_RSP_CRC|MMC_RSP_BUSY|MM… argument
83 #define mmc_spi_resp_type(cmd) ((cmd)->flags & \ argument
89 #define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK) argument
108 unsigned int busy_timeout; /* busy detect timeout in ms */
109 struct mmc_data *data; /* data segment associated with cmd */
114 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */
115 unsigned int timeout_clks; /* data timeout (in clocks) */
145 struct mmc_command *cmd; member
174 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd,