Searched refs:shadow_gpioe (Results 1 – 1 of 1) sorted by relevance
24 unsigned int shadow_gpioe; member102 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_in()103 out_8(®s->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_in()127 chip->shadow_gpioe |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_out()128 out_8(®s->wkup_gpioe, chip->shadow_gpioe); in mpc52xx_wkup_gpio_dir_out()163 chip->shadow_gpioe = in_8(®s->wkup_gpioe); in mpc52xx_wkup_gpiochip_probe()263 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_in()264 out_be32(®s->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_in()289 chip->shadow_gpioe |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_out()290 out_be32(®s->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_out()[all …]
Completed in 5 milliseconds