Lines Matching refs:config
31 u32 config, new_config; in scx200_gpio_configure() local
37 config = inl(scx200_gpio_base + 0x24); in scx200_gpio_configure()
39 new_config = (config & mask) | bits; in scx200_gpio_configure()
44 return config; in scx200_gpio_configure()
49 u32 config = scx200_gpio_configure(index, ~0, 0); in scx200_gpio_dump() local
50 printk(KERN_DEBUG "GPIO%02u: 0x%08lx", index, (unsigned long)config); in scx200_gpio_dump()
52 if (config & 1) in scx200_gpio_dump()
56 if (config & 2) in scx200_gpio_dump()
60 if (config & 4) in scx200_gpio_dump()
64 if (config & 8) in scx200_gpio_dump()
66 if (config & 16) in scx200_gpio_dump()
70 if (config & 32) in scx200_gpio_dump()
74 if (config & 64) in scx200_gpio_dump()