Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpio-mpc5200.c23 unsigned int shadow_dvo; member
65 chip->shadow_dvo |= 1 << (7 - gpio); in __mpc52xx_wkup_gpio_set()
67 chip->shadow_dvo &= ~(1 << (7 - gpio)); in __mpc52xx_wkup_gpio_set()
69 out_8(&regs->wkup_dvo, chip->shadow_dvo); in __mpc52xx_wkup_gpio_set()
163 chip->shadow_dvo = in_8(&regs->wkup_dvo); in mpc52xx_wkup_gpiochip_probe()
227 chip->shadow_dvo |= 1 << (31 - gpio); in __mpc52xx_simple_gpio_set()
229 chip->shadow_dvo &= ~(1 << (31 - gpio)); in __mpc52xx_simple_gpio_set()
230 out_be32(&regs->simple_dvo, chip->shadow_dvo); in __mpc52xx_simple_gpio_set()
325 chip->shadow_dvo = in_be32(&regs->simple_dvo); in mpc52xx_simple_gpiochip_probe()

Completed in 3 milliseconds