The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/include/dt-bindings/iio/qcom,spmi-adc7-pm8350b.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: GPL-2.0-only */
    2 /*
    3  * Copyright (c) 2020 The Linux Foundation. All rights reserved.
    4  */
    5 
    6 #ifndef _DT_BINDINGS_QCOM_SPMI_VADC_PM8350B_H
    7 #define _DT_BINDINGS_QCOM_SPMI_VADC_PM8350B_H
    8 
    9 #ifndef PM8350B_SID
   10 #define PM8350B_SID                                     3
   11 #endif
   12 
   13 /* ADC channels for PM8350B_ADC for PMIC7 */
   14 #define PM8350B_ADC7_REF_GND                    (PM8350B_SID << 8 | 0x0)
   15 #define PM8350B_ADC7_1P25VREF                   (PM8350B_SID << 8 | 0x01)
   16 #define PM8350B_ADC7_VREF_VADC                  (PM8350B_SID << 8 | 0x02)
   17 #define PM8350B_ADC7_DIE_TEMP                   (PM8350B_SID << 8 | 0x03)
   18 
   19 #define PM8350B_ADC7_AMUX_THM1                  (PM8350B_SID << 8 | 0x04)
   20 #define PM8350B_ADC7_AMUX_THM2                  (PM8350B_SID << 8 | 0x05)
   21 #define PM8350B_ADC7_AMUX_THM3                  (PM8350B_SID << 8 | 0x06)
   22 #define PM8350B_ADC7_AMUX_THM4                  (PM8350B_SID << 8 | 0x07)
   23 #define PM8350B_ADC7_AMUX_THM5                  (PM8350B_SID << 8 | 0x08)
   24 #define PM8350B_ADC7_AMUX_THM6                  (PM8350B_SID << 8 | 0x09)
   25 #define PM8350B_ADC7_GPIO1                      (PM8350B_SID << 8 | 0x0a)
   26 #define PM8350B_ADC7_GPIO2                      (PM8350B_SID << 8 | 0x0b)
   27 #define PM8350B_ADC7_GPIO3                      (PM8350B_SID << 8 | 0x0c)
   28 #define PM8350B_ADC7_GPIO4                      (PM8350B_SID << 8 | 0x0d)
   29 
   30 #define PM8350B_ADC7_CHG_TEMP                   (PM8350B_SID << 8 | 0x10)
   31 #define PM8350B_ADC7_USB_IN_V_16                (PM8350B_SID << 8 | 0x11)
   32 #define PM8350B_ADC7_VDC_16                     (PM8350B_SID << 8 | 0x12)
   33 #define PM8350B_ADC7_CC1_ID                     (PM8350B_SID << 8 | 0x13)
   34 #define PM8350B_ADC7_VREF_BAT_THERM             (PM8350B_SID << 8 | 0x15)
   35 #define PM8350B_ADC7_IIN_FB                     (PM8350B_SID << 8 | 0x17)
   36 
   37 /* 30k pull-up1 */
   38 #define PM8350B_ADC7_AMUX_THM1_30K_PU           (PM8350B_SID << 8 | 0x24)
   39 #define PM8350B_ADC7_AMUX_THM2_30K_PU           (PM8350B_SID << 8 | 0x25)
   40 #define PM8350B_ADC7_AMUX_THM3_30K_PU           (PM8350B_SID << 8 | 0x26)
   41 #define PM8350B_ADC7_AMUX_THM4_30K_PU           (PM8350B_SID << 8 | 0x27)
   42 #define PM8350B_ADC7_AMUX_THM5_30K_PU           (PM8350B_SID << 8 | 0x28)
   43 #define PM8350B_ADC7_AMUX_THM6_30K_PU           (PM8350B_SID << 8 | 0x29)
   44 #define PM8350B_ADC7_GPIO1_30K_PU               (PM8350B_SID << 8 | 0x2a)
   45 #define PM8350B_ADC7_GPIO2_30K_PU               (PM8350B_SID << 8 | 0x2b)
   46 #define PM8350B_ADC7_GPIO3_30K_PU               (PM8350B_SID << 8 | 0x2c)
   47 #define PM8350B_ADC7_GPIO4_30K_PU               (PM8350B_SID << 8 | 0x2d)
   48 #define PM8350B_ADC7_CC1_ID_30K_PU              (PM8350B_SID << 8 | 0x33)
   49 
   50 /* 100k pull-up2 */
   51 #define PM8350B_ADC7_AMUX_THM1_100K_PU          (PM8350B_SID << 8 | 0x44)
   52 #define PM8350B_ADC7_AMUX_THM2_100K_PU          (PM8350B_SID << 8 | 0x45)
   53 #define PM8350B_ADC7_AMUX_THM3_100K_PU          (PM8350B_SID << 8 | 0x46)
   54 #define PM8350B_ADC7_AMUX_THM4_100K_PU          (PM8350B_SID << 8 | 0x47)
   55 #define PM8350B_ADC7_AMUX_THM5_100K_PU          (PM8350B_SID << 8 | 0x48)
   56 #define PM8350B_ADC7_AMUX_THM6_100K_PU          (PM8350B_SID << 8 | 0x49)
   57 #define PM8350B_ADC7_GPIO1_100K_PU              (PM8350B_SID << 8 | 0x4a)
   58 #define PM8350B_ADC7_GPIO2_100K_PU              (PM8350B_SID << 8 | 0x4b)
   59 #define PM8350B_ADC7_GPIO3_100K_PU              (PM8350B_SID << 8 | 0x4c)
   60 #define PM8350B_ADC7_GPIO4_100K_PU              (PM8350B_SID << 8 | 0x4d)
   61 #define PM8350B_ADC7_CC1_ID_100K_PU             (PM8350B_SID << 8 | 0x53)
   62 
   63 /* 400k pull-up3 */
   64 #define PM8350B_ADC7_AMUX_THM1_400K_PU          (PM8350B_SID << 8 | 0x64)
   65 #define PM8350B_ADC7_AMUX_THM2_400K_PU          (PM8350B_SID << 8 | 0x65)
   66 #define PM8350B_ADC7_AMUX_THM3_400K_PU          (PM8350B_SID << 8 | 0x66)
   67 #define PM8350B_ADC7_AMUX_THM4_400K_PU          (PM8350B_SID << 8 | 0x67)
   68 #define PM8350B_ADC7_AMUX_THM5_400K_PU          (PM8350B_SID << 8 | 0x68)
   69 #define PM8350B_ADC7_AMUX_THM6_400K_PU          (PM8350B_SID << 8 | 0x69)
   70 #define PM8350B_ADC7_GPIO1_400K_PU              (PM8350B_SID << 8 | 0x6a)
   71 #define PM8350B_ADC7_GPIO2_400K_PU              (PM8350B_SID << 8 | 0x6b)
   72 #define PM8350B_ADC7_GPIO3_400K_PU              (PM8350B_SID << 8 | 0x6c)
   73 #define PM8350B_ADC7_GPIO4_400K_PU              (PM8350B_SID << 8 | 0x6d)
   74 #define PM8350B_ADC7_CC1_ID_400K_PU             (PM8350B_SID << 8 | 0x73)
   75 
   76 /* 1/3 Divider */
   77 #define PM8350B_ADC7_GPIO1_DIV3                 (PM8350B_SID << 8 | 0x8a)
   78 #define PM8350B_ADC7_GPIO2_DIV3                 (PM8350B_SID << 8 | 0x8b)
   79 #define PM8350B_ADC7_GPIO3_DIV3                 (PM8350B_SID << 8 | 0x8c)
   80 #define PM8350B_ADC7_GPIO4_DIV3                 (PM8350B_SID << 8 | 0x8d)
   81 
   82 #define PM8350B_ADC7_VPH_PWR                    (PM8350B_SID << 8 | 0x8e)
   83 #define PM8350B_ADC7_VBAT_SNS                   (PM8350B_SID << 8 | 0x8f)
   84 
   85 #define PM8350B_ADC7_SBUx                       (PM8350B_SID << 8 | 0x94)
   86 #define PM8350B_ADC7_VBAT_2S_MID                (PM8350B_SID << 8 | 0x96)
   87 
   88 #endif /* _DT_BINDINGS_QCOM_SPMI_VADC_PM8350B_H */

Cache object: 5927c27eb2e74203f6ec26cb58a25e9a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.