Home
last modified time | relevance | path

Searched refs:_ADR (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dxhci.asl13 Name(_ADR, 0x00140000)
23 Name(_ADR, 0x00000000)
25 Device (PRT1) { Name(_ADR, 1) } /* USB Port 0 */
26 Device (PRT2) { Name(_ADR, 2) } /* USB Port 1 */
27 Device (PRT3) { Name(_ADR, 3) } /* USB Port 2 */
28 Device (PRT4) { Name(_ADR, 4) } /* USB Port 3 */
H A Dusb.asl13 Name(_ADR, 0x001d0000)
26 Name(_ADR, 0x00000000)
28 Device(PRT1) { Name(_ADR, 1) } /* USB Port 0 */
29 Device(PRT2) { Name(_ADR, 2) } /* USB Port 1 */
30 Device(PRT3) { Name(_ADR, 3) } /* USB Port 2 */
31 Device(PRT4) { Name(_ADR, 4) } /* USB Port 3 */
H A Dlpc.asl35 Name(_ADR, 0x001f0000)
H A Dsouthcluster.asl14 Name(_ADR, 0)
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/
H A Dsouthcluster.asl13 Name (_ADR, 0)
85 Name (_ADR, 0x00010003)
116 Name (_ADR, 0x01)
156 Name (_ADR, 0x02)
171 Name (_ADR, 0x00070001)
219 Name (_ADR, 0x00080000)
240 Name (_ADR, 0x00090001)
250 Name (_ADR, 0x000c0000)
279 Name (_ADR, 0x00170000)
289 Name (_ADR, 0x00040001)
[all …]
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Di2c-muxes.rst33 Name (_ADR, 0)
48 Name (_ADR, 1)
H A Dintel-pmc-mux.rst39 Name (_ADR, 0)
44 Name (_ADR, 1)
58 Name (_ADR, 0)
125 Name (_ADR, 0)
140 Name (_ADR, 1)
H A Denumeration.rst194 Name (_ADR, 1)
467 Moreover, the specification mandates that either a _HID or an _ADR identification
614 Method (_ADR, 0, NotSerialized) // _ADR: Address
627 and the _ADR method [3] returns exactly the device/function couple that
637 Name (_ADR, 0x0000)
641 Name (_ADR, 0x00010000)
645 Name (_ADR, 0x0000)
688 [3] ACPI Specifications, Version 6.3 - Paragraph 6.1.1 _ADR Address)
H A Dnamespace.rst154 | +-| _ADR | Name(_ADR, 0x00020000): the PCI bus address
281 example, it may be a PCI device with _ADR defined and without _HID
307 object representing a PCI bridge) whose _ADR returns 0x00020000 and the
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/
H A Dphy.rst28 using the _ADR object as shown below and are registered on the MDIO bus.
35 Name (_ADR, 0x1)
39 Name (_ADR, 0x2)
107 Name (_ADR, 0x1)
111 Name (_ADR, 0x2)
/openbmc/u-boot/arch/x86/include/asm/acpi/
H A Dirq_helper.h98 Name(_ADR, dev_ ## 000 ## func_) \
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/
H A Dlpc.asl10 Name(_ADR, 0x001f0000)
H A Dsouthcluster.asl11 Name(_ADR, 0)
/openbmc/qemu/docs/specs/
H A Dacpi_nvdimm.rst15 The NVDIMM child devices under the NVDIMM root device are defined with _ADR
31 Name(_ADR, h) //where h is NFIT Device Handle for this NVDIMM
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-acpi42 _ADR control method, which is present for ACPI device
H A Dsysfs-bus-nfit19 (RO) The address (given by the _ADR object) of the device on its
/openbmc/linux/drivers/acpi/
H A Dacpi_video.c185 u8 _ADR:1; /* Return the unique ID */ member
983 device->cap._ADR = 1; in acpi_video_device_find_cap()