Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
A Dprm2xxx.c63 while (p->reg_shift >= 0 && p->std_shift >= 0) { in omap2xxx_prm_read_reset_sources()
65 r |= 1 << p->std_shift; in omap2xxx_prm_read_reset_sources()
A Dprm.h121 s8 std_shift; member
A Dprm3xxx.c455 while (p->reg_shift >= 0 && p->std_shift >= 0) { in omap3xxx_prm_read_reset_sources()
457 r |= 1 << p->std_shift; in omap3xxx_prm_read_reset_sources()
A Dprm44xx.c385 while (p->reg_shift >= 0 && p->std_shift >= 0) { in omap44xx_prm_read_reset_sources()
387 r |= 1 << p->std_shift; in omap44xx_prm_read_reset_sources()

Completed in 8 milliseconds