Searched refs:NAND_CS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-db1x00/
H A Ddb1x00.h72 #define NAND_CS 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-pb1x00/
H A Dpb1550.h66 #define NAND_CS 1 macro
H A Dpb1200.h139 #define NAND_CS 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dau1550nd.c283 au_writel((1 << (4 + NAND_CS)), MEM_STNDCTL);
501 if (NAND_CS == 0) {
506 if (NAND_CS == 1) {
511 if (NAND_CS == 2) {
516 if (NAND_CS == 3) {
525 if (((au_readl(MEM_STCFG0) & 0x7) == 0x5) && (NAND_CS == 0))
527 else if (((au_readl(MEM_STCFG1) & 0x7) == 0x5) && (NAND_CS == 1))
529 else if (((au_readl(MEM_STCFG2) & 0x7) == 0x5) && (NAND_CS == 2))
531 else if (((au_readl(MEM_STCFG3) & 0x7) == 0x5) && (NAND_CS == 3))
544 if (NAND_CS
[all...]

Completed in 99 milliseconds