Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/scx200/
H A Dscx200_32.c25 unsigned scx200_gpio_base = 0; variable
55 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank); in scx200_init_shadow()
73 scx200_gpio_base = base; in scx200_probe()
101 outl(index, scx200_gpio_base + 0x20); in scx200_gpio_configure()
102 config = inl(scx200_gpio_base + 0x24); in scx200_gpio_configure()
105 outl(new_config, scx200_gpio_base + 0x24); in scx200_gpio_configure()
121 release_region(scx200_gpio_base, SCx200_GPIO_SIZE); in scx200_cleanup()
127 EXPORT_SYMBOL(scx200_gpio_base);
/openbmc/linux/include/linux/
H A Dscx200_gpio.h4 extern unsigned scx200_gpio_base;
8 #define scx200_gpio_present() (scx200_gpio_base!=0)
12 #define __SCx200_GPIO_IOADDR unsigned short ioaddr = scx200_gpio_base+0x10*bank