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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jz4740/
H A Djz4740_nand.h28 unsigned int busy_gpio; member in struct:jz_nand_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Djz4740_nand.c106 return gpio_get_value_cansleep(nand->pdata->busy_gpio);
373 if (pdata && gpio_is_valid(pdata->busy_gpio)) {
374 ret = gpio_request(pdata->busy_gpio, "NAND busy pin");
378 pdata->busy_gpio, ret);
405 if (pdata && gpio_is_valid(pdata->busy_gpio))
462 gpio_free(pdata->busy_gpio);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dboard-qi_lb60.c141 .busy_gpio = 94,

Completed in 90 milliseconds