Searched refs:adrbytes (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/mtd/nand/
H A Dcafe_nand.c164 int adrbytes = 0; local
193 adrbytes = 2;
201 adrbytes += 2;
203 adrbytes++;
217 adrbytes = 1;
227 if (adrbytes)
228 ctl1 |= ((adrbytes-1)|8) << 27;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/nand/
H A Dcafe_nand.c164 int adrbytes = 0; local
193 adrbytes = 2;
201 adrbytes += 2;
203 adrbytes++;
217 adrbytes = 1;
227 if (adrbytes)
228 ctl1 |= ((adrbytes-1)|8) << 27;

Completed in 45 milliseconds