Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-mpc5200.c24 unsigned int shadow_gpioe; member
100 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_in()
101 out_8(&regs->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_in()
125 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_out()
126 out_8(&regs->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_out()
161 chip->shadow_gpioe = in_8(&regs->wkup_gpioe); in mpc52xx_wkup_gpiochip_probe()
261 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_in()
262 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_in()
287 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_out()
288 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_out()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-mpc5200.c24 unsigned int shadow_gpioe; member
100 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_in()
101 out_8(&regs->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_in()
125 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_out()
126 out_8(&regs->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_out()
161 chip->shadow_gpioe = in_8(&regs->wkup_gpioe); in mpc52xx_wkup_gpiochip_probe()
261 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_in()
262 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_in()
287 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_out()
288 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_out()
[all...]

Completed in 2 milliseconds