Searched refs:nand_width (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/mtd/nand/
H A Dau1550nd.c29 static int nand_width = 1; /* default x8 */ variable
482 nand_width = 0;
490 nand_width = 1;
545 nand_width = au_readl(MEM_STCFG0) & (1 << 22);
547 nand_width = au_readl(MEM_STCFG1) & (1 << 22);
549 nand_width = au_readl(MEM_STCFG2) & (1 << 22);
551 nand_width = au_readl(MEM_STCFG3) & (1 << 22);
564 if (!nand_width)
567 this->read_byte = (!nand_width) ? au_read_byte16 : au_read_byte;
568 au1550_write_byte = (!nand_width)
[all...]

Completed in 54 milliseconds