Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
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()
644 BOOLEAN ResSourceIndex = FALSE; in RsDoQwordSpaceDescriptor() local
756 ResSourceIndex = TRUE; in RsDoQwordSpaceDescriptor()
[all …]
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()
620 BOOLEAN ResSourceIndex = FALSE; in RsDoWordSpaceDescriptor() local
737 ResSourceIndex = TRUE; in RsDoWordSpaceDescriptor()
[all …]
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()
659 BOOLEAN ResSourceIndex = FALSE; in RsDoDwordSpaceDescriptor() local
776 ResSourceIndex = TRUE; in RsDoDwordSpaceDescriptor()
[all …]
Daslrestype2.c293 UINT8 ResSourceIndex = 0; in RsDoInterruptDescriptor() local
379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoInterruptDescriptor()
481 Rover->ByteItem = ResSourceIndex; in RsDoInterruptDescriptor()
Daslrestype2s.c555 Descriptor->Gpio.ResSourceIndex = in RsDoGpioIntDescriptor()
763 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor()
953 Descriptor->I2cSerialBus.ResSourceIndex = in RsDoI2cSerialBusDescriptor()
1141 Descriptor->SpiSerialBus.ResSourceIndex = in RsDoSpiSerialBusDescriptor()
1335 Descriptor->UartSerialBus.ResSourceIndex = in RsDoUartSerialBusDescriptor()
1492 Descriptor->Csi2SerialBus.ResSourceIndex = in RsDoCsi2SerialBusDescriptor()
1636 Descriptor->PinFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor()
1939 Descriptor->PinConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinConfigDescriptor()
2252 Descriptor->PinGroupFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinGroupFunctionDescriptor()
2421 Descriptor->PinGroupConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinGroupConfigDescriptor()
/acpica-latest/source/include/
Damlresrc.h540 UINT8 ResSourceIndex; member
566 UINT8 ResSourceIndex; \
675 UINT8 ResSourceIndex; member
698 UINT8 ResSourceIndex; member
756 UINT8 ResSourceIndex; member
779 UINT8 ResSourceIndex; member
/acpica-latest/source/components/resources/
Drsserial.c235 AML_OFFSET (Gpio.ResSourceIndex),
351 AML_OFFSET (PinFunction.ResSourceIndex),
431 AML_OFFSET (Csi2SerialBus.ResSourceIndex),
501 AML_OFFSET (CommonSerialBus.ResSourceIndex),
585 AML_OFFSET (CommonSerialBus.ResSourceIndex),
685 AML_OFFSET (CommonSerialBus.ResSourceIndex),
790 AML_OFFSET (PinConfig.ResSourceIndex),
907 AML_OFFSET (PinGroupFunction.ResSourceIndex),
978 AML_OFFSET (PinGroupConfig.ResSourceIndex),
/acpica-latest/source/components/disassembler/
Ddmresrcl2.c323 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex); in AcpiDmGpioCommon()
620 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex); in AcpiDmPinFunctionDescriptor()
794 AcpiOsPrintf ("0x%2.2X, ", Resource->Csi2SerialBus.ResSourceIndex); in AcpiDmCsi2SerialBusDescriptor()
864 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex); in AcpiDmI2cSerialBusDescriptor()
947 AcpiOsPrintf ("0x%2.2X, ", Resource->SpiSerialBus.ResSourceIndex); in AcpiDmSpiSerialBusDescriptor()
1033 AcpiOsPrintf ("0x%2.2X, ", Resource->UartSerialBus.ResSourceIndex); in AcpiDmUartSerialBusDescriptor()
1162 AcpiOsPrintf ("0x%2.2X, ", Resource->PinConfig.ResSourceIndex); in AcpiDmPinConfigDescriptor()
1336 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex); in AcpiDmPinGroupFunctionDescriptor()
1411 AcpiOsPrintf ("0x%2.2X, ", Resource->PinGroupConfig.ResSourceIndex); in AcpiDmPinGroupConfigDescriptor()