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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 64 milliseconds