Searched refs:scx200_gpio_shadow (Results 1 – 2 of 2) sorted by relevance
5 extern unsigned long scx200_gpio_shadow[2];13 #define __SCx200_GPIO_SHADOW unsigned long *shadow = scx200_gpio_shadow+bank36 return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0; in scx200_gpio_current()
26 unsigned long scx200_gpio_shadow[2]; variable55 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank); in scx200_init_shadow()128 EXPORT_SYMBOL(scx200_gpio_shadow);