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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dcmx270_nand.c33 #define GPIO_NAND_RB (89) macro
145 return (gpio_get_value(GPIO_NAND_RB));
170 ret = gpio_request(GPIO_NAND_RB, "NAND R/B");
176 gpio_direction_input(GPIO_NAND_RB);
253 gpio_free(GPIO_NAND_RB);
270 gpio_free(GPIO_NAND_RB);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcm-x255.c33 #define GPIO_NAND_RB (10) macro
205 .gpio_rdy = GPIO_NAND_RB,

Completed in 92 milliseconds