Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 110) sorted by relevance

12345

/u-boot/drivers/gpio/
A Dsunxi_gpio.c337 #define ID(_compat_, _soc_data_) \ macro
341 ID("allwinner,sun4i-a10-pinctrl", a_all),
343 ID("allwinner,sun5i-a13-pinctrl", a_all),
344 ID("allwinner,sun50i-h5-pinctrl", a_all),
345 ID("allwinner,sun6i-a31-pinctrl", a_all),
347 ID("allwinner,sun7i-a20-pinctrl", a_all),
348 ID("allwinner,sun8i-a23-pinctrl", a_all),
349 ID("allwinner,sun8i-a33-pinctrl", a_all),
351 ID("allwinner,sun8i-h3-pinctrl", a_all),
353 ID("allwinner,sun8i-v3-pinctrl", a_all),
[all …]
/u-boot/doc/board/actions/
A Dcubieboard7.rst34 device is detected. ID realted to "Actions Semiconductor Co., Ltd" means that
41 Bus 001 Device 005: ID 04f2:b2eb Chicony Electronics Co., Ltd
42 Bus 001 Device 004: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]
43 Bus 001 Device 003: ID 046d:c534 Logitech, Inc. Unifying Receiver
44 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
45 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
46 Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
47 Bus 003 Device 013: ID 10d6:10d6 Actions Semiconductor Co., Ltd
48 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/u-boot/doc/device-tree-bindings/sound/
A Dintel-hda.txt14 - intel,beep-nid: Node ID to use for beep (will be detected if not provided)
24 - vendor-id: 16-bit vendor ID for audio codec
25 - device-id: 16-bit device ID for audio codec
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dcpu_rk3288.h37 #define ROCKCHIP_SOC(id, ID) \ argument
42 return ((soc_id & ROCKCHIP_SOC_MASK) == ROCKCHIP_SOC_ ##ID); \
/u-boot/doc/device-tree-bindings/mailbox/
A Dk3-secure-proxy.txt17 - #mbox-cells Shall be 1. Contains the thread ID.
35 # RX thread ID is 4.
36 # TX thread ID is 5.
/u-boot/doc/device-tree-bindings/pmic/
A Dpm8916.txt7 - reg: SPMI Slave ID, size (ignored)
8 - #address-cells: 0x1 (peripheral ID)
/u-boot/arch/arm/dts/
A Drk3288-thermal.dtsi14 /* sensor ID */
23 /* sensor ID */
63 /* sensor ID */
A Domap3-cpu-thermal.dtsi18 /* sensor ID */
A Ddra7-dspeve-thermal.dtsi17 /* sensor ID */
A Ddra7-iva-thermal.dtsi17 /* sensor ID */
A Domap5-core-thermal.dtsi18 /* sensor ID */
/u-boot/arch/x86/include/asm/acpi/
A Dpcr.asl11 * Arg0 - PCR Port ID
21 * Arg0 - PCR Port ID
36 * Arg0 - PCR Port ID
60 * Arg0 - PCR Port ID
/u-boot/doc/device-tree-bindings/clock/
A Dti,sci-clk.txt22 device ID and clock ID exposed by the SYSFW firmware.
39 the device id together with a clock ID to be passed to the SYSFW for device
44 - clocks: phandle pointing to the corresponding clock node, an ID representing
/u-boot/board/ge/common/
A Dvpd_reader.c98 static const int ID; variable
146 if (data[ID] != HEADER_BLOCK_ID || data[LEN] != HEADER_BLOCK_LEN || in vpd_reader()
161 if (ecc[ID] != ECC_BLOCK_ID || ecc[LEN] < BLOCK_SIZE || in vpd_reader()
196 ret = fn(userdata, data[ID], data[VER], data[TYP], in vpd_reader()
/u-boot/drivers/soc/
A DKconfig4 bool "Enable SoC Device ID drivers using Driver Model"
14 bool "Enable SoC Device ID driver for TI K3 SoCs"
/u-boot/arch/arm/mach-tegra/
A Dpsci.S30 @ converts CPU ID into FLOW_CTRL_CPUn_CSR offset
52 bl psci_get_cpu_id @ CPU ID => r0
72 bl psci_get_cpu_id @ CPU ID => r0
/u-boot/doc/device-tree-bindings/gpio/
A Dpm8916_gpio.txt9 - reg: peripheral ID, size of register block
33 - reg: peripheral ID, size of register block
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dec.asl40 PATI, 8, // Programmable Auxiliary Trip Sensor ID
382 * Arg0 = Temp Sensor ID
391 /* Set sensor ID */
409 * Arg0 = Temp Sensor ID
418 /* Set sensor ID */
435 * Arg0 = Temp Sensor ID
462 /* Read sensor ID for event */
465 /* When sensor ID returns 0xFF then no more events */
472 /* Keep reaading sensor ID for event */
521 * Arg0 = USB port ID
[all …]
/u-boot/arch/arm/cpu/armv7/
A Dpsci.S164 1: ldr r5, [r4] @ Load PSCI function ID
181 @ Requires dense and single-cluster CPU ID space
297 @ This expects CPU ID in r0 and returns stack top in r0
312 bl psci_get_cpu_id @ CPU ID => r0
338 bl psci_get_cpu_id @ CPU ID => r0
339 mov r2, r0 @ CPU ID => r2
342 mov r0, r2 @ CPU ID => r0
/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,armada-apn806-pinctrl.txt2 Function 0x0 for any MPP ID activates GPIO pin mode
/u-boot/doc/driver-model/
A Dsoc-framework.rst5 SOC ID Framework
11 The driver-model SOC ID framework is able to provide identification
50 An array of 'struct soc_attr' can be defined, each containing ID information
/u-boot/board/timll/devkit8000/
A DREADME11 If ethaddr is not set, 5 Bytes of the OMAP Die ID will be used.
/u-boot/doc/device-tree-bindings/timer/
A Darc_timer.txt6 - reg : Specifies timer ID, could be either 0 or 1.
/u-boot/doc/device-tree-bindings/arm/
A Darm,scmi.txt53 - #clock-cells : Should be 1. Contains the Clock ID value used by SCMI commands.
63 domain ID value used by SCMI commands.
73 Valid cell values are raw identifiers (Sensor ID)
84 - #reset-cells : Should be 1. Contains the reset domain ID value used
193 /* sensor ID */
/u-boot/doc/device-tree-bindings/spmi/
A Dspmi-sandbox.txt7 - #address-cells: 0x1 - childs slave ID address

Completed in 33 milliseconds

12345