Home
last modified time | relevance | path

Searched refs:OCP_USER_MPU (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/arm/mach-omap2/
Domap_hwmod_44xx_data.c107 .user = OCP_USER_MPU,
144 .user = OCP_USER_MPU | OCP_USER_SDMA,
162 .user = OCP_USER_MPU,
193 .user = OCP_USER_MPU | OCP_USER_SDMA,
201 .user = OCP_USER_MPU | OCP_USER_SDMA,
224 .user = OCP_USER_MPU | OCP_USER_SDMA,
232 .user = OCP_USER_MPU | OCP_USER_SDMA,
240 .user = OCP_USER_MPU | OCP_USER_SDMA,
248 .user = OCP_USER_MPU | OCP_USER_SDMA,
256 .user = OCP_USER_MPU | OCP_USER_SDMA,
[all …]
Domap_hwmod_2420_data.c62 .user = OCP_USER_MPU | OCP_USER_SDMA,
69 .user = OCP_USER_MPU,
87 .user = OCP_USER_MPU | OCP_USER_SDMA,
131 .user = OCP_USER_MPU | OCP_USER_SDMA,
149 .user = OCP_USER_MPU | OCP_USER_SDMA,
156 .user = OCP_USER_MPU | OCP_USER_SDMA,
174 .user = OCP_USER_MPU | OCP_USER_SDMA,
192 .user = OCP_USER_MPU | OCP_USER_SDMA,
210 .user = OCP_USER_MPU | OCP_USER_SDMA,
231 .user = OCP_USER_MPU | OCP_USER_SDMA,
[all …]
Domap_hwmod_2430_data.c72 .user = OCP_USER_MPU | OCP_USER_SDMA,
79 .user = OCP_USER_MPU,
97 .user = OCP_USER_MPU | OCP_USER_SDMA,
131 .user = OCP_USER_MPU,
152 .user = OCP_USER_MPU | OCP_USER_SDMA,
170 .user = OCP_USER_MPU | OCP_USER_SDMA,
177 .user = OCP_USER_MPU | OCP_USER_SDMA,
195 .user = OCP_USER_MPU | OCP_USER_SDMA,
213 .user = OCP_USER_MPU | OCP_USER_SDMA,
231 .user = OCP_USER_MPU | OCP_USER_SDMA,
[all …]
Domap_hwmod_3xxx_data.c92 .user = OCP_USER_MPU | OCP_USER_SDMA,
99 .user = OCP_USER_MPU | OCP_USER_SDMA,
122 .user = OCP_USER_MPU,
140 .user = OCP_USER_MPU | OCP_USER_SDMA,
175 .user = OCP_USER_MPU,
183 .user = OCP_USER_MPU,
189 .user = OCP_USER_MPU | OCP_USER_SDMA,
207 .user = OCP_USER_MPU | OCP_USER_SDMA,
226 .user = OCP_USER_MPU | OCP_USER_SDMA,
245 .user = OCP_USER_MPU | OCP_USER_SDMA,
[all …]
Domap_hwmod.c698 if (os->user & OCP_USER_MPU) { in _find_mpu_port_index()
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Domap_hwmod.h208 #define OCP_USER_MPU (1 << 0) macro