Searched refs:AcpiGbl_ShrDecode (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmresrcl2.c | 301 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Gpio.IntFlags, 3)]); in AcpiDmGpioIntDescriptor() 351 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Gpio.IntFlags, 3)]); in AcpiDmGpioIoDescriptor() 492 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinFunction.Flags)]); in AcpiDmPinFunctionDescriptor() 772 AcpiGbl_ShrDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->I2cSerialBus.Flags, 2)]); in AcpiDmI2cSerialBusDescriptor() 855 AcpiGbl_ShrDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->SpiSerialBus.Flags, 2)]); in AcpiDmSpiSerialBusDescriptor() 941 AcpiGbl_ShrDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->UartSerialBus.Flags, 2)]); in AcpiDmUartSerialBusDescriptor() 1043 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinConfig.Flags)]); in AcpiDmPinConfigDescriptor() 1221 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinGroupFunction.Flags)]); in AcpiDmPinGroupFunctionDescriptor() 1295 AcpiGbl_ShrDecode [ACPI_GET_1BIT_FLAG (Resource->PinGroupConfig.Flags)]); in AcpiDmPinGroupConfigDescriptor()
|
H A D | dmresrcs.c | 87 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Irq.Flags, 4)]); in AcpiDmIrqDescriptor()
|
H A D | dmresrcl.c | 982 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->ExtendedIrq.Flags, 3)]); in AcpiDmInterruptDescriptor()
|
/netbsd-src/sys/external/bsd/acpica/dist/resources/ |
H A D | rsdumpinfo.c | 75 …ACPI_RSD_OFFSET (Irq.Shareable), "Sharing", AcpiGbl_ShrDecode}, 219 …ACPI_RSD_OFFSET (ExtendedIrq.Shareable), "Sharing", AcpiGbl_ShrDecode}, 242 …ACPI_RSD_OFFSET (Gpio.Shareable), "Sharing", AcpiGbl_ShrDecode}, 260 …ACPI_RSD_OFFSET (PinFunction.Shareable), "Sharing", AcpiGbl_ShrDecode}, 285 …ACPI_RSD_OFFSET (PinConfig.Shareable), "Sharing", AcpiGbl_ShrDecode}, 312 …ACPI_RSD_OFFSET (PinGroupFunction.Shareable), "Sharing", AcpiGbl_ShrDecode}, 325 …ACPI_RSD_OFFSET (PinGroupConfig.Shareable), "Sharing", AcpiGbl_ShrDecode}, 347 …PI_RSD_OFFSET (CommonSerialBus.ConnectionSharing),"ConnectionSharing", AcpiGbl_ShrDecode}, \
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utresdecode.c | 157 const char *AcpiGbl_ShrDecode[] = variable
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acutils.h | 69 extern const char *AcpiGbl_ShrDecode[];
|