Searched refs:inp_state (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-lpc32xx/
H A Dgpiolib.c67 void __iomem *inp_state; member in struct:gpio_regs
123 .inp_state = LPC32XX_GPIO_P0_INP_STATE,
131 .inp_state = LPC32XX_GPIO_P1_INP_STATE,
139 .inp_state = LPC32XX_GPIO_P2_INP_STATE,
147 .inp_state = LPC32XX_GPIO_P3_INP_STATE,
221 return GPIO012_PIN_IN_SEL(__raw_readl(group->gpio_grp->inp_state),
228 int state = __raw_readl(group->gpio_grp->inp_state);
240 return GPI3_PIN_IN_SEL(__raw_readl(group->gpio_grp->inp_state), pin);

Completed in 38 milliseconds