Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/mach-sa1100/
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()
/linux-6.6.21/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1179 #define GPIO_MBREQ GPIO_GPIO (22) /* Memory Bus REQuest (I) */ macro