Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-omap2/
Domap_hwmod_33xx_43xx_ipblock_data.c209 .rev_offs = 0x0000,
221 .rev_offs = 0x80,
246 .rev_offs = 0x100,
271 .rev_offs = 0x1fe0,
387 .rev_offs = 0x0000,
416 .rev_offs = 0x0,
473 .rev_offs = 0x0000,
551 .rev_offs = 0x0,
585 .rev_offs = 0x0000,
614 .rev_offs = 0x0,
[all …]
Domap_hwmod_2xxx_ipblock_data.c24 .rev_offs = 0x0000,
41 .rev_offs = 0x0000,
63 .rev_offs = 0x0000,
83 .rev_offs = 0x0000,
100 .rev_offs = 0x0000,
122 .rev_offs = 0x000,
143 .rev_offs = 0x0000,
164 .rev_offs = 0x0000,
650 .rev_offs = 0x3c,
686 .rev_offs = 0x5c,
[all …]
Domap_hwmod_54xx_data.c209 .rev_offs = 0x0000,
243 .rev_offs = 0x0000,
288 .rev_offs = 0x0000,
322 .rev_offs = 0x0000,
363 .rev_offs = 0x0000,
414 .rev_offs = 0x0000,
477 .rev_offs = 0x0000,
517 .rev_offs = 0x0000,
557 .rev_offs = 0x0000,
603 .rev_offs = 0x0000,
[all …]
Domap_hwmod_44xx_data.c246 .rev_offs = 0x0000,
283 .rev_offs = 0x0000,
317 .rev_offs = 0x0000,
408 .rev_offs = 0x0000,
453 .rev_offs = 0x0000,
519 .rev_offs = 0x0000,
560 .rev_offs = 0x0000,
604 .rev_offs = 0x0000,
667 .rev_offs = 0x0000,
714 .rev_offs = 0x0000,
[all …]
Domap_hwmod_7xx_data.c238 .rev_offs = 0x0000,
330 .rev_offs = 0x0,
397 .rev_offs = 0x0000,
504 .rev_offs = 0x0000,
549 .rev_offs = 0x0000,
594 .rev_offs = 0x0000,
632 .rev_offs = 0x0080,
675 .rev_offs = 0x100,
706 .rev_offs = 0x0000,
743 .rev_offs = 0x0000,
[all …]
Domap_hwmod_81xx_data.c233 .rev_offs = 0x74,
269 .rev_offs = 0x50,
349 .rev_offs = 0x0,
387 .rev_offs = 0x0,
443 .rev_offs = 0x0000,
473 .rev_offs = 0x0000,
594 .rev_offs = 0x0,
631 .rev_offs = 0x0,
686 .rev_offs = 0x0000,
872 .rev_offs = 0x0,
[all …]
Domap_hwmod_common_ipblock_data.c19 .rev_offs = 0x0000,
39 .rev_offs = 0x0000,
Domap_hwmod_3xxx_data.c135 .rev_offs = 0x0000,
338 .rev_offs = 0x0000,
351 .rev_offs = 0x00,
536 .rev_offs = 0x0000,
571 .rev_offs = 0x0000,
693 .rev_offs = 0x0000,
844 .rev_offs = 0x0000,
883 .rev_offs = -ENODEV,
989 .rev_offs = -ENODEV,
1018 .rev_offs = -ENODEV,
[all …]
Domap_hwmod_2xxx_3xxx_ipblock_data.c21 .rev_offs = 0x50,
66 .rev_offs = 0x0,
Domap_hwmod_43xx_data.c91 .rev_offs = 0x0,
278 .rev_offs = 0x0000,
321 .rev_offs = 0,
352 .rev_offs = 0x00,
379 .rev_offs = 0x30,
426 .rev_offs = 0x0000,
473 .rev_offs = 0x0000,
499 .rev_offs = 0x0,
Domap_hwmod_33xx_data.c90 .rev_offs = 0x00,
232 .rev_offs = 0x0,
264 .rev_offs = 0x0,
Domap_hwmod_2430_data.c57 .rev_offs = 0x00,
169 .rev_offs = 0x0400,
212 .rev_offs = 0x007C,
310 .rev_offs = 0x1fc,
Domap_hwmod.c3261 s32 *rev_offs, s32 *sysc_offs, in omap_hwmod_init_reg_offs() argument
3264 *rev_offs = -ENODEV; in omap_hwmod_init_reg_offs()
3269 *rev_offs = data->offsets[SYSC_REVISION]; in omap_hwmod_init_reg_offs()
3403 s32 rev_offs, s32 sysc_offs, in omap_hwmod_check_module() argument
3414 if (rev_offs != oh->class->sysc->rev_offs) in omap_hwmod_check_module()
3415 dev_warn(dev, "rev_offs %08x != %08x\n", rev_offs, in omap_hwmod_check_module()
3416 oh->class->sysc->rev_offs); in omap_hwmod_check_module()
3458 s32 rev_offs, s32 sysc_offs, in omap_hwmod_allocate_module() argument
3473 sysc->rev_offs = rev_offs; in omap_hwmod_allocate_module()
3592 s32 rev_offs, sysc_offs, syss_offs; in omap_hwmod_init_module() local
[all …]
Domap_hwmod_2420_data.c81 .rev_offs = 0x00,
205 .rev_offs = 0x3c,
Domap_hwmod.h316 s32 rev_offs; member