Searched refs:sel_mask (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | da9055-regulator.c | 51 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),\
|
/openbmc/qemu/hw/misc/macio/ |
H A D | mac_dbdma.c | 124 uint16_t sel_mask, sel_value; in conditional_interrupt() local 143 sel_mask = (ch->regs[DBDMA_INTR_SEL] >> 16) & 0x0f; in conditional_interrupt() 146 cond = (status & sel_mask) == (sel_value & sel_mask); in conditional_interrupt() 168 uint16_t sel_mask, sel_value; in conditional_wait() local 184 sel_mask = (ch->regs[DBDMA_WAIT_SEL] >> 16) & 0x0f; in conditional_wait() 187 cond = (status & sel_mask) == (sel_value & sel_mask); in conditional_wait() 230 uint16_t sel_mask, sel_value; in conditional_branch() local 250 sel_mask = (ch->regs[DBDMA_BRANCH_SEL] >> 16) & 0x0f; in conditional_branch() 253 cond = (status & sel_mask) == (sel_value & sel_mask); in conditional_branch()
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | sys_info.c | 179 int sel_mask = am335x_get_tps65910_mpu_vdd(sil_rev, frequency); in am335x_get_mpu_vdd() local 181 switch (sel_mask) { in am335x_get_mpu_vdd()
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_phyp.c | 123 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()
|
H A D | ehea_phyp.h | 348 const u64 qp_handle, const u64 sel_mask, 354 const u64 sel_mask,
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8580.c | 755 int ret, sel, sel_mask, sel_shift; in wm8580_set_sysclk() local 759 sel_mask = 0x3; in wm8580_set_sysclk() 764 sel_mask = 0xc; in wm8580_set_sysclk() 796 ret = snd_soc_component_update_bits(component, WM8580_CLKSEL, sel_mask, sel); in wm8580_set_sysclk()
|
/openbmc/linux/drivers/mfd/ |
H A D | qcom_rpm.c | 452 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()
|
/openbmc/linux/include/linux/can/dev/ |
H A D | peak_canfd.h | 144 __le16 sel_mask; member
|
/openbmc/linux/drivers/net/can/peak_canfd/ |
H A D | peak_canfd.c | 200 cmd->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE | PUCAN_WRERRCNT_RE); in pucan_clr_err_counters()
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_fd.c | 268 prc->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE|PUCAN_WRERRCNT_RE); in pcan_usb_fd_build_restart_cmd()
|