Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-mpc5200.c262 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_in()
288 out_be32(&regs->simple_gpioe, chip->shadow_gpioe); in mpc52xx_simple_gpio_dir_out()
323 chip->shadow_gpioe = in_be32(&regs->simple_gpioe); in mpc52xx_simple_gpiochip_probe()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c280 setbits32(&simple_gpio->simple_gpioe, sync | out); in mpc5200_psc_ac97_gpio_reset()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmpc52xx.h117 u32 simple_gpioe; /* GPIO + 0x04 */ member