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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Dgpio.c29 #define PIO_OUTP_SET (0x04U) macro
236 gpio, output ? PIO_OUTP_SET : PIO_OUTP_CLR );
237 ret = gpio_set_bit(output ? PIO_OUTP_SET : PIO_OUTP_CLR, gpio);
244 ret = gpio_set_bit(output ? PIO_OUTP_SET :

Completed in 87 milliseconds