Home
last modified time | relevance | path

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

/drivers/regulator/
Dda9055-regulator.c51 int sel_mask; member
184 ret &= info->conf.sel_mask; in da9055_regulator_get_voltage_sel()
213 info->conf.sel_mask, DA9055_SEL_REG_A); in da9055_regulator_set_voltage_sel()
231 ret &= info->conf.sel_mask; in da9055_regulator_set_voltage_sel()
252 info->conf.sel_mask, DA9055_SEL_REG_B); in da9055_regulator_set_suspend_voltage()
273 info->conf.sel_mask, DA9055_SEL_REG_B); in da9055_suspend_enable()
286 info->conf.sel_mask, DA9055_SEL_REG_A); in da9055_suspend_disable()
350 .sel_mask = (1 << 4),\
384 .sel_mask = (1 << 4),\
/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c123 const u64 qp_handle, const u64 sel_mask, void *cb_addr) in ehea_h_query_ehea_qp() argument
129 sel_mask, /* R7 */ in ehea_h_query_ehea_qp()
391 const u64 qp_handle, const u64 sel_mask, in ehea_h_modify_ehea_qp() argument
403 sel_mask, /* R7 */ in ehea_h_modify_ehea_qp()
Dehea_phyp.h348 const u64 qp_handle, const u64 sel_mask,
354 const u64 sel_mask,
/drivers/mfd/
Dqcom_rpm.c452 u32 sel_mask[RPM_MAX_SEL_SIZE] = { 0 }; in qcom_rpm_write() local
469 bitmap_set((unsigned long *)sel_mask, res->select_id, 1); in qcom_rpm_write()
471 writel_relaxed(sel_mask[i], in qcom_rpm_write()
/drivers/net/can/peak_canfd/
Dpeak_canfd.c199 cmd->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE | PUCAN_WRERRCNT_RE); in pucan_clr_err_counters()
/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c236 prc->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE|PUCAN_WRERRCNT_RE); in pcan_usb_fd_build_restart_cmd()