Home
last modified time | relevance | path

Searched refs:syss_offs (Results 1 – 14 of 14) sorted by relevance

/arch/arm/mach-omap2/
Domap_hwmod_2xxx_ipblock_data.c25 .syss_offs = 0x0014,
42 .syss_offs = 0x0014,
64 .syss_offs = 0x0014,
84 .syss_offs = 0x0014,
106 .syss_offs = 0x014,
127 .syss_offs = 0x0014,
148 .syss_offs = 0x0014,
587 .syss_offs = 0x44,
623 .syss_offs = 0x64,
652 .syss_offs = 0x4c,
Domap_hwmod_common_ipblock_data.c21 .syss_offs = 0x0014,
41 .syss_offs = 0x0014,
Domap_hwmod_2xxx_3xxx_ipblock_data.c23 .syss_offs = 0x58,
68 .syss_offs = 0x18,
Domap_hwmod_81xx_data.c264 .syss_offs = 0x58,
344 .syss_offs = 0x14,
382 .syss_offs = 0x90,
438 .syss_offs = 0x0014,
468 .syss_offs = 0x0114,
589 .syss_offs = 0x14,
681 .syss_offs = 0x0014,
910 .syss_offs = 0x114,
1028 .syss_offs = 0x114,
1124 .syss_offs = 0x014,
[all …]
Dhdq1w.c52 oh->class->sysc->syss_offs) in omap_hdq1w_reset()
Domap_hwmod_3xxx_data.c136 .syss_offs = 0x0014,
294 .syss_offs = 0x0014,
307 .syss_offs = 0x10,
492 .syss_offs = 0x0014,
527 .syss_offs = 0x0014,
649 .syss_offs = 0x0014,
1035 .syss_offs = 0x014,
1069 .syss_offs = 0x0014,
1142 .syss_offs = 0x0408,
1201 .syss_offs = 0x14,
[all …]
Dmsdi.c59 omap_test_timeout((omap_hwmod_read(oh, oh->class->sysc->syss_offs) in omap_msdi_reset()
Di2c.c62 oh->class->sysc->syss_offs) in omap_i2c_reset()
Dwd_timer.c84 oh->class->sysc->syss_offs) in omap2_wd_timer_reset()
Domap_hwmod_2430_data.c58 .syss_offs = 0x10,
155 .syss_offs = 0x0408,
296 .syss_offs = 0x14,
Domap_hwmod.c499 if (sysc->sysc_flags & SYSS_HAS_RESET_STATUS && sysc->syss_offs > 0) in _wait_softreset_complete()
500 omap_test_timeout((omap_hwmod_read(oh, sysc->syss_offs) in _wait_softreset_complete()
3222 s32 *syss_offs) in omap_hwmod_init_reg_offs() argument
3226 *syss_offs = 0; in omap_hwmod_init_reg_offs()
3235 *syss_offs = data->offsets[SYSC_SYSSTATUS]; in omap_hwmod_init_reg_offs()
3364 s32 syss_offs, u32 sysc_flags, in omap_hwmod_check_module() argument
3380 if (syss_offs != oh->class->sysc->syss_offs) in omap_hwmod_check_module()
3381 dev_warn(dev, "syss_offs %08x != %08x\n", syss_offs, in omap_hwmod_check_module()
3382 oh->class->sysc->syss_offs); in omap_hwmod_check_module()
3419 s32 syss_offs, u32 sysc_flags, in omap_hwmod_allocate_module() argument
[all …]
Domap_hwmod_2420_data.c82 .syss_offs = 0x10,
191 .syss_offs = 0x68,
Ddisplay.c407 omap_test_timeout((omap_hwmod_read(oh, oh->class->sysc->syss_offs) in omap_dss_reset()
Domap_hwmod.h318 s32 syss_offs; member