Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dscx200_gpio.h4 extern unsigned long scx200_gpio_shadow[2];
12 #define __SCx200_GPIO_SHADOW unsigned long *shadow = scx200_gpio_shadow+bank
35 return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0; in scx200_gpio_current()
/linux-2.6.39/arch/x86/platform/scx200/
Dscx200_32.c27 unsigned long scx200_gpio_shadow[2]; variable
56 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank); in scx200_init_shadow()
129 EXPORT_SYMBOL(scx200_gpio_shadow);