Searched refs:mesh (Results 1 – 4 of 4) sorted by relevance
145 volatile struct mesh_regs *mesh; member244 struct device_node *mesh; in mesh_detect() local280 mesh = find_devices("mesh"); in mesh_detect()281 if (mesh == 0) in mesh_detect()282 mesh = find_compatible_devices("scsi", "chrp,mesh0"); in mesh_detect()283 for (; mesh != 0; mesh = mesh->next) { in mesh_detect()287 if (mesh->n_addrs != 2 || mesh->n_intrs != 2) { in mesh_detect()289 " (got %d,%d)\n", mesh->n_addrs, mesh->n_intrs); in mesh_detect()292 if (mesh->parent != NULL in mesh_detect()293 && pci_device_from_OF_node(mesh->parent, &pci_bus, in mesh_detect()[all …]
118 obj-$(CONFIG_SCSI_MESH) += mesh.o
600 There exists a class of devices which do not mesh well with the PCI
24829 adaptor. This driver is also available as a module called mesh.o