Searched refs:CARDSLEEP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Domap_hsmmc.c1634 * ENABLED -> DISABLED -> CARDSLEEP / REGSLEEP -> OFF
1640 * CARDSLEEP: fclk is off, card is asleep, voltage regulator is asleep
1648 enum {ENABLED = 0, DISABLED, CARDSLEEP, REGSLEEP, OFF}; enumerator in enum:__anon12381
1665 /* Handler for [DISABLED -> REGSLEEP / CARDSLEEP] transition */
1682 new_state = CARDSLEEP;
1688 new_state == CARDSLEEP);
1695 host->dpm_state == CARDSLEEP ? "CARDSLEEP" : "REGSLEEP");
1709 /* Handler for [REGSLEEP / CARDSLEEP -> OFF] transition */
1731 host->dpm_state == CARDSLEEP
[all...]

Completed in 56 milliseconds