Lines Matching refs:command

3 mmc command
28 The mmc command is used to control MMC(eMMC/SD) device.
30 The 'mmc info' command displays information (Manufacturer ID, OEM, Name, Bus Speed, Mode, ...) of M…
32 The 'mmc read' command reads raw data to memory address from MMC device with block offset and count.
34 The 'mmc write' command writes raw data to MMC device from memory address with block offset and cou…
43 The 'mmc erase' command erases *cnt* blocks on the MMC device starting at block *blk#*.
50 The 'mmc rescan' command scans the available MMC device.
77 The 'mmc part' command displays the list available partition on current mmc device.
79 The 'mmc dev' command shows or set current mmc device.
111 The 'mmc list' command displays the list available devices.
113 The 'mmc wp' command enables "power on write protect" function for boot partitions.
115 The 'mmc bootbus' command sets the BOOT_BUS_WIDTH field. (*Refer to eMMC specification*)
143 The 'mmc partconf' command shows or changes PARTITION_CONFIG field.
164 The 'mmc bootpart-resize' command changes sizes of boot and RPMB partitions.
173 The 'mmc rst-function' command changes the RST_n_FUNCTION field.
190 The 'mmc info' command displays device's capabilities:
213 The raw data can be read/written via 'mmc read/write' command:
222 The partition list can be shown via 'mmc part' command:
238 The current device can be shown or set via 'mmc dev' command:
251 The list of available devices can be shown via 'mmc list' command:
262 The mmc command is only available if CONFIG_CMD_MMC=y.