Searched refs:scx200_gpio_shadow (Results 1 – 2 of 2) sorted by relevance
4 extern unsigned long scx200_gpio_shadow[2];12 #define __SCx200_GPIO_SHADOW unsigned long *shadow = scx200_gpio_shadow+bank35 return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0; in scx200_gpio_current()
27 unsigned long scx200_gpio_shadow[2]; variable56 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank); in scx200_init_shadow()129 EXPORT_SYMBOL(scx200_gpio_shadow);