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

/arch/blackfin/mach-bf561/boards/
H A Dacvilon.c281 #define BFIN_NAND_PLAT_READY GPIO_PF10 macro
284 return gpio_get_value(BFIN_NAND_PLAT_READY);
319 gpio_request(BFIN_NAND_PLAT_READY, "bfin_nand_plat");
/arch/blackfin/mach-bf537/boards/
H A Dstamp.c418 #define BFIN_NAND_PLAT_READY GPIO_PF3 macro
421 return gpio_get_value(BFIN_NAND_PLAT_READY);
457 gpio_request(BFIN_NAND_PLAT_READY, "bfin_nand_plat");
458 gpio_direction_input(BFIN_NAND_PLAT_READY);

Completed in 67 milliseconds