Lines Matching +full:system +full:- +full:power +full:- +full:controller
7 * SPDX-License-Identifier: GPL-2.0+
13 /* TODO(sjg@chromium.org): this could be compile-time generated */
28 /* U-Boot uclasses start here - in alphabetical order */
29 UCLASS_ADC, /* Analog-to-digital converter */
30 UCLASS_AHCI, /* SATA disk controller */
34 UCLASS_AMP, /* Asymmetric Multi-Processing */
40 UCLASS_GPIO, /* Bank of general-purpose I/O pins */
48 UCLASS_IRQ, /* Interrupt controller */
50 UCLASS_LED, /* Light-emitting diode (LED) */
52 UCLASS_MAILBOX, /* Mailbox controller */
58 UCLASS_NOP, /* No-op devices */
59 UCLASS_NORTHBRIDGE, /* Intel Northbridge / SDRAM controller */
62 UCLASS_PANEL_BACKLIGHT, /* Backlight controller for panel */
63 UCLASS_PCH, /* x86 platform controller hub */
70 UCLASS_PWM, /* Pulse-width modulator */
71 UCLASS_POWER_DOMAIN, /* (SoC) Power domains */
72 UCLASS_PWRSEQ, /* Power sequence device */
73 UCLASS_RAM, /* RAM controller */
76 UCLASS_RESET, /* Reset controller device */
84 UCLASS_SPMI, /* System Power Management Interface bus */
87 UCLASS_SYSCON, /* System configuration device */
88 UCLASS_SYSRESET, /* System reset device */
100 UCLASS_VIDEO_CRTC, /* Display Controller */
105 UCLASS_RC, /* Remote Controller */
112 UCLASS_EBC, /* EBC Controller for eink screen */
116 UCLASS_PD, /* power delivery */
118 UCLASS_INVALID = -1,