Home
last modified time | relevance | path

Searched refs:drv_shift (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pinctrl/actions/
H A Dpinctrl-owl.h29 .drv_shift = -1, \
45 .drv_shift = shift, \
61 .drv_shift = -1, \
220 unsigned int drv_shift; member
H A Dpinctrl-owl.c333 *bit = g->drv_shift; in owl_group_pinconf_reg()
/openbmc/linux/drivers/input/misc/
H A Dpm8xxx-vibrator.c27 unsigned int drv_shift; member
34 .drv_shift = 3,
43 .drv_shift = 0,
81 val |= (vib->level << regs->drv_shift) & regs->drv_mask; in pm8xxx_vib_set()