Searched refs:GPIO_NAND_CS (Results 1 – 2 of 2) sorted by relevance
33 #define GPIO_NAND_CS (11) macro81 gpio_set_value(GPIO_NAND_CS, 0); in nand_cs_on()88 gpio_set_value(GPIO_NAND_CS, 1); in nand_cs_off()146 ret = gpio_request(GPIO_NAND_CS, "NAND CS"); in cmx270_init()152 gpio_direction_output(GPIO_NAND_CS, 1); in cmx270_init()223 gpio_free(GPIO_NAND_CS); in cmx270_init()239 gpio_free(GPIO_NAND_CS); in cmx270_cleanup()
29 #define GPIO_NAND_CS (5) macro201 .gpio_nce = GPIO_NAND_CS,