/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 342 if (!oh->class->sysc->sysc_fields) { in _set_master_standbymode() 347 mstandby_shift = oh->class->sysc->sysc_fields->midle_shift; in _set_master_standbymode() 375 if (!oh->class->sysc->sysc_fields) { in _set_slave_idlemode() 380 sidle_shift = oh->class->sysc->sysc_fields->sidle_shift; in _set_slave_idlemode() 409 if (!oh->class->sysc->sysc_fields) { in _set_clockactivity() 414 clkact_shift = oh->class->sysc->sysc_fields->clkact_shift; in _set_clockactivity() 439 if (!oh->class->sysc->sysc_fields) { in _set_softreset() 444 softrst_mask = (0x1 << oh->class->sysc->sysc_fields->srst_shift); in _set_softreset() 467 if (!oh->class->sysc->sysc_fields) { in _clear_softreset() 469 "omap_hwmod: %s: sysc_fields absen in _clear_softreset() 3119 omap_hwmod_check_sysc(struct device *dev, const struct ti_sysc_module_data *data, struct sysc_regbits *sysc_fields) omap_hwmod_check_sysc() argument 3157 omap_hwmod_init_regbits(struct device *dev, struct omap_hwmod *oh, const struct ti_sysc_module_data *data, struct sysc_regbits **sysc_fields) omap_hwmod_init_regbits() argument 3355 omap_hwmod_check_module(struct device *dev, struct omap_hwmod *oh, const struct ti_sysc_module_data *data, struct sysc_regbits *sysc_fields, s32 rev_offs, s32 sysc_offs, s32 syss_offs, u32 sysc_flags, u32 idlemodes) omap_hwmod_check_module() argument 3410 omap_hwmod_allocate_module(struct device *dev, struct omap_hwmod *oh, const struct ti_sysc_module_data *data, struct sysc_regbits *sysc_fields, struct clockdomain *clkdm, s32 rev_offs, s32 sysc_offs, s32 syss_offs, u32 sysc_flags, u32 idlemodes) omap_hwmod_allocate_module() argument 3555 struct sysc_regbits *sysc_fields; omap_hwmod_init_module() local [all...] |
H A D | omap_hwmod_2xxx_ipblock_data.c | 30 .sysc_fields = &omap_hwmod_sysc_type1, 47 .sysc_fields = &omap_hwmod_sysc_type1, 67 .sysc_fields = &omap_hwmod_sysc_type1, 89 .sysc_fields = &omap_hwmod_sysc_type1, 110 .sysc_fields = &omap_hwmod_sysc_type1, 132 .sysc_fields = &omap_hwmod_sysc_type1, 152 .sysc_fields = &omap_hwmod_sysc_type1, 590 .sysc_fields = &omap_hwmod_sysc_type1, 626 .sysc_fields = &omap_hwmod_sysc_type1, 655 .sysc_fields [all...] |
H A D | omap_hwmod_81xx_data.c | 231 .sysc_fields = &omap_hwmod_sysc_type3, 270 .sysc_fields = &omap_hwmod_sysc_type1, 347 .sysc_fields = &omap_hwmod_sysc_type1, 387 .sysc_fields = &omap_hwmod_sysc_type1, 443 .sysc_fields = &omap_hwmod_sysc_type1, 474 .sysc_fields = &omap_hwmod_sysc_type1, 593 .sysc_fields = &omap_hwmod_sysc_type1, 630 .sysc_fields = &omap_hwmod_sysc_type2, 685 .sysc_fields = &omap_hwmod_sysc_type2, 798 .sysc_fields [all...] |
H A D | omap_hwmod_common_ipblock_data.c | 24 .sysc_fields = &omap_hwmod_sysc_type1, 45 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_2xxx_3xxx_ipblock_data.c | 28 .sysc_fields = &omap_hwmod_sysc_type1, 71 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_3xxx_data.c | 142 .sysc_fields = &omap_hwmod_sysc_type1, 300 .sysc_fields = &omap_hwmod_sysc_type1, 312 .sysc_fields = &omap_hwmod_sysc_type1, 498 .sysc_fields = &omap_hwmod_sysc_type1, 532 .sysc_fields = &omap_hwmod_sysc_type1, 654 .sysc_fields = &omap_hwmod_sysc_type1, 801 .sysc_fields = &omap_hwmod_sysc_type1, 905 .sysc_fields = &omap_hwmod_sysc_type1, 934 .sysc_fields = &omap34xx_sr_sysc_fields, 948 .sysc_fields [all...] |
H A D | omap_hwmod_2430_data.c | 61 .sysc_fields = &omap_hwmod_sysc_type1, 161 .sysc_fields = &omap_hwmod_sysc_type1, 199 .sysc_fields = &omap_hwmod_sysc_type1, 301 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_2420_data.c | 84 .sysc_fields = &omap_hwmod_sysc_type1, 193 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_44xx_data.c | 231 .sysc_fields = &omap_hwmod_sysc_type2, 368 .sysc_fields = &omap_hwmod_sysc_type1, 414 .sysc_fields = &omap_hwmod_sysc_type2,
|
H A D | omap_hwmod_7xx_data.c | 257 .sysc_fields = &omap_hwmod_sysc_type1, 398 .sysc_fields = &omap_hwmod_sysc_type2, 433 .sysc_fields = &omap_hwmod_sysc_type2,
|
H A D | omap_hwmod_33xx_43xx_ipblock_data.c | 230 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_54xx_data.c | 268 .sysc_fields = &omap_hwmod_sysc_type2,
|
H A D | omap_hwmod.h | 307 * @sysc_fields: structure containing the offset positions of various bits in 320 struct sysc_regbits *sysc_fields; member
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 342 if (!oh->class->sysc->sysc_fields) { in _set_master_standbymode() 347 mstandby_shift = oh->class->sysc->sysc_fields->midle_shift; in _set_master_standbymode() 375 if (!oh->class->sysc->sysc_fields) { in _set_slave_idlemode() 380 sidle_shift = oh->class->sysc->sysc_fields->sidle_shift; in _set_slave_idlemode() 409 if (!oh->class->sysc->sysc_fields) { in _set_clockactivity() 414 clkact_shift = oh->class->sysc->sysc_fields->clkact_shift; in _set_clockactivity() 439 if (!oh->class->sysc->sysc_fields) { in _set_softreset() 444 softrst_mask = (0x1 << oh->class->sysc->sysc_fields->srst_shift); in _set_softreset() 467 if (!oh->class->sysc->sysc_fields) { in _clear_softreset() 469 "omap_hwmod: %s: sysc_fields absen in _clear_softreset() 3089 omap_hwmod_check_sysc(struct device *dev, const struct ti_sysc_module_data *data, struct sysc_regbits *sysc_fields) omap_hwmod_check_sysc() argument 3127 omap_hwmod_init_regbits(struct device *dev, struct omap_hwmod *oh, const struct ti_sysc_module_data *data, struct sysc_regbits **sysc_fields) omap_hwmod_init_regbits() argument 3325 omap_hwmod_check_module(struct device *dev, struct omap_hwmod *oh, const struct ti_sysc_module_data *data, struct sysc_regbits *sysc_fields, s32 rev_offs, s32 sysc_offs, s32 syss_offs, u32 sysc_flags, u32 idlemodes) omap_hwmod_check_module() argument 3380 omap_hwmod_allocate_module(struct device *dev, struct omap_hwmod *oh, const struct ti_sysc_module_data *data, struct sysc_regbits *sysc_fields, struct clockdomain *clkdm, s32 rev_offs, s32 sysc_offs, s32 syss_offs, u32 sysc_flags, u32 idlemodes) omap_hwmod_allocate_module() argument 3517 struct sysc_regbits *sysc_fields; omap_hwmod_init_module() local [all...] |
H A D | omap_hwmod_2xxx_ipblock_data.c | 30 .sysc_fields = &omap_hwmod_sysc_type1, 47 .sysc_fields = &omap_hwmod_sysc_type1, 67 .sysc_fields = &omap_hwmod_sysc_type1, 89 .sysc_fields = &omap_hwmod_sysc_type1, 110 .sysc_fields = &omap_hwmod_sysc_type1, 132 .sysc_fields = &omap_hwmod_sysc_type1, 152 .sysc_fields = &omap_hwmod_sysc_type1, 584 .sysc_fields = &omap_hwmod_sysc_type1, 620 .sysc_fields = &omap_hwmod_sysc_type1, 649 .sysc_fields [all...] |
H A D | omap_hwmod_81xx_data.c | 222 .sysc_fields = &omap_hwmod_sysc_type3, 261 .sysc_fields = &omap_hwmod_sysc_type1, 338 .sysc_fields = &omap_hwmod_sysc_type1, 378 .sysc_fields = &omap_hwmod_sysc_type1, 434 .sysc_fields = &omap_hwmod_sysc_type1, 465 .sysc_fields = &omap_hwmod_sysc_type1, 584 .sysc_fields = &omap_hwmod_sysc_type1, 621 .sysc_fields = &omap_hwmod_sysc_type2, 676 .sysc_fields = &omap_hwmod_sysc_type2, 789 .sysc_fields [all...] |
H A D | omap_hwmod_common_ipblock_data.c | 24 .sysc_fields = &omap_hwmod_sysc_type1, 45 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_2xxx_3xxx_ipblock_data.c | 28 .sysc_fields = &omap_hwmod_sysc_type1, 71 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_2430_data.c | 61 .sysc_fields = &omap_hwmod_sysc_type1, 161 .sysc_fields = &omap_hwmod_sysc_type1, 199 .sysc_fields = &omap_hwmod_sysc_type1, 301 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod_3xxx_data.c | 141 .sysc_fields = &omap_hwmod_sysc_type1, 299 .sysc_fields = &omap_hwmod_sysc_type1, 311 .sysc_fields = &omap_hwmod_sysc_type1, 497 .sysc_fields = &omap_hwmod_sysc_type1, 531 .sysc_fields = &omap_hwmod_sysc_type1, 653 .sysc_fields = &omap_hwmod_sysc_type1, 800 .sysc_fields = &omap_hwmod_sysc_type1, 904 .sysc_fields = &omap_hwmod_sysc_type1, 933 .sysc_fields = &omap34xx_sr_sysc_fields, 947 .sysc_fields [all...] |
H A D | omap_hwmod_2420_data.c | 83 .sysc_fields = &omap_hwmod_sysc_type1, 192 .sysc_fields = &omap_hwmod_sysc_type1,
|
H A D | omap_hwmod.h | 307 * @sysc_fields: structure containing the offset positions of various bits in 320 struct sysc_regbits *sysc_fields; member
|