Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-fsample.c183 #define FSAMPLE_NAND_RB_GPIO_PIN 62 macro
187 return gpio_get_value(FSAMPLE_NAND_RB_GPIO_PIN); in nand_dev_ready()
306 BUG_ON(gpio_request(FSAMPLE_NAND_RB_GPIO_PIN, "NAND ready") < 0); in omap_fsample_init()
307 gpio_direction_input(FSAMPLE_NAND_RB_GPIO_PIN); in omap_fsample_init()