Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/
H A Dgeneric.c422 GPDR = (GPDR & ~GPIO_MBREQ) | GPIO_MBGNT; in sa1110_mb_disable()
424 GAFR &= ~(GPIO_MBGNT | GPIO_MBREQ); in sa1110_mb_disable()
441 GPDR = (GPDR & ~GPIO_MBREQ) | GPIO_MBGNT; in sa1110_mb_enable()
443 GAFR |= (GPIO_MBGNT | GPIO_MBREQ); in sa1110_mb_enable()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1179 #define GPIO_MBREQ GPIO_GPIO (22) /* Memory Bus REQuest (I) */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1595 #define GPIO_MBREQ GPIO_GPIO (22) /* Memory Bus REQuest (I) */ macro