comparison src/cs/riviera/rvm/rvm_use_id_list.h @ 148:34ee53b81f33

src/cs/riviera/rvm/rvm_use_id_list.h: PWR_USE_ID reinstated
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Oct 2016 06:17:22 +0000
parents e63a3f1e12f0
children 3f3c98f8b85d
comparison
equal deleted inserted replaced
147:e63a3f1e12f0 148:34ee53b81f33
115 115
116 #define KPD_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0008) 116 #define KPD_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0008)
117 117
118 #define SPI_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0010) 118 #define SPI_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0010)
119 119
120 /* Replacing PWR_USE_ID */ 120 #define PWR_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020)
121
122 /* Overloading PWR_USE_ID */
121 #define LCC_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020) 123 #define LCC_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020)
122 124
123 125
124 #define RGUI_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0040) 126 #define RGUI_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0040)
125 127