Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dgeneric.c441 GPDR = (GPDR & ~GPIO_MBREQ) | GPIO_MBGNT; in sa1110_mb_disable()
443 GAFR &= ~(GPIO_MBGNT | GPIO_MBREQ); in sa1110_mb_disable()
460 GPDR = (GPDR & ~GPIO_MBREQ) | GPIO_MBGNT; in sa1110_mb_enable()
462 GAFR |= (GPIO_MBGNT | GPIO_MBREQ); in sa1110_mb_enable()
H A Dpci-nanoengine.c169 GPDR = (GPDR & ~GPIO_MBREQ) | GPIO_MBGNT; in pci_nanoengine_setup()
170 GAFR |= GPIO_MBGNT | GPIO_MBREQ; in pci_nanoengine_setup()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1179 #define GPIO_MBREQ GPIO_GPIO (22) /* Memory Bus REQuest (I) */ macro
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h1595 #define GPIO_MBREQ GPIO_GPIO (22) /* Memory Bus REQuest (I) */ macro