Searched refs:ep93xx_chip (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-ep93xx/
H A Dgpio.c267 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); local
272 v = __raw_readb(ep93xx_chip->data_dir_reg);
274 __raw_writeb(v, ep93xx_chip->data_dir_reg);
283 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); local
291 v = __raw_readb(ep93xx_chip->data_reg);
296 __raw_writeb(v, ep93xx_chip->data_reg);
306 v = __raw_readb(ep93xx_chip->data_dir_reg);
308 __raw_writeb(v, ep93xx_chip->data_dir_reg);
317 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); local
319 return !!(__raw_readb(ep93xx_chip
324 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); local
340 struct ep93xx_gpio_chip *ep93xx_chip = to_ep93xx_gpio_chip(chip); local
[all...]

Completed in 61 milliseconds