Searched refs:ResSourceIndex (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/contrib/dev/acpica/source/compiler/ |
| HD | aslrestype2q.c | 194 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 …]
|
| HD | aslrestype2w.c | 194 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 …]
|
| HD | aslrestype2d.c | 194 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 …]
|
| HD | aslrestype2.c | 293 UINT8 ResSourceIndex = 0; in RsDoInterruptDescriptor() local 379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoInterruptDescriptor() 481 Rover->ByteItem = ResSourceIndex; in RsDoInterruptDescriptor()
|
| HD | aslrestype2s.c | 555 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() 1637 Descriptor->PinFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinFunctionDescriptor() 1837 Descriptor->PinConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinConfigDescriptor() 2161 Descriptor->PinGroupFunction.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinGroupFunctionDescriptor() 2330 Descriptor->PinGroupConfig.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoPinGroupConfigDescriptor()
|
| /dragonfly/sys/contrib/dev/acpica/source/include/ |
| HD | amlresrc.h | 535 UINT8 ResSourceIndex; member 561 UINT8 ResSourceIndex; \ 670 UINT8 ResSourceIndex; member 693 UINT8 ResSourceIndex; member 734 UINT8 ResSourceIndex; member 757 UINT8 ResSourceIndex; member
|
| /dragonfly/sys/contrib/dev/acpica/source/components/disassembler/ |
| HD | dmresrcl2.c | 325 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex); in AcpiDmGpioCommon() 584 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex); in AcpiDmPinFunctionDescriptor() 758 AcpiOsPrintf ("0x%2.2X, ", Resource->Csi2SerialBus.ResSourceIndex); in AcpiDmCsi2SerialBusDescriptor() 830 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex); in AcpiDmI2cSerialBusDescriptor() 915 AcpiOsPrintf ("0x%2.2X, ", Resource->SpiSerialBus.ResSourceIndex); in AcpiDmSpiSerialBusDescriptor() 1003 AcpiOsPrintf ("0x%2.2X, ", Resource->UartSerialBus.ResSourceIndex); in AcpiDmUartSerialBusDescriptor() 1134 AcpiOsPrintf ("0x%2.2X, ", Resource->PinConfig.ResSourceIndex); in AcpiDmPinConfigDescriptor() 1308 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex); in AcpiDmPinGroupFunctionDescriptor() 1383 AcpiOsPrintf ("0x%2.2X, ", Resource->PinGroupConfig.ResSourceIndex); in AcpiDmPinGroupConfigDescriptor()
|
| /dragonfly/sys/contrib/dev/acpica/source/components/resources/ |
| HD | rsserial.c | 235 AML_OFFSET (Gpio.ResSourceIndex), 307 AML_OFFSET (PinFunction.ResSourceIndex), 387 AML_OFFSET (Csi2SerialBus.ResSourceIndex), 457 AML_OFFSET (CommonSerialBus.ResSourceIndex), 541 AML_OFFSET (CommonSerialBus.ResSourceIndex), 641 AML_OFFSET (CommonSerialBus.ResSourceIndex), 746 AML_OFFSET (PinConfig.ResSourceIndex), 863 AML_OFFSET (PinGroupFunction.ResSourceIndex), 934 AML_OFFSET (PinGroupConfig.ResSourceIndex),
|