/u-boot/drivers/gpio/ |
A D | sunxi_gpio.c | 337 #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 D | cubieboard7.rst | 34 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 D | intel-hda.txt | 14 - 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 D | cpu_rk3288.h | 37 #define ROCKCHIP_SOC(id, ID) \ argument 42 return ((soc_id & ROCKCHIP_SOC_MASK) == ROCKCHIP_SOC_ ##ID); \
|
/u-boot/doc/device-tree-bindings/mailbox/ |
A D | k3-secure-proxy.txt | 17 - #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 D | pm8916.txt | 7 - reg: SPMI Slave ID, size (ignored) 8 - #address-cells: 0x1 (peripheral ID)
|
/u-boot/arch/arm/dts/ |
A D | rk3288-thermal.dtsi | 14 /* sensor ID */ 23 /* sensor ID */ 63 /* sensor ID */
|
A D | omap3-cpu-thermal.dtsi | 18 /* sensor ID */
|
A D | dra7-dspeve-thermal.dtsi | 17 /* sensor ID */
|
A D | dra7-iva-thermal.dtsi | 17 /* sensor ID */
|
A D | omap5-core-thermal.dtsi | 18 /* sensor ID */
|
/u-boot/arch/x86/include/asm/acpi/ |
A D | pcr.asl | 11 * 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 D | ti,sci-clk.txt | 22 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 D | vpd_reader.c | 98 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 D | Kconfig | 4 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 D | psci.S | 30 @ 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 D | pm8916_gpio.txt | 9 - 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 D | ec.asl | 40 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 D | psci.S | 164 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 D | marvell,armada-apn806-pinctrl.txt | 2 Function 0x0 for any MPP ID activates GPIO pin mode
|
/u-boot/doc/driver-model/ |
A D | soc-framework.rst | 5 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 D | README | 11 If ethaddr is not set, 5 Bytes of the OMAP Die ID will be used.
|
/u-boot/doc/device-tree-bindings/timer/ |
A D | arc_timer.txt | 6 - reg : Specifies timer ID, could be either 0 or 1.
|
/u-boot/doc/device-tree-bindings/arm/ |
A D | arm,scmi.txt | 53 - #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 D | spmi-sandbox.txt | 7 - #address-cells: 0x1 - childs slave ID address
|