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

/linux-4.4.14/drivers/mtd/nand/
H A Dcmx270_nand.c33 #define GPIO_NAND_CS (11) macro
81 gpio_set_value(GPIO_NAND_CS, 0); nand_cs_on()
88 gpio_set_value(GPIO_NAND_CS, 1); nand_cs_off()
146 ret = gpio_request(GPIO_NAND_CS, "NAND CS"); cmx270_init()
152 gpio_direction_output(GPIO_NAND_CS, 1); cmx270_init()
223 gpio_free(GPIO_NAND_CS); cmx270_init()
239 gpio_free(GPIO_NAND_CS); cmx270_cleanup()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dcm-x255.c29 #define GPIO_NAND_CS (5) macro
201 .gpio_nce = GPIO_NAND_CS,

Completed in 230 milliseconds