Lines Matching +full:ns +full:- +full:config
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com>
21 MODULE_AUTHOR("Christer Weinigel <wingel@nano-system.com>");
31 { PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_SCx200_BRIDGE) },
32 { PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE) },
33 { PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_SCx200_XBUS) },
34 { PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_SC1100_XBUS) },
62 if (pdev->device == PCI_DEVICE_ID_NS_SCx200_BRIDGE || in scx200_probe()
63 pdev->device == PCI_DEVICE_ID_NS_SC1100_BRIDGE) { in scx200_probe()
70 return -EBUSY; in scx200_probe()
86 return -ENODEV; in scx200_probe()
97 u32 config, new_config; in scx200_gpio_configure() local
102 config = inl(scx200_gpio_base + 0x24); in scx200_gpio_configure()
104 new_config = (config & mask) | bits; in scx200_gpio_configure()
109 return config; in scx200_gpio_configure()