GPIO_NAND_CS      180 arch/arm/mach-pxa/cm-x255.c 		GPIO_LOOKUP("gpio-pxa", GPIO_NAND_CS, "nce", GPIO_ACTIVE_HIGH),
GPIO_NAND_CS       72 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_set_value(GPIO_NAND_CS, 0);
GPIO_NAND_CS       79 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_set_value(GPIO_NAND_CS, 1);
GPIO_NAND_CS      136 drivers/mtd/nand/raw/cmx270_nand.c 	ret = gpio_request(GPIO_NAND_CS, "NAND CS");
GPIO_NAND_CS      142 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_direction_output(GPIO_NAND_CS, 1);
GPIO_NAND_CS      210 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_free(GPIO_NAND_CS);
GPIO_NAND_CS      226 drivers/mtd/nand/raw/cmx270_nand.c 	gpio_free(GPIO_NAND_CS);