Lines Matching +full:maximum +full:- +full:write

2  * Copyright 2022-2023 NXP
4 * SPDX-License-Identifier: Apache-2.0
69 * to inform the SD card the next command is an application-specific one.
87 /* Bits 0-2 reserved */
99 /* Bits 17-18 reserved */
184 #define SD_SPI_CMD_BODY_SIZE (SD_SPI_CMD_SIZE - 1)
271 /** VDD 2.7-2.8 */
273 /** VDD 2.8-2.9 */
275 /** VDD 2.9-3.0 */
277 /** VDD 3.0-3.1 */
279 /** VDD 3.1-3.2 */
281 /** VDD 3.2-3.3 */
283 /** VDD 3.3-3.4 */
285 /** VDD 3.4-3.5 */
287 /** VDD 3.5-3.6 */
320 SDIO_OCR_VDD20_21FLAG = BIT(8), /*!< VDD 2.0-2.1 */
321 SDIO_OCR_VDD21_22FLAG = BIT(9), /*!< VDD 2.1-2.2 */
322 SDIO_OCR_VDD22_23FLAG = BIT(10), /*!< VDD 2.2-2.3 */
323 SDIO_OCR_VDD23_24FLAG = BIT(11), /*!< VDD 2.3-2.4 */
324 SDIO_OCR_VDD24_25FLAG = BIT(12), /*!< VDD 2.4-2.5 */
325 SDIO_OCR_VDD25_26FLAG = BIT(13), /*!< VDD 2.5-2.6 */
326 SDIO_OCR_VDD26_27FLAG = BIT(14), /*!< VDD 2.6-2.7 */
327 SDIO_OCR_VDD27_28FLAG = BIT(15), /*!< VDD 2.7-2.8 */
328 SDIO_OCR_VDD28_29FLAG = BIT(16), /*!< VDD 2.8-2.9 */
329 SDIO_OCR_VDD29_30FLAG = BIT(17), /*!< VDD 2.9-3.0 */
330 SDIO_OCR_VDD30_31FLAG = BIT(18), /*!< VDD 2.9-3.0 */
331 SDIO_OCR_VDD31_32FLAG = BIT(19), /*!< VDD 3.0-3.1 */
332 SDIO_OCR_VDD32_33FLAG = BIT(20), /*!< VDD 3.1-3.2 */
333 SDIO_OCR_VDD33_34FLAG = BIT(21), /*!< VDD 3.2-3.3 */
334 SDIO_OCR_VDD34_35FLAG = BIT(22), /*!< VDD 3.3-3.4 */
335 SDIO_OCR_VDD35_36FLAG = BIT(23), /*!< VDD 3.4-3.5 */
370 /* Maximum data rate possible for SD high speed cards */
376 /* Maximum data rate possible for SD uhs cards */
446 * Used with CMD6 to inform the card what its maximum current draw is.
458 * Used with CMD6 to determine the maximum current the card will draw.
544 /** Data read access-time-1 [119:112] */
546 /** Data read access-time-2 in clock cycles (NSAC*100) [111:104] */
548 /** Maximum data transfer rate [103:96] */
552 /** Maximum read data block length [83:80] */
558 /** Maximum read current at VDD min [61:59] */
560 /** Maximum read current at VDD max [58:56] */
562 /** Maximum write current at VDD min [55:53] */
564 /** Maximum write current at VDD max [52:50] */
570 /** Write protect group size [38:32] */
572 /** Write speed factor [28:26] */
574 /** Maximum write data block length [25:22] */
581 * @brief MMC Maximum Frequency
702 /** Write block misalignment [78:78] */
710 /** Write protect group enabled [31:31] */
712 /** Partial blocks for write allowed [21:21] */
718 /** Permanent write protection [13:13] */
720 /** Temporary write protection [12:12] */
742 /** Command support bits [33:32] 33-support CMD23, 32-support cmd20*/
766 /** SD card version 1.0-1.01 */
799 * SDIO I/O direction (read or write)
806 #define SDIO_CMD_ARG_RW_SHIFT 31 /*!< read/write flag shift */
813 #define SDIO_EXTEND_CMD_ARG_BLK_SHIFT 27 /*!< extended write block mode */
889 #define SDIO_MAX_IO_NUMS 7 /*!< Maximum number of I/O functions for SDIO */
916 * functions 1-7, but we do not read this data as the stack does not utilize it.