Home
last modified time | relevance | path

Searched refs:GPIO_NAND_RB (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
Dcmx270_nand.c34 #define GPIO_NAND_RB (89) macro
132 return (gpio_get_value(GPIO_NAND_RB)); in cmx270_device_ready()
154 ret = gpio_request(GPIO_NAND_RB, "NAND R/B"); in cmx270_init()
160 gpio_direction_input(GPIO_NAND_RB); in cmx270_init()
221 gpio_free(GPIO_NAND_RB); in cmx270_init()
238 gpio_free(GPIO_NAND_RB); in cmx270_cleanup()
/linux-4.4.14/arch/arm/mach-pxa/
Dcm-x255.c32 #define GPIO_NAND_RB (10) macro
204 .gpio_rdy = GPIO_NAND_RB,