scx200_gpio_shadow   26 arch/x86/platform/scx200/scx200_32.c unsigned long scx200_gpio_shadow[2];
scx200_gpio_shadow   55 arch/x86/platform/scx200/scx200_32.c 		scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank);
scx200_gpio_shadow  128 arch/x86/platform/scx200/scx200_32.c EXPORT_SYMBOL(scx200_gpio_shadow);
scx200_gpio_shadow    5 include/linux/scx200_gpio.h extern unsigned long scx200_gpio_shadow[2];
scx200_gpio_shadow   13 include/linux/scx200_gpio.h #define __SCx200_GPIO_SHADOW unsigned long *shadow = scx200_gpio_shadow+bank
scx200_gpio_shadow   36 include/linux/scx200_gpio.h 	return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0;