Searched refs:scx200_gpio_shadow (Results 1 – 2 of 2) sorted by relevance
8 extern long scx200_gpio_shadow[2];15 #define __SCx200_GPIO_SHADOW long *shadow = scx200_gpio_shadow+bank38 return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0; in scx200_gpio_current()
24 long scx200_gpio_shadow[2]; variable104 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank); in scx200_init()118 EXPORT_SYMBOL(scx200_gpio_shadow);