Searched refs:out_sel (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adp1653.c | 41 u8 out_sel; in adp1653_update_hw() local 45 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( in adp1653_update_hw() 60 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( in adp1653_update_hw() 66 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); in adp1653_update_hw() 109 u8 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( in adp1653_strobe() local 119 out_sel); in adp1653_strobe() 121 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( in adp1653_strobe() 124 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); in adp1653_strobe()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adp1653.c | 41 u8 out_sel; in adp1653_update_hw() local 45 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( in adp1653_update_hw() 60 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( in adp1653_update_hw() 66 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); in adp1653_update_hw() 109 u8 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( in adp1653_strobe() local 119 out_sel); in adp1653_strobe() 121 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( in adp1653_strobe() 124 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); in adp1653_strobe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
H A D | sprd_dsi.h | 81 u8 out_sel; /* post divider control */ member
|
H A D | megacores_pll.c | 45 pll->out_sel = BIT(i); in dphy_calc_pll_param() 97 reg_val[6] = pll->out_sel | ((pll->kint << 4) & 0xf); in dphy_set_pll_reg() 116 /* FREQ = 26M * (NINT + KINT / 2^20) / out_sel */ in dphy_pll_config()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | ni_660x.c | 562 unsigned int chan, unsigned int out_sel) in ni_660x_select_pfi_output() 574 if (out_sel == NI_660X_PFI_OUTPUT_COUNTER && in ni_660x_select_pfi_output() 597 bits |= NI660X_IO_CFG_OUT_SEL(chan, out_sel); in ni_660x_select_pfi_output() 561 ni_660x_select_pfi_output(struct comedi_device *dev, unsigned int chan, unsigned int out_sel) ni_660x_select_pfi_output() argument
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | ni_660x.c | 561 unsigned int chan, unsigned int out_sel) in ni_660x_select_pfi_output() 573 if (out_sel == NI_660X_PFI_OUTPUT_COUNTER && in ni_660x_select_pfi_output() 596 bits |= NI660X_IO_CFG_OUT_SEL(chan, out_sel); in ni_660x_select_pfi_output() 560 ni_660x_select_pfi_output(struct comedi_device *dev, unsigned int chan, unsigned int out_sel) ni_660x_select_pfi_output() argument
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-dfll.c | 648 * @out_sel: value to force output 652 static int dfll_force_output(struct tegra_dfll *td, unsigned int out_sel) in dfll_force_output() argument 656 if (out_sel > OUT_MASK) in dfll_force_output() 659 val = dfll_set_force_output_value(td, out_sel); in dfll_force_output()
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-dfll.c | 649 * @out_sel: value to force output 653 static int dfll_force_output(struct tegra_dfll *td, unsigned int out_sel) in dfll_force_output() argument 657 if (out_sel > OUT_MASK) in dfll_force_output() 660 val = dfll_set_force_output_value(td, out_sel); in dfll_force_output()
|
Completed in 13 milliseconds