Home
last modified time | relevance | path

Searched hist:"31 cacbab" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmmc.h31cacbab Thu Mar 10 20:01:13 CST 2011 Raffaele Recalcati <raffaele.recalcati@bticino.it> mmc: SEND_OP_COND considers card capabilities (voltage)

The first SEND_OP_COND (CMD1) command added is used to ask card capabilities.
After it an AND operation is done between card capabilities and host
capabilities (at the moment only for the voltage field).
Finally the correct value is sent to the MMC, waiting that the card
exits from busy state.

Signed-off-by: Raffaele Recalcati <raffaele.recalcati@bticino.it>
Signed-off-by: Andy Fleming <afleming@freescale.com>
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c31cacbab Thu Mar 10 20:01:13 CST 2011 Raffaele Recalcati <raffaele.recalcati@bticino.it> mmc: SEND_OP_COND considers card capabilities (voltage)

The first SEND_OP_COND (CMD1) command added is used to ask card capabilities.
After it an AND operation is done between card capabilities and host
capabilities (at the moment only for the voltage field).
Finally the correct value is sent to the MMC, waiting that the card
exits from busy state.

Signed-off-by: Raffaele Recalcati <raffaele.recalcati@bticino.it>
Signed-off-by: Andy Fleming <afleming@freescale.com>