Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/
H A Dgeneric.c420 PGSR &= ~GPIO_MBGNT; in sa1110_mb_disable()
421 GPCR = GPIO_MBGNT; in sa1110_mb_disable()
422 GPDR = (GPDR & ~GPIO_MBREQ) | GPIO_MBGNT; in sa1110_mb_disable()
424 GAFR &= ~(GPIO_MBGNT | GPIO_MBREQ); in sa1110_mb_disable()
439 PGSR &= ~GPIO_MBGNT; in sa1110_mb_enable()
440 GPCR = GPIO_MBGNT; in sa1110_mb_enable()
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.h1177 #define GPIO_MBGNT GPIO_GPIO (21) /* Memory Bus GraNT (O) */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1593 #define GPIO_MBGNT GPIO_GPIO (21) /* Memory Bus GraNT (O) */ macro