Back to home page

OSCL-LXR

 
 

    


0001 /**
0002  * This header provides index for the HSDK reset controller.
0003  */
0004 #ifndef _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK
0005 #define _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK
0006 
0007 #define HSDK_APB_RESET  0
0008 #define HSDK_AXI_RESET  1
0009 #define HSDK_ETH_RESET  2
0010 #define HSDK_USB_RESET  3
0011 #define HSDK_SDIO_RESET 4
0012 #define HSDK_HDMI_RESET 5
0013 #define HSDK_GFX_RESET  6
0014 #define HSDK_DMAC_RESET 7
0015 #define HSDK_EBI_RESET  8
0016 
0017 #endif /*_DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK*/