Searched refs:GPIO_NAND_RB (Results 1 – 2 of 2) sorted by relevance
34 #define GPIO_NAND_RB (89) macro132 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()
32 #define GPIO_NAND_RB (10) macro204 .gpio_rdy = GPIO_NAND_RB,