Searched refs:srst_shift (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | omap_hwmod_common_data.c | 38 .srst_shift = SYSC_TYPE1_SOFTRESET_SHIFT, 52 .srst_shift = SYSC_TYPE2_SOFTRESET_SHIFT, 81 .srst_shift = 1, 87 .srst_shift = 1, 98 .srst_shift = 1,
|
D | omap_hwmod.c | 429 softrst_mask = (0x1 << oh->class->sysc->sysc_fields->srst_shift); in _set_softreset() 459 softrst_mask = (0x1 << oh->class->sysc->sysc_fields->srst_shift); in _clear_softreset() 489 softrst_mask = (0x1 << sysc->sysc_fields->srst_shift); in _wait_softreset_complete() 3140 regbits->srst_shift, in omap_hwmod_check_sysc() 3141 sysc_fields->srst_shift); in omap_hwmod_check_sysc() 3277 if (data->cap->regbits->srst_shift >= 0) in omap_hwmod_init_sysc_flags()
|
/Linux-v4.19/drivers/bus/ |
D | ti-sysc.c | 970 val |= (0x1 << ddata->cap->regbits->srst_shift); in sysc_reset() 1399 .srst_shift = 1, 1431 .srst_shift = 1, 1452 .srst_shift = 1, 1473 .srst_shift = 0, 1500 .srst_shift = -ENODEV, 1519 .srst_shift = -ENODEV, 1541 .srst_shift = -ENODEV, 1568 .srst_shift = -ENODEV, 1587 .srst_shift = -ENODEV, [all …]
|
/Linux-v4.19/include/linux/platform_data/ |
D | ti-sysc.h | 43 s8 srst_shift; member
|