Lines Matching +full:0 +full:x0202
24 #define CMODIO_MODULBUS_SIZE 0x200
110 res->start = 0; in cmodio_setup_subdevice()
111 res->end = 0; in cmodio_setup_subdevice()
114 return 0; in cmodio_setup_subdevice()
121 unsigned int num_probed = 0; in cmodio_probe_submodules()
125 for (i = 0; i < num_modules; i++) { in cmodio_probe_submodules()
136 if (num_probed == 0) { in cmodio_probe_submodules()
144 return mfd_add_devices(&pdev->dev, 0, priv->cells, in cmodio_probe_submodules()
224 iowrite8(0xf, &priv->ctrl->int_disable); in cmodio_pci_probe()
233 return 0; in cmodio_pci_probe()
258 #define PCI_VENDOR_ID_JANZ 0x13c3
262 { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030, PCI_VENDOR_ID_JANZ, 0x0101 },
263 { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, PCI_VENDOR_ID_JANZ, 0x0100 },
264 { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030, PCI_VENDOR_ID_JANZ, 0x0201 },
265 { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030, PCI_VENDOR_ID_JANZ, 0x0202 },
266 { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, PCI_VENDOR_ID_JANZ, 0x0201 },
267 { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, PCI_VENDOR_ID_JANZ, 0x0202 },
268 { 0, }