HomeSort by: relevance | last modified time | path
    Searched refs:InterfaceType (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/arm/acpi/
acpi_platform.c 187 switch (spcr->InterfaceType) {
192 if (spcr->InterfaceType == ACPI_DBG2_ARM_PL011)
225 if (spcr->InterfaceType == ACPI_DBG2_16550_COMPATIBLE) {
250 spcr->InterfaceType);
345 if (spcr->InterfaceType != ACPI_DBG2_16550_COMPATIBLE &&
346 spcr->InterfaceType != ACPI_DBG2_16550_SUBSET) {
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 256 UINT8 InterfaceType; /* 0=full 16550, 1=subset of 16550 */
304 UINT8 InterfaceType;
321 /* Values for InterfaceType above */
actbl2.h 369 UINT32 InterfaceType;
374 /* Values for InterfaceType above */
2034 UINT8 InterfaceType;
2152 UINT8 InterfaceType;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c 247 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (InterfaceType), "Interface Type", 0},
283 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (InterfaceType), "Interface Type", 0},
dmtbinfo2.c 1189 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (InterfaceType), "Interface Type", 0},
1218 {ACPI_DMT_UINT8, ACPI_MPAM0_OFFSET (InterfaceType), "Interface type", 0},
dmtbinfo1.c 304 {ACPI_DMT_AEST_GIC, ACPI_AEST4_OFFSET (InterfaceType), "GIC Interface Type", 0},
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 683 IN EFI_INTERFACE_TYPE InterfaceType,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 712 ACPI_EFI_INTERFACE_TYPE InterfaceType,
  /src/usr.sbin/acpitools/acpidump/
acpi.c 2954 (spcr->InterfaceType == 1) ?
2958 acpi_print_dbg2_serial_subtype(spcr->InterfaceType);
3082 switch (spmi->InterfaceType) {
3096 printf("Reserved(%d)", spmi->InterfaceType);

Completed in 28 milliseconds