Home
last modified time | relevance | path

Searched refs:shadow_gpioe (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/gpio/
Dgpio-mpc5200.c37 unsigned int shadow_gpioe; member
115 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_in()
116 out_8(&regs->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_in()
141 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_out()
142 out_8(&regs->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_out()
175 chip->shadow_gpioe = in_8(&regs->wkup_gpioe); in mpc52xx_wkup_gpiochip_probe()
274 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_in()
275 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_in()
301 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_out()
302 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_out()
[all …]