HomeSort by: relevance | last modified time | path
    Searched defs:Bus (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 908 UINT8 Bus;
pci22.h 121 UINT8 Bus;
129 UINT32 Bus : 8;
efipciio.h 296 UINT8 Bus;
efi_pxe.h 42 // BUS ROM ID signatures
940 // PCI and PC Card NICs are both identified using bus, device
953 // Bus, device & function numbers that locate this device.
955 PXE_UINT16 Bus;
1136 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1144 PXE_UINT16 Bus;
1163 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1171 PXE_UINT16 Bus;
  /src/sys/dev/acpi/
apei_cper.h 257 uint8_t Bus;
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 570 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
834 UINT8 PciBus; /* PCI Bus number */
958 UINT8 PciBus; /* PCI Bus number */
actypes.h 1466 UINT16 Bus;
actbl1.h 1147 UINT8 Bus;
1912 UINT32 Bus; /* Bus and Segment numbers */
1931 * Macros to access the bus/segment numbers in Bus field above:
1932 * Bus number is encoded in bits 7:0
1935 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF)
1936 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF
    [all...]
actbl2.h 1512 UINT8 Bus; /* 0 - ISA */
2014 UINT8 StartBusNumber; /* Starting PCI Bus number */
2015 UINT8 EndBusNumber; /* Final PCI Bus number */
  /src/sys/dev/ic/
aacreg.h 211 #define FT_DRIVE 9 /* phys disk - addressable in scsi by bus/target/lun */
646 u_int32_t Bus;
755 u_int32_t bus; member in struct:aac_srb32
mpt_mpilib.h 853 * Revised bus width definitions in SCSI_PORT_0,
1760 U8 Bus; /* 11h */
2622 U8 Bus; /* 01h */
2691 U8 Bus; /* 01h */
2752 U8 Bus; /* 01h */
2783 U8 Bus; /* 01h */
2806 U8 Bus; /* 01h */
2846 U8 Bus; /* 01h */
3315 /* SCSI Event data for Port, Bus and Device forms */
3330 U8 Bus; /* 01h *
    [all...]

Completed in 222 milliseconds