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/power/meson-a1-power.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+ or MIT) */
    2 /*
    3  * Copyright (c) 2019 Amlogic, Inc.
    4  * Author: Jianxin Pan <jianxin.pan@amlogic.com>
    5  */
    6 
    7 #ifndef _DT_BINDINGS_MESON_A1_POWER_H
    8 #define _DT_BINDINGS_MESON_A1_POWER_H
    9 
   10 #define PWRC_DSPA_ID    8
   11 #define PWRC_DSPB_ID    9
   12 #define PWRC_UART_ID    10
   13 #define PWRC_DMC_ID     11
   14 #define PWRC_I2C_ID     12
   15 #define PWRC_PSRAM_ID   13
   16 #define PWRC_ACODEC_ID  14
   17 #define PWRC_AUDIO_ID   15
   18 #define PWRC_OTP_ID     16
   19 #define PWRC_DMA_ID     17
   20 #define PWRC_SD_EMMC_ID 18
   21 #define PWRC_RAMA_ID    19
   22 #define PWRC_RAMB_ID    20
   23 #define PWRC_IR_ID      21
   24 #define PWRC_SPICC_ID   22
   25 #define PWRC_SPIFC_ID   23
   26 #define PWRC_USB_ID     24
   27 #define PWRC_NIC_ID     25
   28 #define PWRC_PDMIN_ID   26
   29 #define PWRC_RSA_ID     27
   30 #define PWRC_MAX_ID     28
   31 
   32 #endif

Cache object: 40e6fe844f247c8abff3c4a3a7bc7082


[ 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.