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

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrestype2d.c194 BOOLEAN ResSourceIndex = FALSE; local
300 case 10: /* ResSourceIndex [Optional Field - BYTE] */
309 ResSourceIndex = TRUE;
331 if (!ResSourceIndex)
344 else if (ResSourceIndex)
424 BOOLEAN ResSourceIndex = FALSE; local
538 case 11: /* ResSourceIndex [Optional Field - BYTE] */
545 ResSourceIndex = TRUE;
565 if (!ResSourceIndex)
578 else if (ResSourceIndex)
659 BOOLEAN ResSourceIndex = FALSE; local
[all...]
H A Daslrestype2q.c194 BOOLEAN ResSourceIndex = FALSE; local
295 case 10: /* ResSourceIndex [Optional Field - BYTE] */
302 ResSourceIndex = TRUE;
322 if (!ResSourceIndex)
335 else if (ResSourceIndex)
415 BOOLEAN ResSourceIndex = FALSE; local
523 case 11: /* ResSourceIndex [Optional Field - BYTE] */
530 ResSourceIndex = TRUE;
550 if (!ResSourceIndex)
563 else if (ResSourceIndex)
644 BOOLEAN ResSourceIndex = FALSE; local
[all...]
H A Daslrestype2w.c194 BOOLEAN ResSourceIndex = FALSE; local
295 case 10: /* ResSourceIndex [Optional Field - BYTE] */
302 ResSourceIndex = TRUE;
322 if (!ResSourceIndex)
335 else if (ResSourceIndex)
415 BOOLEAN ResSourceIndex = FALSE; local
514 case 9: /* ResSourceIndex [Optional Field - BYTE] */
521 ResSourceIndex = TRUE;
541 if (!ResSourceIndex)
554 else if (ResSourceIndex)
620 BOOLEAN ResSourceIndex = FALSE; local
[all...]
H A Daslrestype2.c293 UINT8 ResSourceIndex = 0; local
374 case 4: /* ResSourceIndex [Optional Field - BYTE] */
379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
477 /* Add optional ResSourceIndex if present */
481 Rover->ByteItem = ResSourceIndex;
H A Daslrestype2s.c555 Descriptor->Gpio.ResSourceIndex =
764 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
954 Descriptor->I2cSerialBus.ResSourceIndex =
1142 Descriptor->SpiSerialBus.ResSourceIndex =
1336 Descriptor->UartSerialBus.ResSourceIndex =
1502 Descriptor->PinFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
1702 Descriptor->PinConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
2026 Descriptor->PinGroupFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
2195 Descriptor->PinGroupConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h503 /* ResSourceIndex, ResSource optional fields follow */
533 UINT8 ResSourceIndex; member in struct:aml_resource_gpio
559 UINT8 ResSourceIndex; \
650 UINT8 ResSourceIndex; member in struct:aml_resource_pin_function
673 UINT8 ResSourceIndex; member in struct:aml_resource_pin_config
714 UINT8 ResSourceIndex; member in struct:aml_resource_pin_group_function
737 UINT8 ResSourceIndex; member in struct:aml_resource_pin_group_config
/freebsd-11-stable/sys/contrib/dev/acpica/components/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),
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c315 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex);
574 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex);
740 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex);
825 AcpiOsPrintf ("0x%2.2X, ", Resource->SpiSerialBus.ResSourceIndex);
913 AcpiOsPrintf ("0x%2.2X, ", Resource->UartSerialBus.ResSourceIndex);
1044 AcpiOsPrintf ("0x%2.2X, ", Resource->PinConfig.ResSourceIndex);
1218 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex);
1293 AcpiOsPrintf ("0x%2.2X, ", Resource->PinGroupConfig.ResSourceIndex);

Completed in 96 milliseconds