Home
last modified time | relevance | path

Searched refs:mesh (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dmesh.c145 volatile struct mesh_regs *mesh; member
244 struct device_node *mesh; in mesh_detect() local
280 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 …]
DMakefile118 obj-$(CONFIG_SCSI_MESH) += mesh.o
/linux-2.4.37.9/Documentation/
DDMA-mapping.txt600 There exists a class of devices which do not mesh well with the PCI
DConfigure.help24829 adaptor. This driver is also available as a module called mesh.o