Home
last modified time | relevance | path

Searched refs:MMC_SWITCH_MODE_WRITE_BYTE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/mmc/
Dmmc.h444 #define MMC_SWITCH_MODE_WRITE_BYTE 0x03 /* Set target to value */ macro
/linux-4.4.14/drivers/mmc/core/
Dmmc_ops.c506 cmd.arg = (MMC_SWITCH_MODE_WRITE_BYTE << 24) | in __mmc_switch()