Searched defs:Bus (Results 1 - 15 of 15) sorted by relevance

/drivers/isdn/hardware/eicon/
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 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 Dxdi_adapter.h54 int Bus; /* PCI, ISA, ... */ member in struct:_diva_os_xdi_adapter
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_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_tool.h183 /* ActionInfo for Bus and TargetId */
187 U8 Bus; /* 02h */ member in struct:_MPI_TB_FC_MANAGE_BUS_TID_AI
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_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_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/scsi/
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 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.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/scsi/arcmsr/
H A Darcmsr.h222 /* ARC-1680 Bus Reset*/
224 /* ARC-1880 Bus Reset*/
345 uint8_t Bus; member in struct:ARCMSR_CDB
/drivers/block/
H A DDAC960.h71 Define a 32/64 bit PCI Bus Address data type.
78 Define a 32 bit Bus Address data type.
85 Define a 64 bit Bus Address data type.
2284 unsigned char Bus; member in struct:DAC960_Controller

Completed in 468 milliseconds