Home
last modified time | relevance | path

Searched refs:Resource (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c165 AML_RESOURCE *Resource,
172 AML_RESOURCE *Resource,
179 AML_RESOURCE *Resource,
186 AML_RESOURCE *Resource,
193 AML_RESOURCE *Resource,
302 AML_RESOURCE *Resource, in AcpiDmGpioCommon() argument
315 if (Resource->Gpio.ResSourceOffset) in AcpiDmGpioCommon()
318 Resource, Resource->Gpio.ResSourceOffset), in AcpiDmGpioCommon()
323 AcpiOsPrintf ("0x%2.2X, ", Resource->Gpio.ResSourceIndex); in AcpiDmGpioCommon()
325 AcpiGbl_ConsumeDecode [ACPI_GET_1BIT_FLAG (Resource->Gpio.Flags)]); in AcpiDmGpioCommon()
[all …]
H A Ddmresrcl.c206 AML_RESOURCE *Resource,
222 AML_RESOURCE *Resource,
228 AML_RESOURCE *Resource);
399 AML_RESOURCE *Resource, in AcpiDmAddressCommon() argument
408 ResourceType = Resource->Address.ResourceType; in AcpiDmAddressCommon()
409 SpecificFlags = Resource->Address.SpecificFlags; in AcpiDmAddressCommon()
410 Flags = Resource->Address.Flags; in AcpiDmAddressCommon()
474 AML_RESOURCE *Resource) in AcpiDmAddressFlags() argument
477 if (Resource->Address.ResourceType == ACPI_IO_RANGE) in AcpiDmAddressFlags()
479 AcpiDmIoFlags2 (Resource->Address.SpecificFlags); in AcpiDmAddressFlags()
[all …]
H A Ddmresrcs.c179 AML_RESOURCE *Resource, in AcpiDmIrqDescriptor() argument
193 AcpiGbl_HeDecode [ACPI_GET_1BIT_FLAG (Resource->Irq.Flags)], in AcpiDmIrqDescriptor()
194 AcpiGbl_LlDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->Irq.Flags, 3)], in AcpiDmIrqDescriptor()
195 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Irq.Flags, 4)]); in AcpiDmIrqDescriptor()
204 AcpiDmBitList (Resource->Irq.IrqMask); in AcpiDmIrqDescriptor()
226 AML_RESOURCE *Resource, in AcpiDmDmaDescriptor() argument
233 AcpiGbl_TypDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Dma.Flags, 5)], in AcpiDmDmaDescriptor()
234 AcpiGbl_BmDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->Dma.Flags, 2)], in AcpiDmDmaDescriptor()
235 AcpiGbl_SizDecode [ACPI_GET_2BIT_FLAG (Resource->Dma.Flags)]); in AcpiDmDmaDescriptor()
243 AcpiDmBitList (Resource->Dma.DmaChannelMask); in AcpiDmDmaDescriptor()
[all …]
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c186 ACPI_RESOURCE *Resource, in AcpiRsConvertAmlToResource() argument
208 if (((ACPI_SIZE) Resource) & 0x3) in AcpiRsConvertAmlToResource()
214 Resource, Resource->Type, Resource->Length)); in AcpiRsConvertAmlToResource()
235 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset); in AcpiRsConvertAmlToResource()
243 memset (Resource, 0, INIT_RESOURCE_LENGTH (Info)); in AcpiRsConvertAmlToResource()
244 Resource->Type = INIT_RESOURCE_TYPE (Info); in AcpiRsConvertAmlToResource()
245 Resource->Length = INIT_RESOURCE_LENGTH (Info); in AcpiRsConvertAmlToResource()
293 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource()
302 Resource->Length = Resource->Length + in AcpiRsConvertAmlToResource()
311 Resource->Length = Resource->Length + ItemCount; in AcpiRsConvertAmlToResource()
[all …]
H A Drslist.c185 ACPI_RESOURCE *Resource; in AcpiRsConvertAmlToResources() local
198 Resource = *ResourcePtr; in AcpiRsConvertAmlToResources()
199 if (ACPI_IS_MISALIGNED (Resource)) in AcpiRsConvertAmlToResources()
202 "Misaligned resource pointer %p", Resource)); in AcpiRsConvertAmlToResources()
246 Resource, AmlResource, ConversionTable); in AcpiRsConvertAmlToResources()
254 if (!Resource->Length) in AcpiRsConvertAmlToResources()
263 Resource->Length)); in AcpiRsConvertAmlToResources()
267 *ResourcePtr = ACPI_NEXT_RESOURCE (Resource); in AcpiRsConvertAmlToResources()
293 ACPI_RESOURCE *Resource, in AcpiRsConvertResourcesToAml() argument
312 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX) in AcpiRsConvertResourcesToAml()
[all …]
H A Drscalc.c320 ACPI_RESOURCE *Resource, in AcpiRsGetAmlLength() argument
334 ResourceEnd = ACPI_ADD_PTR (ACPI_RESOURCE, Resource, ResourceListSize); in AcpiRsGetAmlLength()
335 while (Resource < ResourceEnd) in AcpiRsGetAmlLength()
339 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX) in AcpiRsGetAmlLength()
346 if (!Resource->Length) in AcpiRsGetAmlLength()
353 TotalSize = AcpiGbl_AmlResourceSizes [Resource->Type]; in AcpiRsGetAmlLength()
359 switch (Resource->Type) in AcpiRsGetAmlLength()
365 if (Resource->Data.Irq.DescriptorLength == 2) in AcpiRsGetAmlLength()
376 if (Resource->Data.Irq.DescriptorLength == 0) in AcpiRsGetAmlLength()
390 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength()
[all …]
H A Drsxface.c184 ACPI_RESOURCE *Resource,
526 ACPI_RESOURCE *Resource, in ACPI_EXPORT_SYMBOL()
533 if (!Resource || !Out) in ACPI_EXPORT_SYMBOL()
540 switch (Resource->Type) in ACPI_EXPORT_SYMBOL()
545 ACPI_RESOURCE_ADDRESS16, &Resource->Data); in ACPI_EXPORT_SYMBOL()
552 ACPI_RESOURCE_ADDRESS32, &Resource->Data); in ACPI_EXPORT_SYMBOL()
560 memcpy (Out, &Resource->Data, sizeof (ACPI_RESOURCE_ADDRESS64)); in ACPI_EXPORT_SYMBOL()
644 ACPI_RESOURCE *Resource, in ACPI_EXPORT_SYMBOL()
655 if (Resource->Type != ACPI_RESOURCE_TYPE_VENDOR) in ACPI_EXPORT_SYMBOL()
660 Vendor = &Resource->Data.VendorTyped; in ACPI_EXPORT_SYMBOL()
[all …]
H A Drsaddr.c431 ACPI_RESOURCE *Resource, in AcpiRsGetAddressCommon() argument
453 Resource, Aml, AcpiRsConvertGeneralFlags); in AcpiRsGetAddressCommon()
457 if (Resource->Data.Address.ResourceType == ACPI_MEMORY_RANGE) in AcpiRsGetAddressCommon()
460 Resource, Aml, AcpiRsConvertMemFlags); in AcpiRsGetAddressCommon()
462 else if (Resource->Data.Address.ResourceType == ACPI_IO_RANGE) in AcpiRsGetAddressCommon()
465 Resource, Aml, AcpiRsConvertIoFlags); in AcpiRsGetAddressCommon()
471 Resource->Data.Address.Info.TypeSpecific = in AcpiRsGetAddressCommon()
496 ACPI_RESOURCE *Resource) in AcpiRsSetAddressCommon() argument
504 Resource, Aml, AcpiRsConvertGeneralFlags); in AcpiRsSetAddressCommon()
508 if (Resource->Data.Address.ResourceType == ACPI_MEMORY_RANGE) in AcpiRsSetAddressCommon()
[all …]
H A Drsdump.c225 ACPI_RESOURCE_DATA *Resource);
229 void *Resource,
380 void *Resource, in AcpiRsDumpDescriptor() argument
396 Target = ACPI_ADD_PTR (UINT8, Resource, Table->Offset); in AcpiRsDumpDescriptor()
654 ACPI_RESOURCE_DATA *Resource) in AcpiRsDumpAddressCommon() argument
661 switch (Resource->Address.ResourceType) in AcpiRsDumpAddressCommon()
665 AcpiRsDumpDescriptor (Resource, AcpiRsDumpMemoryFlags); in AcpiRsDumpAddressCommon()
670 AcpiRsDumpDescriptor (Resource, AcpiRsDumpIoFlags); in AcpiRsDumpAddressCommon()
681 (UINT8) Resource->Address.ResourceType); in AcpiRsDumpAddressCommon()
687 AcpiRsDumpDescriptor (Resource, AcpiRsDumpGeneralFlags); in AcpiRsDumpAddressCommon()
H A Drscreate.c183 void *Resource; in AcpiBufferToResource() local
210 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded); in AcpiBufferToResource()
211 CurrentResourcePtr = Resource; in AcpiBufferToResource()
212 if (!Resource) in AcpiBufferToResource()
227 ACPI_FREE (Resource); in AcpiBufferToResource()
231 *ResourcePtr = Resource; in AcpiBufferToResource()
268 void *Resource; in ACPI_EXPORT_SYMBOL() local
306 Resource = OutputBuffer->Pointer; in ACPI_EXPORT_SYMBOL()
308 AcpiRsConvertAmlToResources, &Resource); in ACPI_EXPORT_SYMBOL()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmapenter.c196 AML_RESOURCE *Resource, in MpSaveGpioInfo() argument
223 Info->Type = Resource->Gpio.ConnectionType; in MpSaveGpioInfo()
224 … Info->Direction = (UINT8) (Resource->Gpio.IntFlags & 0x0003); /* _IOR, for IO descriptor */ in MpSaveGpioInfo()
225 … Info->Polarity = (UINT8) ((Resource->Gpio.IntFlags >> 1) & 0x0003); /* _POL, for INT descriptor */ in MpSaveGpioInfo()
248 AML_RESOURCE *Resource, in MpSaveSerialInfo() argument
263 if (Resource->DescriptorType != ACPI_RESOURCE_NAME_SERIAL_BUS) in MpSaveSerialInfo()
270 switch (Resource->CommonSerialBus.Type) in MpSaveSerialInfo()
274 Address = Resource->I2cSerialBus.SlaveAddress; in MpSaveSerialInfo()
275 Speed = Resource->I2cSerialBus.ConnectionSpeed; in MpSaveSerialInfo()
280 Address = Resource->SpiSerialBus.DeviceSelection; in MpSaveSerialInfo()
[all …]
H A Daslmapoutput.c438 AML_RESOURCE *Resource; in MpEmitSerialInfo() local
446 Resource = Info->Resource; in MpEmitSerialInfo()
447 switch (Resource->CommonSerialBus.Type) in MpEmitSerialInfo()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdisasm.h359 AML_RESOURCE *Resource,
1247 AML_RESOURCE *Resource,
1254 AML_RESOURCE *Resource,
1261 AML_RESOURCE *Resource,
1268 AML_RESOURCE *Resource,
1275 AML_RESOURCE *Resource,
1282 AML_RESOURCE *Resource,
1289 AML_RESOURCE *Resource,
1296 AML_RESOURCE *Resource,
1303 AML_RESOURCE *Resource,
[all …]
H A Dacresrc.h386 ACPI_RESOURCE *Resource,
397 ACPI_RESOURCE *Resource);
401 ACPI_RESOURCE *Resource,
410 ACPI_RESOURCE *Resource,
416 ACPI_RESOURCE *Resource,
473 ACPI_RESOURCE *Resource);
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp27 for (const std::pair<uint64_t, ResourceUsage> &Resource : in execute() local
30 if (!Resource.second.size()) in execute()
32 unsigned Cycles = Resource.second.size(); in execute()
33 unsigned Index = std::distance(Masks.begin(), find(Masks, Resource.first)); in execute()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmrestag.c178 AML_RESOURCE *Resource,
954 AML_RESOURCE *Resource, in AcpiDmGetResourceTag() argument
968 switch (Resource->DescriptorType) in AcpiDmGetResourceTag()
978 if (Resource->Address.ResourceType == ACPI_ADDRESS_TYPE_MEMORY_RANGE) in AcpiDmGetResourceTag()
982 else if (Resource->Address.ResourceType == ACPI_ADDRESS_TYPE_IO_RANGE) in AcpiDmGetResourceTag()
999 if (Resource->Gpio.ConnectionType > AML_RESOURCE_MAX_GPIOTYPE) in AcpiDmGetResourceTag()
1004 TagList = AcpiGbl_GpioResourceTags[Resource->Gpio.ConnectionType]; in AcpiDmGetResourceTag()
1011 if ((Resource->CommonSerialBus.Type == 0) || in AcpiDmGetResourceTag()
1012 (Resource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE)) in AcpiDmGetResourceTag()
1017 TagList = AcpiGbl_SerialResourceTags[Resource->CommonSerialBus.Type]; in AcpiDmGetResourceTag()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp395 ResourceState &Resource = *Resources[Index]; in reserveResource() local
396 assert(Resource.isAResourceGroup() && !Resource.isReserved() && in reserveResource()
398 Resource.setReserved(); in reserveResource()
404 ResourceState &Resource = *Resources[Index]; in releaseResource() local
405 Resource.clearReserved(); in releaseResource()
406 if (Resource.isAResourceGroup()) in releaseResource()
409 if (Resource.isADispatchHazard()) in releaseResource()
/freebsd/contrib/file/magic/Magdir/
H A Dqt7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
12 0 string qres\0\0 Qt Binary Resource file
13 0 search/1024 The\040Resource\040Compiler\040for\040Qt Qt C-code resource file
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A DBEGEMOT-HAST-MIB.txt85 -- Resource Table
139 "Resource index."
147 "Resource name."
155 "Resource role."
163 "Resource GEOM provider name that appears as /dev/hast/<name>."
219 "Resource replication mode."
227 "Resource replication status."
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daltera-a10sr.txt1 * Altera Arria10 Development Kit System Resource Chip
7 System Resource chip
H A Dbrcm,iproc-cdru.txt1 Broadcom iProc Chip Device Resource Unit (CDRU)
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd-rpm.txt1 Qualcomm Resource Power Manager (RPM) over SMD
3 This driver is used to interface with the Resource Power Manager (RPM) found in
H A Drpmh-rsc.txt4 Resource Power Manager Hardened (RPMH) is the mechanism for communicating with
10 The hardware block (Direct Resource Voter or DRV) is a part of the h/w entity
11 (Resource State Coordinator a.k.a RSC) that can handle multiple sleep and
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h46 /// Resource allocation strategy used by hardware scheduler resources.
150 /// Resource | Mask | MSB | Group
328 // Resource | Mask | MSB | Index
439 for (const std::unique_ptr<ResourceState> &Resource : Resources) in dump() local
440 Resource->dump(); in dump()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV62.td35 // Hexagon V62 Resource Definitions -

12345