Searched refs:tmout_index (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 Dmvsdio.c65 int tmout_index; local
95 tmout_index = fls(tmout - 1) - 12;
96 if (tmout_index < 0)
97 tmout_index = 0;
98 if (tmout_index > MVSD_HOST_CTRL_TMOUT_MAX)
99 tmout_index = MVSD_HOST_CTRL_TMOUT_MAX;
104 tmout, tmout_index);
107 host->ctrl |= MVSD_HOST_CTRL_TMOUT(tmout_index);
/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 Dmvsdio.c65 int tmout_index; local
95 tmout_index = fls(tmout - 1) - 12;
96 if (tmout_index < 0)
97 tmout_index = 0;
98 if (tmout_index > MVSD_HOST_CTRL_TMOUT_MAX)
99 tmout_index = MVSD_HOST_CTRL_TMOUT_MAX;
104 tmout, tmout_index);
107 host->ctrl |= MVSD_HOST_CTRL_TMOUT(tmout_index);

Completed in 84 milliseconds