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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ep93xx/
H A Dsnappercl15.c51 static u16 nand_state = SNAPPERCL15_NAND_WPN; local
64 nand_state &= ~(SNAPPERCL15_NAND_CEN |
67 nand_state |= set;
68 __raw_writew(nand_state, NAND_CTRL_ADDR(chip));
72 __raw_writew((cmd & 0xff) | nand_state, chip->IO_ADDR_W);

Completed in 55 milliseconds