Home
last modified time | relevance | path

Searched refs:rev_offs (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Domap_hwmod_33xx_43xx_ipblock_data.c211 .rev_offs = 0x0000,
223 .rev_offs = 0x80,
248 .rev_offs = 0x100,
273 .rev_offs = 0x1fe0,
359 .rev_offs = 0x0,
437 .rev_offs = 0x0000,
466 .rev_offs = 0x0,
523 .rev_offs = 0x0000,
602 .rev_offs = 0x0,
632 .rev_offs = 0,
[all …]
Domap_hwmod_2xxx_ipblock_data.c27 .rev_offs = 0x0000,
44 .rev_offs = 0x0000,
66 .rev_offs = 0x0000,
86 .rev_offs = 0x0000,
104 .rev_offs = 0x0000,
126 .rev_offs = 0x000,
147 .rev_offs = 0x0000,
168 .rev_offs = 0x0000,
654 .rev_offs = 0x3c,
690 .rev_offs = 0x5c,
[all …]
Domap_hwmod_44xx_data.c253 .rev_offs = 0x0000,
313 .rev_offs = 0x0000,
347 .rev_offs = 0x0000,
438 .rev_offs = 0x0000,
483 .rev_offs = 0x0000,
549 .rev_offs = 0x0000,
590 .rev_offs = 0x0000,
634 .rev_offs = 0x0000,
697 .rev_offs = 0x0000,
744 .rev_offs = 0x0000,
[all …]
Domap_hwmod_54xx_data.c215 .rev_offs = 0x0000,
249 .rev_offs = 0x0000,
294 .rev_offs = 0x0000,
328 .rev_offs = 0x0000,
369 .rev_offs = 0x0000,
420 .rev_offs = 0x0000,
483 .rev_offs = 0x0000,
523 .rev_offs = 0x0000,
563 .rev_offs = 0x0000,
609 .rev_offs = 0x0000,
[all …]
Domap_hwmod_81xx_data.c233 .rev_offs = 0x74,
269 .rev_offs = 0x50,
349 .rev_offs = 0x0,
387 .rev_offs = 0x0,
436 .rev_offs = 0x0000,
473 .rev_offs = 0x0000,
543 .rev_offs = 0x0,
580 .rev_offs = 0x0,
635 .rev_offs = 0x0000,
821 .rev_offs = 0x0,
[all …]
Domap_hwmod_common_ipblock_data.c22 .rev_offs = 0x0000,
42 .rev_offs = 0x0000,
Domap_hwmod_2xxx_3xxx_ipblock_data.c24 .rev_offs = 0x50,
69 .rev_offs = 0x0,
Domap_hwmod_3xxx_data.c138 .rev_offs = 0x0000,
341 .rev_offs = 0x0000,
354 .rev_offs = 0x00,
540 .rev_offs = 0x0000,
575 .rev_offs = 0x0000,
697 .rev_offs = 0x0000,
849 .rev_offs = 0x0000,
888 .rev_offs = -ENODEV,
994 .rev_offs = -ENODEV,
1023 .rev_offs = -ENODEV,
[all …]
Domap_hwmod_7xx_data.c244 .rev_offs = 0x0000,
298 .rev_offs = 0x0,
386 .rev_offs = 0x0,
452 .rev_offs = 0x0000,
559 .rev_offs = 0x0000,
604 .rev_offs = 0x0000,
649 .rev_offs = 0x0000,
687 .rev_offs = 0x0080,
731 .rev_offs = 0x100,
763 .rev_offs = 0x0000,
[all …]
Domap_hwmod_43xx_data.c111 .rev_offs = 0x0,
338 .rev_offs = 0x0000,
381 .rev_offs = 0,
412 .rev_offs = 0x00,
439 .rev_offs = 0x30,
486 .rev_offs = 0x0000,
533 .rev_offs = 0x0000,
559 .rev_offs = 0x0,
Domap_hwmod_2430_data.c60 .rev_offs = 0x00,
173 .rev_offs = 0x0400,
216 .rev_offs = 0x007C,
314 .rev_offs = 0x1fc,
Domap_hwmod_33xx_data.c93 .rev_offs = 0x00,
256 .rev_offs = 0x0,
287 .rev_offs = 0x0,
Domap_hwmod.c3211 s32 *rev_offs, s32 *sysc_offs, s32 *syss_offs) in omap_hwmod_init_reg_offs() argument
3213 *rev_offs = -ENODEV; in omap_hwmod_init_reg_offs()
3218 *rev_offs = data->offsets[SYSC_REVISION]; in omap_hwmod_init_reg_offs()
3352 s32 rev_offs, s32 sysc_offs, in omap_hwmod_check_module() argument
3363 if (rev_offs != oh->class->sysc->rev_offs) in omap_hwmod_check_module()
3364 dev_warn(dev, "rev_offs %08x != %08x\n", rev_offs, in omap_hwmod_check_module()
3365 oh->class->sysc->rev_offs); in omap_hwmod_check_module()
3405 s32 rev_offs, s32 sysc_offs, s32 syss_offs, in omap_hwmod_allocate_module() argument
3418 sysc->rev_offs = rev_offs; in omap_hwmod_allocate_module()
3465 s32 rev_offs, sysc_offs, syss_offs; in omap_hwmod_init_module() local
[all …]
Domap_hwmod_2420_data.c84 .rev_offs = 0x00,
209 .rev_offs = 0x3c,
Domap_hwmod.h320 s32 rev_offs; member