Lines Matching defs:shift
24 * @shift: register bit shift corresponding to the reset line to check
33 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset)
36 (1 << shift));
41 * @shift: register bit shift corresponding to the reset line to assert
53 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset)
57 mask = 1 << shift;
66 * @rst_shift: register bit shift corresponding to the reset line to deassert
67 * @st_shift: register bit shift for the status of the deasserted submodule