Searched refs:GPIO_MBREQ (Results 1 – 3 of 3) sorted by relevance
422 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()
1179 #define GPIO_MBREQ GPIO_GPIO (22) /* Memory Bus REQuest (I) */ macro
1595 #define GPIO_MBREQ GPIO_GPIO (22) /* Memory Bus REQuest (I) */ macro