Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dscx200_gpio.h5 extern unsigned long scx200_gpio_shadow[2];
13 #define __SCx200_GPIO_SHADOW unsigned long *shadow = scx200_gpio_shadow+bank
36 return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0; in scx200_gpio_current()
/linux-6.1.9/arch/x86/platform/scx200/
Dscx200_32.c26 unsigned long scx200_gpio_shadow[2]; variable
55 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank); in scx200_init_shadow()
128 EXPORT_SYMBOL(scx200_gpio_shadow);