Searched refs:ResSourceIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslrestype2w.c | 195 BOOLEAN ResSourceIndex = FALSE; in RsDoWordIoDescriptor() local 303 ResSourceIndex = TRUE; in RsDoWordIoDescriptor() 323 if (!ResSourceIndex) in RsDoWordIoDescriptor() 336 else if (ResSourceIndex) in RsDoWordIoDescriptor() 416 BOOLEAN ResSourceIndex = FALSE; in RsDoWordBusNumberDescriptor() local 522 ResSourceIndex = TRUE; in RsDoWordBusNumberDescriptor() 542 if (!ResSourceIndex) in RsDoWordBusNumberDescriptor() 555 else if (ResSourceIndex) in RsDoWordBusNumberDescriptor() 620 BOOLEAN ResSourceIndex = FALSE; in RsDoWordPccDescriptor() local 687 ResSourceIndex = TRUE; in RsDoWordPccDescriptor() [all …]
|
| H A D | aslrestype2q.c | 195 BOOLEAN ResSourceIndex = FALSE; in RsDoQwordIoDescriptor() local 303 ResSourceIndex = TRUE; in RsDoQwordIoDescriptor() 323 if (!ResSourceIndex) in RsDoQwordIoDescriptor() 336 else if (ResSourceIndex) in RsDoQwordIoDescriptor() 416 BOOLEAN ResSourceIndex = FALSE; in RsDoQwordMemoryDescriptor() local 531 ResSourceIndex = TRUE; in RsDoQwordMemoryDescriptor() 551 if (!ResSourceIndex) in RsDoQwordMemoryDescriptor() 564 else if (ResSourceIndex) in RsDoQwordMemoryDescriptor() 644 BOOLEAN ResSourceIndex = FALSE; in RsDoQwordPccDescriptor() local 711 ResSourceIndex = TRUE; in RsDoQwordPccDescriptor() [all …]
|
| H A D | aslrestype2d.c | 195 BOOLEAN ResSourceIndex = FALSE; in RsDoDwordPccDescriptor() local 262 ResSourceIndex = TRUE; in RsDoDwordPccDescriptor() 284 if (!ResSourceIndex) in RsDoDwordPccDescriptor() 351 BOOLEAN ResSourceIndex = FALSE; in RsDoDwordIoDescriptor() local 466 ResSourceIndex = TRUE; in RsDoDwordIoDescriptor() 488 if (!ResSourceIndex) in RsDoDwordIoDescriptor() 501 else if (ResSourceIndex) in RsDoDwordIoDescriptor() 581 BOOLEAN ResSourceIndex = FALSE; in RsDoDwordMemoryDescriptor() local 702 ResSourceIndex = TRUE; in RsDoDwordMemoryDescriptor() 722 if (!ResSourceIndex) in RsDoDwordMemoryDescriptor() [all …]
|
| H A D | aslrestype2.c | 293 UINT8 ResSourceIndex = 0; in RsDoInterruptDescriptor() local 379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoInterruptDescriptor() 481 Rover->ByteItem = ResSourceIndex; in RsDoInterruptDescriptor()
|
| H A D | 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() 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()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | amlresrc.h | 540 UINT8 ResSourceIndex; member 566 UINT8 ResSourceIndex; \ 675 UINT8 ResSourceIndex; member 698 UINT8 ResSourceIndex; member 756 UINT8 ResSourceIndex; member 779 UINT8 ResSourceIndex; member
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | 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),
|
| /freebsd/sys/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrcl2.c | 323 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex); in AcpiDmGpioCommon() 622 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinFunction.ResSourceIndex); in AcpiDmPinFunctionDescriptor() 796 AcpiOsPrintf ("0x%2.2X, ", Resource->Csi2SerialBus.ResSourceIndex); in AcpiDmCsi2SerialBusDescriptor() 868 AcpiOsPrintf ("0x%2.2X, ", Resource->I2cSerialBus.ResSourceIndex); in AcpiDmI2cSerialBusDescriptor() 953 AcpiOsPrintf ("0x%2.2X, ", Resource->SpiSerialBus.ResSourceIndex); in AcpiDmSpiSerialBusDescriptor() 1041 AcpiOsPrintf ("0x%2.2X, ", Resource->UartSerialBus.ResSourceIndex); in AcpiDmUartSerialBusDescriptor() 1172 AcpiOsPrintf ("0x%2.2X, ", Resource->PinConfig.ResSourceIndex); in AcpiDmPinConfigDescriptor() 1346 AcpiOsPrintf ("0x%2.2X,\n", Resource->PinGroupFunction.ResSourceIndex); in AcpiDmPinGroupFunctionDescriptor() 1421 AcpiOsPrintf ("0x%2.2X, ", Resource->PinGroupConfig.ResSourceIndex); in AcpiDmPinGroupConfigDescriptor()
|