Searched refs:GPIO_PRDY (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/pcmcia/
H A Dpxa2xx_trizeps4.c45 if (gpio_request(GPIO_PRDY, "cf_irq") < 0) {
47 skt->nr, GPIO_PRDY);
50 if (gpio_direction_input(GPIO_PRDY) < 0) {
52 skt->nr, GPIO_PRDY);
53 gpio_free(GPIO_PRDY);
56 skt->socket.pci_irq = IRQ_GPIO(GPIO_PRDY);
98 gpio_free(GPIO_PRDY);
125 state->ready = gpio_get_value(GPIO_PRDY) ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dtrizeps4.h55 #define GPIO_PRDY 13 /* READY / nINT */ macro
56 #define TRIZEPS4_READY_NINT IRQ_GPIO(GPIO_PRDY)

Completed in 110 milliseconds