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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Domap_hsmmc.c1634 * ENABLED -> DISABLED -> CARDSLEEP / REGSLEEP -> OFF
1641 * REGSLEEP: fclk is off, voltage regulator is asleep
1648 enum {ENABLED = 0, DISABLED, CARDSLEEP, REGSLEEP, OFF}; enumerator in enum:__anon16231
1665 /* Handler for [DISABLED -> REGSLEEP / CARDSLEEP] transition */
1684 new_state = REGSLEEP;
1695 host->dpm_state == CARDSLEEP ? "CARDSLEEP" : "REGSLEEP");
1709 /* Handler for [REGSLEEP / CARDSLEEP -> OFF] transition */
1731 host->dpm_state == CARDSLEEP ? "CARDSLEEP" : "REGSLEEP");
1772 host->dpm_state == CARDSLEEP ? "CARDSLEEP" : "REGSLEEP");
1808 case REGSLEEP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Domap_hsmmc.c1634 * ENABLED -> DISABLED -> CARDSLEEP / REGSLEEP -> OFF
1641 * REGSLEEP: fclk is off, voltage regulator is asleep
1648 enum {ENABLED = 0, DISABLED, CARDSLEEP, REGSLEEP, OFF}; enumerator in enum:__anon27924
1665 /* Handler for [DISABLED -> REGSLEEP / CARDSLEEP] transition */
1684 new_state = REGSLEEP;
1695 host->dpm_state == CARDSLEEP ? "CARDSLEEP" : "REGSLEEP");
1709 /* Handler for [REGSLEEP / CARDSLEEP -> OFF] transition */
1731 host->dpm_state == CARDSLEEP ? "CARDSLEEP" : "REGSLEEP");
1772 host->dpm_state == CARDSLEEP ? "CARDSLEEP" : "REGSLEEP");
1808 case REGSLEEP
[all...]

Completed in 167 milliseconds