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 195 BOOLEAN ResSourceIndex = FALSE;
253 case 1: /* ResSourceIndex [Optional Field - BYTE] */
262 ResSourceIndex = TRUE;
284 if (!ResSourceIndex)
351 BOOLEAN ResSourceIndex = FALSE;
457 case 10: /* ResSourceIndex [Optional Field - BYTE] */
466 ResSourceIndex = TRUE;
488 if (!ResSourceIndex)
501 else if (ResSourceIndex)
581 BOOLEAN ResSourceIndex = FALSE
    [all...]
aslrestype2q.c 195 BOOLEAN ResSourceIndex = FALSE;
296 case 10: /* ResSourceIndex [Optional Field - BYTE] */
303 ResSourceIndex = TRUE;
323 if (!ResSourceIndex)
336 else if (ResSourceIndex)
416 BOOLEAN ResSourceIndex = FALSE;
524 case 11: /* ResSourceIndex [Optional Field - BYTE] */
531 ResSourceIndex = TRUE;
551 if (!ResSourceIndex)
564 else if (ResSourceIndex)
    [all...]
aslrestype2w.c 195 BOOLEAN ResSourceIndex = FALSE;
296 case 10: /* ResSourceIndex [Optional Field - BYTE] */
303 ResSourceIndex = TRUE;
323 if (!ResSourceIndex)
336 else if (ResSourceIndex)
416 BOOLEAN ResSourceIndex = FALSE;
515 case 9: /* ResSourceIndex [Optional Field - BYTE] */
522 ResSourceIndex = TRUE;
542 if (!ResSourceIndex)
555 else if (ResSourceIndex)
    [all...]
aslrestype2.c 293 UINT8 ResSourceIndex = 0;
374 case 4: /* ResSourceIndex [Optional Field - BYTE] */
379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
477 /* Add optional ResSourceIndex if present */
481 Rover->ByteItem = ResSourceIndex;
aslrestype2s.c 555 Descriptor->Gpio.ResSourceIndex =
763 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
953 Descriptor->I2cSerialBus.ResSourceIndex =
1141 Descriptor->SpiSerialBus.ResSourceIndex =
1335 Descriptor->UartSerialBus.ResSourceIndex =
1492 Descriptor->Csi2SerialBus.ResSourceIndex =
1636 Descriptor->PinFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
1939 Descriptor->PinConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
2252 Descriptor->PinGroupFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
2421 Descriptor->PinGroupConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 510 /* ResSourceIndex, ResSource optional fields follow */
540 UINT8 ResSourceIndex;
566 UINT8 ResSourceIndex; \
675 UINT8 ResSourceIndex;
698 UINT8 ResSourceIndex;
756 UINT8 ResSourceIndex;
779 UINT8 ResSourceIndex;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 327 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex);
624 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex);
798 AcpiOsPrintf ("0x%2.2X, ", Resource->Csi2SerialBus.ResSourceIndex);
868 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex);
951 AcpiOsPrintf ("0x%2.2X, ", Resource->SpiSerialBus.ResSourceIndex);
1037 AcpiOsPrintf ("0x%2.2X, ", Resource->UartSerialBus.ResSourceIndex);
1166 AcpiOsPrintf ("0x%2.2X, ", Resource->PinConfig.ResSourceIndex);
1340 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex);
1415 AcpiOsPrintf ("0x%2.2X, ", Resource->PinGroupConfig.ResSourceIndex);
  /src/sys/external/bsd/acpica/dist/resources/
rsserial.c 235 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),

Completed in 26 milliseconds