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

  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2d.c 87 BOOLEAN ResSourceIndex = FALSE;
145 case 1: /* ResSourceIndex [Optional Field - BYTE] */
154 ResSourceIndex = TRUE;
176 if (!ResSourceIndex)
243 BOOLEAN ResSourceIndex = FALSE;
349 case 10: /* ResSourceIndex [Optional Field - BYTE] */
358 ResSourceIndex = TRUE;
380 if (!ResSourceIndex)
393 else if (ResSourceIndex)
473 BOOLEAN ResSourceIndex = FALSE
    [all...]
aslrestype2q.c 87 BOOLEAN ResSourceIndex = FALSE;
188 case 10: /* ResSourceIndex [Optional Field - BYTE] */
195 ResSourceIndex = TRUE;
215 if (!ResSourceIndex)
228 else if (ResSourceIndex)
308 BOOLEAN ResSourceIndex = FALSE;
416 case 11: /* ResSourceIndex [Optional Field - BYTE] */
423 ResSourceIndex = TRUE;
443 if (!ResSourceIndex)
456 else if (ResSourceIndex)
    [all...]
aslrestype2w.c 87 BOOLEAN ResSourceIndex = FALSE;
188 case 10: /* ResSourceIndex [Optional Field - BYTE] */
195 ResSourceIndex = TRUE;
215 if (!ResSourceIndex)
228 else if (ResSourceIndex)
308 BOOLEAN ResSourceIndex = FALSE;
407 case 9: /* ResSourceIndex [Optional Field - BYTE] */
414 ResSourceIndex = TRUE;
434 if (!ResSourceIndex)
447 else if (ResSourceIndex)
    [all...]
aslrestype2.c 185 UINT8 ResSourceIndex = 0;
266 case 4: /* ResSourceIndex [Optional Field - BYTE] */
271 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
369 /* Add optional ResSourceIndex if present */
373 Rover->ByteItem = ResSourceIndex;
aslrestype2s.c 447 Descriptor->Gpio.ResSourceIndex =
655 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
845 Descriptor->I2cSerialBus.ResSourceIndex =
1033 Descriptor->SpiSerialBus.ResSourceIndex =
1227 Descriptor->UartSerialBus.ResSourceIndex =
1384 Descriptor->Csi2SerialBus.ResSourceIndex =
1528 Descriptor->PinFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
1831 Descriptor->PinConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
2144 Descriptor->PinGroupFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
2313 Descriptor->PinGroupConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 402 /* ResSourceIndex, ResSource optional fields follow */
432 UINT8 ResSourceIndex;
458 UINT8 ResSourceIndex; \
567 UINT8 ResSourceIndex;
590 UINT8 ResSourceIndex;
648 UINT8 ResSourceIndex;
671 UINT8 ResSourceIndex;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 219 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex);
516 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex);
690 AcpiOsPrintf ("0x%2.2X, ", Resource->Csi2SerialBus.ResSourceIndex);
760 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex);
843 AcpiOsPrintf ("0x%2.2X, ", Resource->SpiSerialBus.ResSourceIndex);
929 AcpiOsPrintf ("0x%2.2X, ", Resource->UartSerialBus.ResSourceIndex);
1058 AcpiOsPrintf ("0x%2.2X, ", Resource->PinConfig.ResSourceIndex);
1232 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex);
1307 AcpiOsPrintf ("0x%2.2X, ", Resource->PinGroupConfig.ResSourceIndex);
  /src/sys/external/bsd/acpica/dist/resources/
rsserial.c 127 AML_OFFSET (Gpio.ResSourceIndex),
243 AML_OFFSET (PinFunction.ResSourceIndex),
323 AML_OFFSET (Csi2SerialBus.ResSourceIndex),
393 AML_OFFSET (CommonSerialBus.ResSourceIndex),
477 AML_OFFSET (CommonSerialBus.ResSourceIndex),
577 AML_OFFSET (CommonSerialBus.ResSourceIndex),
682 AML_OFFSET (PinConfig.ResSourceIndex),
799 AML_OFFSET (PinGroupFunction.ResSourceIndex),
870 AML_OFFSET (PinGroupConfig.ResSourceIndex),

Completed in 22 milliseconds