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

/linux-4.4.14/arch/arm/mach-pxa/
H A Dem-x270.c71 #define GPIO11_NAND_CS (11) macro
278 gpio_set_value(GPIO11_NAND_CS, 0); nand_cs_on()
285 gpio_set_value(GPIO11_NAND_CS, 1); nand_cs_off()
379 err = gpio_request(GPIO11_NAND_CS, "NAND CS"); em_x270_init_nand()
385 gpio_direction_output(GPIO11_NAND_CS, 1); em_x270_init_nand()
390 gpio_free(GPIO11_NAND_CS); em_x270_init_nand()

Completed in 59 milliseconds