HomeSort by relevance Sort by last modified time
    Searched refs:PMIC (Results 1 - 3 of 3) sorted by null

  /external/u-boot/doc/driver-model/
pmic-framework.txt 8 PMIC framework based on Driver Model
13 3. Pmic uclass
18 This is an introduction to driver-model multi uclass PMIC IC's support.
20 - UCLASS_PMIC - basic uclass type for PMIC I/O, which provides common
22 - UCLASS_REGULATOR - additional uclass type for specific PMIC features,
27 - drivers/power/pmic/pmic-uclass.c
28 - include/power/pmic.h
39 The Power Management Integrated Circuits (PMIC) are used in embedded systems
43 The single PMIC can provide various functions by single or multiple interfaces
    [all...]
  /external/u-boot/doc/
README.power-framework 11 This document describes the second version of the u-boot's PMIC (Power
20 devices are now available on the board - namely power managers (PMIC), fuel
27 One package can integrate PMIC and MUIC with different addresses on the I2C bus.
31 different ICs use different endianess. For this reason struct pmic holds
36 one operation - e.g. PMIC enables LDO.
40 to start charging the battery, use PMIC to reduce board's overall power
50 ./drivers/power/pmic/power_{core files}.c
51 e.g. ./drivers/power/pmic/power_core.c
53 ./drivers/power/pmic/<device_function>/<device_function>_<device_name>.c
54 e.g. ./drivers/power/pmic/pmic_max8997.
    [all...]
  /external/u-boot/drivers/i2c/
Kconfig 36 does not allow direct access to the main PMIC from the AP.
42 On many Chromebooks the main PMIC is inaccessible to the AP. This is

Completed in 390 milliseconds