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

/linux-master/drivers/gpio/
H A Dgpio-mpc5200.c24 unsigned int shadow_gpioe; member in struct:mpc52xx_gpiochip
100 chip->shadow_gpioe |= 1 << (7 - gpio);
101 out_8(&regs->wkup_gpioe, chip->shadow_gpioe);
125 chip->shadow_gpioe |= 1 << (7 - gpio);
126 out_8(&regs->wkup_gpioe, chip->shadow_gpioe);
161 chip->shadow_gpioe = in_8(&regs->wkup_gpioe);
259 chip->shadow_gpioe |= 1 << (31 - gpio);
260 out_be32(&regs->simple_gpioe, chip->shadow_gpioe);
285 chip->shadow_gpioe |= 1 << (31 - gpio);
286 out_be32(&regs->simple_gpioe, chip->shadow_gpioe);
[all...]

Completed in 124 milliseconds