Home
last modified time | relevance | path

Searched refs:ResSourceIndex (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype2w.c194 BOOLEAN ResSourceIndex = FALSE; in RsDoWordIoDescriptor() local
302 ResSourceIndex = TRUE; in RsDoWordIoDescriptor()
322 if (!ResSourceIndex) in RsDoWordIoDescriptor()
335 else if (ResSourceIndex) in RsDoWordIoDescriptor()
415 BOOLEAN ResSourceIndex = FALSE; in RsDoWordBusNumberDescriptor() local
521 ResSourceIndex = TRUE; in RsDoWordBusNumberDescriptor()
541 if (!ResSourceIndex) in RsDoWordBusNumberDescriptor()
554 else if (ResSourceIndex) in RsDoWordBusNumberDescriptor()
737 ResSourceIndex = TRUE; in RsDoWordSpaceDescriptor()
757 if (!ResSourceIndex) in RsDoWordSpaceDescriptor()
[all …]
H A Daslrestype2q.c194 BOOLEAN ResSourceIndex = FALSE; in RsDoQwordIoDescriptor() local
302 ResSourceIndex = TRUE; in RsDoQwordIoDescriptor()
322 if (!ResSourceIndex) in RsDoQwordIoDescriptor()
335 else if (ResSourceIndex) in RsDoQwordIoDescriptor()
415 BOOLEAN ResSourceIndex = FALSE; in RsDoQwordMemoryDescriptor() local
530 ResSourceIndex = TRUE; in RsDoQwordMemoryDescriptor()
550 if (!ResSourceIndex) in RsDoQwordMemoryDescriptor()
563 else if (ResSourceIndex) in RsDoQwordMemoryDescriptor()
756 ResSourceIndex = TRUE; in RsDoQwordSpaceDescriptor()
776 if (!ResSourceIndex) in RsDoQwordSpaceDescriptor()
[all …]
H A Daslrestype2d.c194 BOOLEAN ResSourceIndex = FALSE; in RsDoDwordIoDescriptor() local
309 ResSourceIndex = TRUE; in RsDoDwordIoDescriptor()
331 if (!ResSourceIndex) in RsDoDwordIoDescriptor()
344 else if (ResSourceIndex) in RsDoDwordIoDescriptor()
424 BOOLEAN ResSourceIndex = FALSE; in RsDoDwordMemoryDescriptor() local
545 ResSourceIndex = TRUE; in RsDoDwordMemoryDescriptor()
565 if (!ResSourceIndex) in RsDoDwordMemoryDescriptor()
578 else if (ResSourceIndex) in RsDoDwordMemoryDescriptor()
776 ResSourceIndex = TRUE; in RsDoDwordSpaceDescriptor()
796 if (!ResSourceIndex) in RsDoDwordSpaceDescriptor()
[all …]
H A Daslrestype2.c293 UINT8 ResSourceIndex = 0; in RsDoInterruptDescriptor() local
379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoInterruptDescriptor()
481 Rover->ByteItem = ResSourceIndex; in RsDoInterruptDescriptor()
H A Daslrestype2s.c555 Descriptor->Gpio.ResSourceIndex = in RsDoGpioIntDescriptor()
764 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
954 Descriptor->I2cSerialBus.ResSourceIndex = in RsDoI2cSerialBusDescriptor()
1142 Descriptor->SpiSerialBus.ResSourceIndex = in RsDoSpiSerialBusDescriptor()
1336 Descriptor->UartSerialBus.ResSourceIndex = in RsDoUartSerialBusDescriptor()
1502 Descriptor->PinFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor()
1702 Descriptor->PinConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinConfigDescriptor()
2026 Descriptor->PinGroupFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinGroupFunctionDescriptor()
2195 Descriptor->PinGroupConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinGroupConfigDescriptor()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h533 UINT8 ResSourceIndex; member
559 UINT8 ResSourceIndex; \
650 UINT8 ResSourceIndex; member
673 UINT8 ResSourceIndex; member
714 UINT8 ResSourceIndex; member
737 UINT8 ResSourceIndex; member
/illumos-gate/usr/src/common/acpica/resources/
H A Drsserial.c235 AML_OFFSET (Gpio.ResSourceIndex),
307 AML_OFFSET (PinFunction.ResSourceIndex),
387 AML_OFFSET (CommonSerialBus.ResSourceIndex),
471 AML_OFFSET (CommonSerialBus.ResSourceIndex),
571 AML_OFFSET (CommonSerialBus.ResSourceIndex),
676 AML_OFFSET (PinConfig.ResSourceIndex),
793 AML_OFFSET (PinGroupFunction.ResSourceIndex),
864 AML_OFFSET (PinGroupConfig.ResSourceIndex),
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmresrcl2.c315 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex); in AcpiDmGpioCommon()
574 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex); in AcpiDmPinFunctionDescriptor()
740 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex); in AcpiDmI2cSerialBusDescriptor()
825 AcpiOsPrintf ("0x%2.2X, ", Resource->SpiSerialBus.ResSourceIndex); in AcpiDmSpiSerialBusDescriptor()
913 AcpiOsPrintf ("0x%2.2X, ", Resource->UartSerialBus.ResSourceIndex); in AcpiDmUartSerialBusDescriptor()
1044 AcpiOsPrintf ("0x%2.2X, ", Resource->PinConfig.ResSourceIndex); in AcpiDmPinConfigDescriptor()
1218 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex); in AcpiDmPinGroupFunctionDescriptor()
1293 AcpiOsPrintf ("0x%2.2X, ", Resource->PinGroupConfig.ResSourceIndex); in AcpiDmPinGroupConfigDescriptor()