1 1.1 jmcneill /* $NetBSD: rk3328-cru.h,v 1.1.1.5 2020/01/03 14:33:06 skrll Exp $ */ 2 1.1 jmcneill 3 1.1.1.5 skrll /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 1.1 jmcneill /* 5 1.1 jmcneill * Copyright (c) 2016 Rockchip Electronics Co. Ltd. 6 1.1 jmcneill * Author: Elaine <zhangqing (at) rock-chips.com> 7 1.1 jmcneill */ 8 1.1 jmcneill 9 1.1 jmcneill #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3328_H 10 1.1 jmcneill #define _DT_BINDINGS_CLK_ROCKCHIP_RK3328_H 11 1.1 jmcneill 12 1.1 jmcneill /* core clocks */ 13 1.1 jmcneill #define PLL_APLL 1 14 1.1 jmcneill #define PLL_DPLL 2 15 1.1 jmcneill #define PLL_CPLL 3 16 1.1 jmcneill #define PLL_GPLL 4 17 1.1 jmcneill #define PLL_NPLL 5 18 1.1 jmcneill #define ARMCLK 6 19 1.1 jmcneill 20 1.1 jmcneill /* sclk gates (special clocks) */ 21 1.1 jmcneill #define SCLK_RTC32K 30 22 1.1 jmcneill #define SCLK_SDMMC_EXT 31 23 1.1 jmcneill #define SCLK_SPI 32 24 1.1 jmcneill #define SCLK_SDMMC 33 25 1.1 jmcneill #define SCLK_SDIO 34 26 1.1 jmcneill #define SCLK_EMMC 35 27 1.1 jmcneill #define SCLK_TSADC 36 28 1.1 jmcneill #define SCLK_SARADC 37 29 1.1 jmcneill #define SCLK_UART0 38 30 1.1 jmcneill #define SCLK_UART1 39 31 1.1 jmcneill #define SCLK_UART2 40 32 1.1 jmcneill #define SCLK_I2S0 41 33 1.1 jmcneill #define SCLK_I2S1 42 34 1.1 jmcneill #define SCLK_I2S2 43 35 1.1 jmcneill #define SCLK_I2S1_OUT 44 36 1.1 jmcneill #define SCLK_I2S2_OUT 45 37 1.1 jmcneill #define SCLK_SPDIF 46 38 1.1 jmcneill #define SCLK_TIMER0 47 39 1.1 jmcneill #define SCLK_TIMER1 48 40 1.1 jmcneill #define SCLK_TIMER2 49 41 1.1 jmcneill #define SCLK_TIMER3 50 42 1.1 jmcneill #define SCLK_TIMER4 51 43 1.1 jmcneill #define SCLK_TIMER5 52 44 1.1 jmcneill #define SCLK_WIFI 53 45 1.1 jmcneill #define SCLK_CIF_OUT 54 46 1.1 jmcneill #define SCLK_I2C0 55 47 1.1 jmcneill #define SCLK_I2C1 56 48 1.1 jmcneill #define SCLK_I2C2 57 49 1.1 jmcneill #define SCLK_I2C3 58 50 1.1 jmcneill #define SCLK_CRYPTO 59 51 1.1 jmcneill #define SCLK_PWM 60 52 1.1 jmcneill #define SCLK_PDM 61 53 1.1 jmcneill #define SCLK_EFUSE 62 54 1.1 jmcneill #define SCLK_OTP 63 55 1.1 jmcneill #define SCLK_DDRCLK 64 56 1.1 jmcneill #define SCLK_VDEC_CABAC 65 57 1.1 jmcneill #define SCLK_VDEC_CORE 66 58 1.1 jmcneill #define SCLK_VENC_DSP 67 59 1.1 jmcneill #define SCLK_VENC_CORE 68 60 1.1 jmcneill #define SCLK_RGA 69 61 1.1 jmcneill #define SCLK_HDMI_SFC 70 62 1.1 jmcneill #define SCLK_HDMI_CEC 71 63 1.1 jmcneill #define SCLK_USB3_REF 72 64 1.1 jmcneill #define SCLK_USB3_SUSPEND 73 65 1.1 jmcneill #define SCLK_SDMMC_DRV 74 66 1.1 jmcneill #define SCLK_SDIO_DRV 75 67 1.1 jmcneill #define SCLK_EMMC_DRV 76 68 1.1 jmcneill #define SCLK_SDMMC_EXT_DRV 77 69 1.1 jmcneill #define SCLK_SDMMC_SAMPLE 78 70 1.1 jmcneill #define SCLK_SDIO_SAMPLE 79 71 1.1 jmcneill #define SCLK_EMMC_SAMPLE 80 72 1.1 jmcneill #define SCLK_SDMMC_EXT_SAMPLE 81 73 1.1 jmcneill #define SCLK_VOP 82 74 1.1 jmcneill #define SCLK_MAC2PHY_RXTX 83 75 1.1 jmcneill #define SCLK_MAC2PHY_SRC 84 76 1.1 jmcneill #define SCLK_MAC2PHY_REF 85 77 1.1 jmcneill #define SCLK_MAC2PHY_OUT 86 78 1.1 jmcneill #define SCLK_MAC2IO_RX 87 79 1.1 jmcneill #define SCLK_MAC2IO_TX 88 80 1.1 jmcneill #define SCLK_MAC2IO_REFOUT 89 81 1.1 jmcneill #define SCLK_MAC2IO_REF 90 82 1.1 jmcneill #define SCLK_MAC2IO_OUT 91 83 1.1 jmcneill #define SCLK_TSP 92 84 1.1 jmcneill #define SCLK_HSADC_TSP 93 85 1.1 jmcneill #define SCLK_USB3PHY_REF 94 86 1.1 jmcneill #define SCLK_REF_USB3OTG 95 87 1.1 jmcneill #define SCLK_USB3OTG_REF 96 88 1.1 jmcneill #define SCLK_USB3OTG_SUSPEND 97 89 1.1 jmcneill #define SCLK_REF_USB3OTG_SRC 98 90 1.1 jmcneill #define SCLK_MAC2IO_SRC 99 91 1.1 jmcneill #define SCLK_MAC2IO 100 92 1.1 jmcneill #define SCLK_MAC2PHY 101 93 1.1.1.2 jmcneill #define SCLK_MAC2IO_EXT 102 94 1.1 jmcneill 95 1.1 jmcneill /* dclk gates */ 96 1.1 jmcneill #define DCLK_LCDC 120 97 1.1 jmcneill #define DCLK_HDMIPHY 121 98 1.1 jmcneill #define HDMIPHY 122 99 1.1 jmcneill #define USB480M 123 100 1.1 jmcneill #define DCLK_LCDC_SRC 124 101 1.1 jmcneill 102 1.1 jmcneill /* aclk gates */ 103 1.1 jmcneill #define ACLK_AXISRAM 130 104 1.1 jmcneill #define ACLK_VOP_PRE 131 105 1.1 jmcneill #define ACLK_USB3OTG 132 106 1.1 jmcneill #define ACLK_RGA_PRE 133 107 1.1 jmcneill #define ACLK_DMAC 134 108 1.1 jmcneill #define ACLK_GPU 135 109 1.1 jmcneill #define ACLK_BUS_PRE 136 110 1.1 jmcneill #define ACLK_PERI_PRE 137 111 1.1 jmcneill #define ACLK_RKVDEC_PRE 138 112 1.1 jmcneill #define ACLK_RKVDEC 139 113 1.1 jmcneill #define ACLK_RKVENC 140 114 1.1 jmcneill #define ACLK_VPU_PRE 141 115 1.1 jmcneill #define ACLK_VIO_PRE 142 116 1.1 jmcneill #define ACLK_VPU 143 117 1.1 jmcneill #define ACLK_VIO 144 118 1.1 jmcneill #define ACLK_VOP 145 119 1.1 jmcneill #define ACLK_GMAC 146 120 1.1 jmcneill #define ACLK_H265 147 121 1.1 jmcneill #define ACLK_H264 148 122 1.1 jmcneill #define ACLK_MAC2PHY 149 123 1.1 jmcneill #define ACLK_MAC2IO 150 124 1.1 jmcneill #define ACLK_DCF 151 125 1.1 jmcneill #define ACLK_TSP 152 126 1.1 jmcneill #define ACLK_PERI 153 127 1.1 jmcneill #define ACLK_RGA 154 128 1.1 jmcneill #define ACLK_IEP 155 129 1.1 jmcneill #define ACLK_CIF 156 130 1.1 jmcneill #define ACLK_HDCP 157 131 1.1 jmcneill 132 1.1 jmcneill /* pclk gates */ 133 1.1 jmcneill #define PCLK_GPIO0 200 134 1.1 jmcneill #define PCLK_GPIO1 201 135 1.1 jmcneill #define PCLK_GPIO2 202 136 1.1 jmcneill #define PCLK_GPIO3 203 137 1.1 jmcneill #define PCLK_GRF 204 138 1.1 jmcneill #define PCLK_I2C0 205 139 1.1 jmcneill #define PCLK_I2C1 206 140 1.1 jmcneill #define PCLK_I2C2 207 141 1.1 jmcneill #define PCLK_I2C3 208 142 1.1 jmcneill #define PCLK_SPI 209 143 1.1 jmcneill #define PCLK_UART0 210 144 1.1 jmcneill #define PCLK_UART1 211 145 1.1 jmcneill #define PCLK_UART2 212 146 1.1 jmcneill #define PCLK_TSADC 213 147 1.1 jmcneill #define PCLK_PWM 214 148 1.1 jmcneill #define PCLK_TIMER 215 149 1.1 jmcneill #define PCLK_BUS_PRE 216 150 1.1 jmcneill #define PCLK_PERI_PRE 217 151 1.1 jmcneill #define PCLK_HDMI_CTRL 218 152 1.1 jmcneill #define PCLK_HDMI_PHY 219 153 1.1 jmcneill #define PCLK_GMAC 220 154 1.1 jmcneill #define PCLK_H265 221 155 1.1 jmcneill #define PCLK_MAC2PHY 222 156 1.1 jmcneill #define PCLK_MAC2IO 223 157 1.1 jmcneill #define PCLK_USB3PHY_OTG 224 158 1.1 jmcneill #define PCLK_USB3PHY_PIPE 225 159 1.1 jmcneill #define PCLK_USB3_GRF 226 160 1.1 jmcneill #define PCLK_USB2_GRF 227 161 1.1 jmcneill #define PCLK_HDMIPHY 228 162 1.1 jmcneill #define PCLK_DDR 229 163 1.1 jmcneill #define PCLK_PERI 230 164 1.1 jmcneill #define PCLK_HDMI 231 165 1.1 jmcneill #define PCLK_HDCP 232 166 1.1 jmcneill #define PCLK_DCF 233 167 1.1 jmcneill #define PCLK_SARADC 234 168 1.1.1.4 jmcneill #define PCLK_ACODECPHY 235 169 1.1.1.5 skrll #define PCLK_WDT 236 170 1.1 jmcneill 171 1.1 jmcneill /* hclk gates */ 172 1.1 jmcneill #define HCLK_PERI 308 173 1.1 jmcneill #define HCLK_TSP 309 174 1.1 jmcneill #define HCLK_GMAC 310 175 1.1 jmcneill #define HCLK_I2S0_8CH 311 176 1.1.1.4 jmcneill #define HCLK_I2S1_8CH 312 177 1.1 jmcneill #define HCLK_I2S2_2CH 313 178 1.1 jmcneill #define HCLK_SPDIF_8CH 314 179 1.1 jmcneill #define HCLK_VOP 315 180 1.1 jmcneill #define HCLK_NANDC 316 181 1.1 jmcneill #define HCLK_SDMMC 317 182 1.1 jmcneill #define HCLK_SDIO 318 183 1.1 jmcneill #define HCLK_EMMC 319 184 1.1 jmcneill #define HCLK_SDMMC_EXT 320 185 1.1 jmcneill #define HCLK_RKVDEC_PRE 321 186 1.1 jmcneill #define HCLK_RKVDEC 322 187 1.1 jmcneill #define HCLK_RKVENC 323 188 1.1 jmcneill #define HCLK_VPU_PRE 324 189 1.1 jmcneill #define HCLK_VIO_PRE 325 190 1.1 jmcneill #define HCLK_VPU 326 191 1.1 jmcneill #define HCLK_BUS_PRE 328 192 1.1 jmcneill #define HCLK_PERI_PRE 329 193 1.1 jmcneill #define HCLK_H264 330 194 1.1 jmcneill #define HCLK_CIF 331 195 1.1 jmcneill #define HCLK_OTG_PMU 332 196 1.1 jmcneill #define HCLK_OTG 333 197 1.1 jmcneill #define HCLK_HOST0 334 198 1.1 jmcneill #define HCLK_HOST0_ARB 335 199 1.1 jmcneill #define HCLK_CRYPTO_MST 336 200 1.1 jmcneill #define HCLK_CRYPTO_SLV 337 201 1.1 jmcneill #define HCLK_PDM 338 202 1.1 jmcneill #define HCLK_IEP 339 203 1.1 jmcneill #define HCLK_RGA 340 204 1.1 jmcneill #define HCLK_HDCP 341 205 1.1 jmcneill 206 1.1 jmcneill #define CLK_NR_CLKS (HCLK_HDCP + 1) 207 1.1 jmcneill 208 1.1 jmcneill /* soft-reset indices */ 209 1.1 jmcneill #define SRST_CORE0_PO 0 210 1.1 jmcneill #define SRST_CORE1_PO 1 211 1.1 jmcneill #define SRST_CORE2_PO 2 212 1.1 jmcneill #define SRST_CORE3_PO 3 213 1.1 jmcneill #define SRST_CORE0 4 214 1.1 jmcneill #define SRST_CORE1 5 215 1.1 jmcneill #define SRST_CORE2 6 216 1.1 jmcneill #define SRST_CORE3 7 217 1.1 jmcneill #define SRST_CORE0_DBG 8 218 1.1 jmcneill #define SRST_CORE1_DBG 9 219 1.1 jmcneill #define SRST_CORE2_DBG 10 220 1.1 jmcneill #define SRST_CORE3_DBG 11 221 1.1 jmcneill #define SRST_TOPDBG 12 222 1.1 jmcneill #define SRST_CORE_NIU 13 223 1.1 jmcneill #define SRST_STRC_A 14 224 1.1 jmcneill #define SRST_L2C 15 225 1.1 jmcneill 226 1.1 jmcneill #define SRST_A53_GIC 18 227 1.1 jmcneill #define SRST_DAP 19 228 1.1 jmcneill #define SRST_PMU_P 21 229 1.1 jmcneill #define SRST_EFUSE 22 230 1.1 jmcneill #define SRST_BUSSYS_H 23 231 1.1 jmcneill #define SRST_BUSSYS_P 24 232 1.1 jmcneill #define SRST_SPDIF 25 233 1.1 jmcneill #define SRST_INTMEM 26 234 1.1 jmcneill #define SRST_ROM 27 235 1.1 jmcneill #define SRST_GPIO0 28 236 1.1 jmcneill #define SRST_GPIO1 29 237 1.1 jmcneill #define SRST_GPIO2 30 238 1.1 jmcneill #define SRST_GPIO3 31 239 1.1 jmcneill 240 1.1 jmcneill #define SRST_I2S0 32 241 1.1 jmcneill #define SRST_I2S1 33 242 1.1 jmcneill #define SRST_I2S2 34 243 1.1 jmcneill #define SRST_I2S0_H 35 244 1.1 jmcneill #define SRST_I2S1_H 36 245 1.1 jmcneill #define SRST_I2S2_H 37 246 1.1 jmcneill #define SRST_UART0 38 247 1.1 jmcneill #define SRST_UART1 39 248 1.1 jmcneill #define SRST_UART2 40 249 1.1 jmcneill #define SRST_UART0_P 41 250 1.1 jmcneill #define SRST_UART1_P 42 251 1.1 jmcneill #define SRST_UART2_P 43 252 1.1 jmcneill #define SRST_I2C0 44 253 1.1 jmcneill #define SRST_I2C1 45 254 1.1 jmcneill #define SRST_I2C2 46 255 1.1 jmcneill #define SRST_I2C3 47 256 1.1 jmcneill 257 1.1 jmcneill #define SRST_I2C0_P 48 258 1.1 jmcneill #define SRST_I2C1_P 49 259 1.1 jmcneill #define SRST_I2C2_P 50 260 1.1 jmcneill #define SRST_I2C3_P 51 261 1.1 jmcneill #define SRST_EFUSE_SE_P 52 262 1.1 jmcneill #define SRST_EFUSE_NS_P 53 263 1.1 jmcneill #define SRST_PWM0 54 264 1.1 jmcneill #define SRST_PWM0_P 55 265 1.1 jmcneill #define SRST_DMA 56 266 1.1 jmcneill #define SRST_TSP_A 57 267 1.1 jmcneill #define SRST_TSP_H 58 268 1.1 jmcneill #define SRST_TSP 59 269 1.1 jmcneill #define SRST_TSP_HSADC 60 270 1.1 jmcneill #define SRST_DCF_A 61 271 1.1 jmcneill #define SRST_DCF_P 62 272 1.1 jmcneill 273 1.1 jmcneill #define SRST_SCR 64 274 1.1 jmcneill #define SRST_SPI 65 275 1.1 jmcneill #define SRST_TSADC 66 276 1.1 jmcneill #define SRST_TSADC_P 67 277 1.1 jmcneill #define SRST_CRYPTO 68 278 1.1 jmcneill #define SRST_SGRF 69 279 1.1 jmcneill #define SRST_GRF 70 280 1.1 jmcneill #define SRST_USB_GRF 71 281 1.1 jmcneill #define SRST_TIMER_6CH_P 72 282 1.1 jmcneill #define SRST_TIMER0 73 283 1.1 jmcneill #define SRST_TIMER1 74 284 1.1 jmcneill #define SRST_TIMER2 75 285 1.1 jmcneill #define SRST_TIMER3 76 286 1.1 jmcneill #define SRST_TIMER4 77 287 1.1 jmcneill #define SRST_TIMER5 78 288 1.1 jmcneill #define SRST_USB3GRF 79 289 1.1 jmcneill 290 1.1 jmcneill #define SRST_PHYNIU 80 291 1.1 jmcneill #define SRST_HDMIPHY 81 292 1.1 jmcneill #define SRST_VDAC 82 293 1.1 jmcneill #define SRST_ACODEC_p 83 294 1.1 jmcneill #define SRST_SARADC 85 295 1.1 jmcneill #define SRST_SARADC_P 86 296 1.1 jmcneill #define SRST_GRF_DDR 87 297 1.1 jmcneill #define SRST_DFIMON 88 298 1.1 jmcneill #define SRST_MSCH 89 299 1.1 jmcneill #define SRST_DDRMSCH 91 300 1.1 jmcneill #define SRST_DDRCTRL 92 301 1.1 jmcneill #define SRST_DDRCTRL_P 93 302 1.1 jmcneill #define SRST_DDRPHY 94 303 1.1 jmcneill #define SRST_DDRPHY_P 95 304 1.1 jmcneill 305 1.1 jmcneill #define SRST_GMAC_NIU_A 96 306 1.1 jmcneill #define SRST_GMAC_NIU_P 97 307 1.1 jmcneill #define SRST_GMAC2PHY_A 98 308 1.1 jmcneill #define SRST_GMAC2IO_A 99 309 1.1 jmcneill #define SRST_MACPHY 100 310 1.1 jmcneill #define SRST_OTP_PHY 101 311 1.1 jmcneill #define SRST_GPU_A 102 312 1.1 jmcneill #define SRST_GPU_NIU_A 103 313 1.1 jmcneill #define SRST_SDMMCEXT 104 314 1.1 jmcneill #define SRST_PERIPH_NIU_A 105 315 1.1 jmcneill #define SRST_PERIHP_NIU_H 106 316 1.1 jmcneill #define SRST_PERIHP_P 107 317 1.1 jmcneill #define SRST_PERIPHSYS_H 108 318 1.1 jmcneill #define SRST_MMC0 109 319 1.1 jmcneill #define SRST_SDIO 110 320 1.1 jmcneill #define SRST_EMMC 111 321 1.1 jmcneill 322 1.1 jmcneill #define SRST_USB2OTG_H 112 323 1.1 jmcneill #define SRST_USB2OTG 113 324 1.1 jmcneill #define SRST_USB2OTG_ADP 114 325 1.1 jmcneill #define SRST_USB2HOST_H 115 326 1.1 jmcneill #define SRST_USB2HOST_ARB 116 327 1.1 jmcneill #define SRST_USB2HOST_AUX 117 328 1.1 jmcneill #define SRST_USB2HOST_EHCIPHY 118 329 1.1 jmcneill #define SRST_USB2HOST_UTMI 119 330 1.1 jmcneill #define SRST_USB3OTG 120 331 1.1 jmcneill #define SRST_USBPOR 121 332 1.1 jmcneill #define SRST_USB2OTG_UTMI 122 333 1.1 jmcneill #define SRST_USB2HOST_PHY_UTMI 123 334 1.1 jmcneill #define SRST_USB3OTG_UTMI 124 335 1.1 jmcneill #define SRST_USB3PHY_U2 125 336 1.1 jmcneill #define SRST_USB3PHY_U3 126 337 1.1 jmcneill #define SRST_USB3PHY_PIPE 127 338 1.1 jmcneill 339 1.1 jmcneill #define SRST_VIO_A 128 340 1.1 jmcneill #define SRST_VIO_BUS_H 129 341 1.1 jmcneill #define SRST_VIO_H2P_H 130 342 1.1 jmcneill #define SRST_VIO_ARBI_H 131 343 1.1 jmcneill #define SRST_VOP_NIU_A 132 344 1.1 jmcneill #define SRST_VOP_A 133 345 1.1 jmcneill #define SRST_VOP_H 134 346 1.1 jmcneill #define SRST_VOP_D 135 347 1.1 jmcneill #define SRST_RGA 136 348 1.1 jmcneill #define SRST_RGA_NIU_A 137 349 1.1 jmcneill #define SRST_RGA_A 138 350 1.1 jmcneill #define SRST_RGA_H 139 351 1.1 jmcneill #define SRST_IEP_A 140 352 1.1 jmcneill #define SRST_IEP_H 141 353 1.1 jmcneill #define SRST_HDMI 142 354 1.1 jmcneill #define SRST_HDMI_P 143 355 1.1 jmcneill 356 1.1 jmcneill #define SRST_HDCP_A 144 357 1.1 jmcneill #define SRST_HDCP 145 358 1.1 jmcneill #define SRST_HDCP_H 146 359 1.1 jmcneill #define SRST_CIF_A 147 360 1.1 jmcneill #define SRST_CIF_H 148 361 1.1 jmcneill #define SRST_CIF_P 149 362 1.1 jmcneill #define SRST_OTP_P 150 363 1.1 jmcneill #define SRST_OTP_SBPI 151 364 1.1 jmcneill #define SRST_OTP_USER 152 365 1.1 jmcneill #define SRST_DDRCTRL_A 153 366 1.1 jmcneill #define SRST_DDRSTDY_P 154 367 1.1 jmcneill #define SRST_DDRSTDY 155 368 1.1 jmcneill #define SRST_PDM_H 156 369 1.1 jmcneill #define SRST_PDM 157 370 1.1 jmcneill #define SRST_USB3PHY_OTG_P 158 371 1.1 jmcneill #define SRST_USB3PHY_PIPE_P 159 372 1.1 jmcneill 373 1.1 jmcneill #define SRST_VCODEC_A 160 374 1.1 jmcneill #define SRST_VCODEC_NIU_A 161 375 1.1 jmcneill #define SRST_VCODEC_H 162 376 1.1 jmcneill #define SRST_VCODEC_NIU_H 163 377 1.1 jmcneill #define SRST_VDEC_A 164 378 1.1 jmcneill #define SRST_VDEC_NIU_A 165 379 1.1 jmcneill #define SRST_VDEC_H 166 380 1.1 jmcneill #define SRST_VDEC_NIU_H 167 381 1.1 jmcneill #define SRST_VDEC_CORE 168 382 1.1 jmcneill #define SRST_VDEC_CABAC 169 383 1.1 jmcneill #define SRST_DDRPHYDIV 175 384 1.1 jmcneill 385 1.1 jmcneill #define SRST_RKVENC_NIU_A 176 386 1.1 jmcneill #define SRST_RKVENC_NIU_H 177 387 1.1 jmcneill #define SRST_RKVENC_H265_A 178 388 1.1 jmcneill #define SRST_RKVENC_H265_P 179 389 1.1 jmcneill #define SRST_RKVENC_H265_CORE 180 390 1.1 jmcneill #define SRST_RKVENC_H265_DSP 181 391 1.1 jmcneill #define SRST_RKVENC_H264_A 182 392 1.1 jmcneill #define SRST_RKVENC_H264_H 183 393 1.1 jmcneill #define SRST_RKVENC_INTMEM 184 394 1.1 jmcneill 395 1.1 jmcneill #endif 396