Searched refs:DeviceInfo (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dttable1.c | 1288 ACPI_DBG2_DEVICE *DeviceInfo; in DtCompileDbg2() local 1326 DeviceInfo = ACPI_CAST_PTR (ACPI_DBG2_DEVICE, Subtable->Buffer); in DtCompileDbg2() 1337 DeviceInfo->BaseAddressOffset = CurrentOffset; in DtCompileDbg2() 1338 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++) in DtCompileDbg2() 1353 DeviceInfo->AddressSizeOffset = CurrentOffset; in DtCompileDbg2() 1354 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++) in DtCompileDbg2() 1369 DeviceInfo->NamepathOffset = CurrentOffset; in DtCompileDbg2() 1379 DeviceInfo->NamepathLength = (UINT16) Subtable->Length; in DtCompileDbg2() 1380 CurrentOffset += (UINT16) DeviceInfo->NamepathLength; in DtCompileDbg2() 1400 DeviceInfo->OemDataOffset = 0; in DtCompileDbg2() [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_table.c | 326 mps_print_field(sc, "DeviceInfo: %b,%s\n", buf->DeviceInfo, in mps_print_sasdev0() 330 mps_describe_table(mps_sasdev0_devtype, buf->DeviceInfo & 0x03)); in mps_print_sasdev0()
|
H A D | mps_sas_lsi.c | 639 device_info = le32toh(config_page.DeviceInfo); in mpssas_add_device() 658 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mpssas_add_device()
|
H A D | mps_mapping.c | 1137 device_info = le32toh(sas_device_pg0.DeviceInfo); in _mapping_get_dev_info()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_table.c | 346 mpr_print_field(sc, "DeviceInfo: %b,%s\n", le32toh(buf->DeviceInfo), in mpr_print_sasdev0() 350 mpr_describe_table(mpr_sasdev0_devtype, buf->DeviceInfo & 0x03)); in mpr_print_sasdev0()
|
H A D | mpr_sas_lsi.c | 844 device_info = le32toh(config_page.DeviceInfo); in mprsas_add_device() 863 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mprsas_add_device() 1280 device_info = le32toh(config_page.DeviceInfo); in mprsas_add_pcie_device() 1296 parent_devinfo = le32toh(parent_config_page.DeviceInfo); in mprsas_add_pcie_device()
|
H A D | mpr_mapping.c | 1175 device_info = le32toh(sas_device_pg0.DeviceInfo); in _mapping_get_dev_info() 1350 port_change->device_info = le32toh(pcie_device_pg0.DeviceInfo); in _mapping_get_pcie_dev_info()
|
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_show.c | 574 type = get_device_type(le32toh(device->DeviceInfo)); in show_devices() 576 if (device->DeviceInfo & 0x800) { /* Direct Attached */ in show_devices()
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_tool.h | 242 U32 DeviceInfo[3]; /* 0x1C */ member
|
H A D | mpi2_cnfg.h | 2720 U32 DeviceInfo; /* 0x1C */ member 3022 U32 DeviceInfo; /* 0x18 */ member 3567 U32 DeviceInfo; /* 0x1C */ member
|
/freebsd/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 2915 U16 DeviceInfo; /* 0x18 */ member 3595 U16 DeviceInfo; /* 0x0A */ member 3626 U16 DeviceInfo; /* 0x06 */ member 3693 U16 DeviceInfo; /* 0x02 */ member
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_cnfg.h | 2201 U32 DeviceInfo; /* 0x1C */ member 2487 U32 DeviceInfo; /* 0x18 */ member
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 620 U32 DeviceInfo; /* 08h */ member
|
H A D | mpi_cnfg.h | 2849 U32 DeviceInfo; /* 1Ch */ member
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.c | 3362 U16 dev_info = (sasinf->DeviceInfo); in mpi3mr_update_device() 3378 U16 dev_info = (pcieinf->DeviceInfo); in mpi3mr_update_device()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 746 device_info->device_info = le32toh(buffer->DeviceInfo); in mptsas_sas_device_pg0()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 278 iASL/NHLT: Rename linux specific structures to DeviceInfo to improve
|