Searched refs:shadow_ddr (Results 1 – 1 of 1) sorted by relevance
38 unsigned int shadow_ddr; member111 chip->shadow_ddr &= ~(1 << (7 - gpio)); in mpc52xx_wkup_gpio_dir_in()112 out_8(®s->wkup_ddr, chip->shadow_ddr); in mpc52xx_wkup_gpio_dir_in()137 chip->shadow_ddr |= 1 << (7 - gpio); in mpc52xx_wkup_gpio_dir_out()138 out_8(®s->wkup_ddr, chip->shadow_ddr); in mpc52xx_wkup_gpio_dir_out()176 chip->shadow_ddr = in_8(®s->wkup_ddr); in mpc52xx_wkup_gpiochip_probe()270 chip->shadow_ddr &= ~(1 << (31 - gpio)); in mpc52xx_simple_gpio_dir_in()271 out_be32(®s->simple_ddr, chip->shadow_ddr); in mpc52xx_simple_gpio_dir_in()297 chip->shadow_ddr |= 1 << (31 - gpio); in mpc52xx_simple_gpio_dir_out()298 out_be32(®s->simple_ddr, chip->shadow_ddr); in mpc52xx_simple_gpio_dir_out()[all …]