Searched refs:Slot (Results 1 - 10 of 10) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Dos_bri.c80 byte Bus, Slot; local
118 Slot = a->resources.pci.func;
124 PCIread(Bus, Slot, 0x18, &bar2, sizeof(bar2), hdev);
125 PCIread(Bus, Slot, 0x04, &cmd_org, sizeof(cmd_org), hdev);
129 PCIwrite(Bus, Slot, 0x04, &cmd, sizeof(cmd), hdev);
130 PCIwrite(Bus, Slot, 0x18, &bar2_length, sizeof(bar2_length), hdev);
131 PCIread(Bus, Slot, 0x18, &bar2_length, sizeof(bar2_length), hdev);
135 PCIwrite(Bus, Slot, 0x18, &bar2, sizeof(bar2), hdev);
136 PCIwrite(Bus, Slot, 0x04, &cmd_org, sizeof(cmd_org), hdev);
H A Dos_pri.c804 byte Bus, Slot; local
816 Slot = a->resources.pci.func;
818 PCIread(Bus, Slot, 0x04, &cmd_org, sizeof(cmd_org), hdev);
819 PCIwrite(Bus, Slot, 0x04, &cmd, sizeof(cmd), hdev);
821 PCIwrite(Bus, Slot, 0x14, &addr4, sizeof(addr4), hdev);
822 PCIwrite(Bus, Slot, 0x20, &addr1, sizeof(addr1), hdev);
824 PCIwrite(Bus, Slot, 0x04, &cmd_org, sizeof(cmd_org), hdev);
H A Dos_4bri.c534 byte Bus, Slot; local
538 Slot = a->resources.pci.func;
544 PCIwrite(Bus, Slot, 0x4E, &addr, sizeof(addr),
547 PCIread(Bus, Slot, 0x4E, &status, sizeof(status),
556 PCIread(Bus, Slot, 0x50, &data[i], sizeof(data[i]), hdev);
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_init.h386 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REQUEST
431 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REPLY
H A Dmpi2_cnfg.h639 U16 Slot; /* 0x16 */ member in struct:_MPI2_MANPAGE7_CONNECTOR_INFO
2351 U16 Slot; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_SAS_DEV_0
H A Dmpi2_ioc.h666 U16 Slot; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/drivers/message/fusion/lsi/
H A Dmpi_init.h49 * support Enclosure/Slot addressing rather than WWID
493 U16 Slot; /* 1Ch */ member in struct:_MSG_SEP_REQUEST
547 U16 Slot; /* 1Ch */ member in struct:_MSG_SEP_REPLY
H A Dmpi_cnfg.h226 * Added Enclosure/Slot boot device format to BIOS Page 2.
234 * Added Slot and Enclosure fields to SAS Device Page 0.
245 * Added Direct Attach Starting Slot Number define for SAS
757 U16 Slot; /* 16h */ member in struct:_MPI_MANPAGE7_CONNECTOR_INFO
2868 U16 Slot; /* 08h */ member in struct:_CONFIG_PAGE_SAS_DEVICE_0
/drivers/message/fusion/
H A Dmptsas.c218 dsasprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Slot=0x%X\n",
219 ioc->name, le16_to_cpu(pg0->Slot)));
2625 device_info->slot = le16_to_cpu(buffer->Slot);
/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c5249 le16_to_cpu(sas_device_pg0.Slot);
6715 slot = le16_to_cpu(sas_device_pg0.Slot);

Completed in 180 milliseconds