Searched refs:Bus (Results 1 - 25 of 30) sorted by relevance

12

/drivers/isdn/hardware/eicon/
H A Dxdi_adapter.h54 int Bus; /* PCI, ISA, ... */ member in struct:_diva_os_xdi_adapter
H A Dos_bri.c80 byte Bus, Slot; local
117 Bus = a->resources.pci.bus;
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);
533 ((IoAdapter->Properties.Bus
[all...]
H A Dos_pri.c804 byte Bus, Slot; local
815 Bus = a->resources.pci.bus;
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 Ddivasproc.c291 seq_printf(m, "Bus-Type : %s\n",
292 (a->Bus ==
295 if (a->Bus == DIVAS_XDI_ADAPTER_BUS_PCI) {
H A Dos_4bri.c534 byte Bus, Slot; local
537 Bus = a->resources.pci.bus;
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);
H A Ds_bri.c55 addrHi = Port + ((IoAdapter->Properties.Bus == BUS_PCI) ? M_PCI_ADDRH : ADDRH);
H A Dcardtype.h256 unsigned char Bus; /* bus type this card is designed for */ member in struct:CARD_PROPERTIES
277 CardProperties[t].Bus != BUS_ISA \
279 CardProperties[t].Bus != BUS_MCA \
/drivers/message/fusion/lsi/
H A Dmpi_init.h79 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_IO_REQUEST
151 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_IO_REPLY
250 U8 Bus; /* 01h */ member in struct:__anon1702
411 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_TASK_MGMT
449 U8 Bus; /* 01h */ member in struct:_MSG_SCSI_TASK_MGMT_REPLY
481 U8 Bus; /* 01h */ member in struct:_MSG_SEP_REQUEST
534 U8 Bus; /* 01h */ member in struct:_MSG_SEP_REPLY
H A Dmpi_sas.h157 U8 Bus; /* 01h */ member in struct:_MSG_SATA_PASSTHROUGH_REQUEST
194 U8 Bus; /* 01h */ member in struct:_MSG_SATA_PASSTHROUGH_REPLY
229 U8 Bus; /* 0Dh */ member in struct:_MSG_SAS_IOUNIT_CONTROL_REQUEST
H A Dmpi_ioc.h558 /* SCSI Event data for Port, Bus and Device forms */
573 U8 Bus; /* 01h */ member in struct:_EVENT_DATA_SCSI_DEVICE_STATUS_CHANGE
594 U8 Bus; /* 01h */ member in struct:_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE
634 U8 Bus; /* 01h */ member in struct:_EVENT_DATA_QUEUE_FULL
708 U8 Bus; /* 01h */ member in struct:_MPI_EVENT_DATA_IR2
H A Dmpi_tool.h183 /* ActionInfo for Bus and TargetId */
187 U8 Bus; /* 02h */ member in struct:_MPI_TB_FC_MANAGE_BUS_TID_AI
H A Dmpi_cnfg.h1294 U8 Bus; /* 01h */ member in struct:_MPI_BOOT_DEVICE_ADAPTER_NUMBER
1317 U8 Bus; /* 01h */ member in struct:_MPI_BOOT_DEVICE_PCI_ADDRESS
1339 U8 Bus; /* 01h */ member in struct:_MPI_BOOT_DEVICE_SLOT_NUMBER
1913 U8 Bus; /* 11h */ member in struct:_FC_PORT_PERSISTENT
2876 U8 Bus; /* 1Bh */ member in struct:_CONFIG_PAGE_SAS_DEVICE_0
2929 U8 Bus; /* 1Bh */ member in struct:_CONFIG_PAGE_SAS_DEVICE_1
/drivers/zorro/
H A Dzorro.ids26 0100 A2088 XT/A2286 AT [ISA Bus Bridge]
27 0200 A2286 AT [ISA Bus Bridge]
29 6700 A2386-SX [ISA Bus Bridge]
46 6700 A2386-SX [ISA Bus Bridge]
55 0000 KCS Power PC [ISA Bus Bridge]
170 fc00 AteoBus [Expansion Bus Bridge]
211 0800 VME-Bus Controller
304 0100 Golden Gate 2 Bus+ [ISA Bus Bridge]
386 fc00 AteoBus [Expansion Bus Bridg
[all...]
/drivers/scsi/
H A Dhpsa_cmd.h170 u8 Bus:6; member in struct:SCSI3Addr::__anon4382
180 u8 Bus:3; member in struct:SCSI3Addr::__anon4384
188 u32 Bus:6; member in struct:PhysDevAddr
H A DBusLogic.c119 BusLogic_ProbeInfoList is the list of I/O Addresses and Bus Probe Information
539 of I/O Address and Bus Probe Information to be checked for potential BusLogic
558 Bus Probe Information to be checked for potential BusLogic SCSI Host Adapters
566 If BusLogic Driver Options specifications requested that ISA Bus Probes
594 of increasing PCI Bus and Device Number.
606 if (ProbeInfo1->Bus > ProbeInfo2->Bus || (ProbeInfo1->Bus == ProbeInfo2->Bus && (ProbeInfo1->Device > ProbeInfo2->Device))) {
620 and Bus Prob
659 unsigned char Bus; local
829 unsigned char Bus; local
880 unsigned char Bus; local
[all...]
H A DBusLogic.h75 Hard Reset which initiates a SCSI Bus Reset and issuing any SCSI commands.
77 a SCSI Bus Reset.
184 Define the possible Host Adapter Bus Types.
230 Define the structure for I/O Address and Bus Probing Information.
239 unsigned char Bus; member in struct:BusLogic_ProbeInfo
1019 unsigned char Bus; member in struct:BusLogic_HostAdapter
1231 and PCI/VLB/EISA/ISA Bus Addresses.
/drivers/eisa/
H A DKconfig5 bool "Vesa Local Bus priming"
10 Bus (VLB) card that identify itself as an EISA card (such as
/drivers/usb/
H A DKconfig63 This option adds core support for Universal Serial Bus (USB).
93 Universal Serial Bus (USB) is a specification for a serial bus
/drivers/net/phy/
H A DKconfig101 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
104 Adds the platform "fixed" MDIO Bus to cover the boards that use
/drivers/pci/pcie/
H A DKconfig2 # PCI Express Port Bus Configuration
8 This automatically enables PCI Express Port Bus support. Users can
/drivers/scsi/pcmcia/
H A DKconfig77 Say Y here if you have a New Media Bus Toaster or other PCMCIA
/drivers/i2c/
H A DKconfig12 or System Management Bus is a subset of the I2C protocol. More
106 bool "I2C Bus debugging messages"
/drivers/message/fusion/
H A Dmptscsih.c414 SEPMsg->Bus = vtarget->channel;
420 ioc->name, SlotStatus, SEPMsg->Bus, SEPMsg->TargetID));
540 ioc->name, pScsiReply->Bus, pScsiReply->TargetID, sc->device->lun);
1044 channel = mf->Bus;
1101 if ((mf->Bus != vdevice->vtarget->channel) ||
1472 pScsiReq->Bus = vdevice->vtarget->channel;
1671 pScsiTm->Bus = channel;
2065 "\tterm_cmnds = %d\n", ioc->name, pScsiTmReply->Bus,
2704 * Bus Scan and Domain Validation functionality ...
3020 pScsiReq->Bus
[all...]
H A Dmptctl.c358 pScsiTm->Bus = bus_id;
431 "term_cmnds=%d\n", ioc->name, pScsiTmReply->Bus,
492 scsi_req->Bus, scsi_req->TargetID);
496 scsi_req->Bus, 0);
504 scsi_req->Bus, 0);
1458 * 15- 8: Bus Number
1975 if (pScsiReq->Bus >= ioc->number_of_buses) {
1977 "Target Bus out of bounds. \n",
2010 (pScsiReq->Bus == vtarget->channel) &&
2124 pScsiTm->TargetID, pScsiTm->Bus));
[all...]
H A Dmptsas.c98 " Maximum sector define for Host Bus Adaptor.Range 64 to 8192 default=8192");
224 dsasprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Bus=0x%X\n",
225 ioc->name, pg0->Bus));
1067 pScsiTm->Bus = channel;
1122 channel = sas_event_data->Bus;
1179 channel = target_reset_list->sas_event_data.Bus;
1215 pScsiTmReply->Bus, pScsiTmReply->TargetID,
1256 channel = pScsiTmReply->Bus;
2630 device_info->channel = buffer->Bus;
4048 fw_channel = qfull_data->Bus;
[all...]

Completed in 414 milliseconds

12