Home
last modified time | relevance | path

Searched refs:std_shift (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Dprm2xxx.c66 while (p->reg_shift >= 0 && p->std_shift >= 0) { in omap2xxx_prm_read_reset_sources()
68 r |= 1 << p->std_shift; in omap2xxx_prm_read_reset_sources()
Dprm.h124 s8 std_shift; member
Dprm3xxx.c458 while (p->reg_shift >= 0 && p->std_shift >= 0) { in omap3xxx_prm_read_reset_sources()
460 r |= 1 << p->std_shift; in omap3xxx_prm_read_reset_sources()
Dprm44xx.c388 while (p->reg_shift >= 0 && p->std_shift >= 0) { in omap44xx_prm_read_reset_sources()
390 r |= 1 << p->std_shift; in omap44xx_prm_read_reset_sources()