Home
last modified time | relevance | path

Searched refs:sel_mask (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/regulator/
H A Dda9055-regulator.c50 int sel_mask; member
183 ret &= info->conf.sel_mask; in da9055_regulator_get_voltage_sel()
212 info->conf.sel_mask, DA9055_SEL_REG_A); in da9055_regulator_set_voltage_sel()
230 ret &= info->conf.sel_mask; in da9055_regulator_set_voltage_sel()
251 info->conf.sel_mask, DA9055_SEL_REG_B); in da9055_regulator_set_suspend_voltage()
272 info->conf.sel_mask, DA9055_SEL_REG_B); in da9055_suspend_enable()
285 info->conf.sel_mask, DA9055_SEL_REG_A); in da9055_suspend_disable()
349 .sel_mask = (1 << 4),\
383 .sel_mask = (1 << 4),\
/linux/sound/soc/codecs/
H A Dwm8580.c754 int ret, sel, sel_mask, sel_shift; in wm8580_set_sysclk() local
758 sel_mask = 0x3; in wm8580_set_sysclk()
763 sel_mask = 0xc; in wm8580_set_sysclk()
795 ret = snd_soc_component_update_bits(component, WM8580_CLKSEL, sel_mask, sel); in wm8580_set_sysclk()
/linux/include/linux/can/dev/
H A Dpeak_canfd.h144 __le16 sel_mask; member
/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c200 cmd->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE | PUCAN_WRERRCNT_RE); in pucan_clr_err_counters()
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_fd.c269 prc->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE|PUCAN_WRERRCNT_RE); in pcan_usb_fd_build_restart_cmd()