Searched refs:sdbctl (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/arch/blackfin/kernel/
H A Dsetup.c770 u32 sdbctl = bfin_read_EBIU_SDBCTL(); local
771 ret += EBSZ_TO_MEG(sdbctl >> 0);
772 ret += EBSZ_TO_MEG(sdbctl >> 8);
773 ret += EBSZ_TO_MEG(sdbctl >> 16);
774 ret += EBSZ_TO_MEG(sdbctl >> 24);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsetup.c770 u32 sdbctl = bfin_read_EBIU_SDBCTL(); local
771 ret += EBSZ_TO_MEG(sdbctl >> 0);
772 ret += EBSZ_TO_MEG(sdbctl >> 8);
773 ret += EBSZ_TO_MEG(sdbctl >> 16);
774 ret += EBSZ_TO_MEG(sdbctl >> 24);

Completed in 72 milliseconds