Home
last modified time | relevance | path

Searched refs:regmap_test_bits (Results 1 – 21 of 21) sorted by relevance

/linux-6.14.4/drivers/rtc/
Drtc-tps6594.c91 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_read_time()
382 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_probe()
403 ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS, in tps6594_rtc_probe()
450 ret = regmap_test_bits(tps->regmap, TPS6594_REG_INT_STARTUP, in tps6594_rtc_resume()
Drtc-amlogic-a4.c126 rtc->rtc_enabled = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ENABLE); in aml_rtc_set_time()
181 alarm_enable = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ALRM0_EN); in aml_rtc_read_alarm()
182 alarm_mask = regmap_test_bits(rtc->map, RTC_INT_MASK, RTC_ALRM0_IRQ_MSK); in aml_rtc_read_alarm()
290 rtc->rtc_enabled = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ENABLE); in aml_rtc_init()
Drtc-pcf8563.c232 ret = regmap_test_bits(pcf8563->regmap, PCF8563_REG_SC, in pcf8563_rtc_ioctl()
/linux-6.14.4/drivers/gpio/
Dgpio-mpfs.c97 return regmap_test_bits(mpfs_gpio->regs, mpfs_gpio->offsets->outp, BIT(gpio_index)); in mpfs_gpio_get()
99 return regmap_test_bits(mpfs_gpio->regs, mpfs_gpio->offsets->inp, BIT(gpio_index)); in mpfs_gpio_get()
Dgpio-exar.c81 if (regmap_test_bits(exar_gpio->regmap, addr, BIT(bit))) in exar_get_direction()
93 return !!(regmap_test_bits(exar_gpio->regmap, addr, BIT(bit))); in exar_get_value()
/linux-6.14.4/drivers/pwm/
Dpwm-intel-lgm.c94 state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0, in lgm_pwm_get_state()
/linux-6.14.4/sound/soc/codecs/
Dcs530x.c530 if (regmap_test_bits(regmap, CS530X_SIGNAL_PATH_CFG, in cs530x_hw_params()
542 if (!regmap_test_bits(regmap, CS530X_CLK_CFG_0, in cs530x_hw_params()
Dcs42l43.c311 int provider = !dai->id || !!regmap_test_bits(cs42l43->regmap, in cs42l43_startup()
376 int dsp_mode = !!regmap_test_bits(cs42l43->regmap, CS42L43_ASP_CTRL, in cs42l43_asp_hw_params()
378 int provider = !!regmap_test_bits(cs42l43->regmap, CS42L43_ASP_CLK_CONFIG2, in cs42l43_asp_hw_params()
465 int provider = regmap_test_bits(cs42l43->regmap, CS42L43_ASP_CLK_CONFIG2, in cs42l43_asp_set_fmt()
1337 if (regmap_test_bits(cs42l43->regmap, CS42L43_CTRL_REG, CS42L43_PLL_EN_MASK)) { in cs42l43_set_pll()
/linux-6.14.4/drivers/counter/
Dstm32-timer-cnt.c437 if (!regmap_test_bits(priv->regmap, TIM_CCER, cc->ccer_bits)) in stm32_count_capture_configure()
466 if (!regmap_test_bits(priv->regmap, TIM_DIER, TIM_DIER_UIE)) in stm32_count_events_configure()
D104-quad-8.c226 ret = regmap_test_bits(priv->map, QUAD8_INDEX_INPUT_LEVELS, BIT(signal->id - 16)); in quad8_signal_read()
948 ret = regmap_test_bits(priv->map, QUAD8_CABLE_STATUS, BIT(channel_id)); in quad8_signal_cable_fault_read()
Dti-ecap-capture.c243 bitval = regmap_test_bits(ecap_dev->regmap, ECAP_ECCTL_REG, ECAP_CAPPOL_BIT(idx)); in ecap_cnt_pol_read()
/linux-6.14.4/drivers/phy/marvell/
Dphy-mvebu-cp110-utmi.c186 int test = regmap_test_bits(utmi->syscon, in mvebu_cp110_utmi_phy_power_off()
/linux-6.14.4/include/linux/
Dregmap.h1405 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits);
1880 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits() function
/linux-6.14.4/drivers/iio/resolver/
Dad2s1210.c530 ret = regmap_test_bits(st->regmap, AD2S1210_REG_CONTROL, in ad2s1210_get_hysteresis()
553 ret = regmap_test_bits(st->regmap, AD2S1210_REG_CONTROL, in ad2s1210_get_phase_lock_range()
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec_drv.c47 return !regmap_test_bits(dev->vdecsys_regmap, VDEC_HW_ACTIVE_ADDR, in mtk_vcodec_is_hw_active()
/linux-6.14.4/drivers/mfd/
Dtps6594-core.c523 ret = regmap_test_bits(tps->regmap, regmap_reg, mask_val); in tps6594_check_crc_mode()
/linux-6.14.4/drivers/pmdomain/imx/
Dimx8mp-blk-ctrl.c131 return regmap_test_bits(clk->regmap, GPR_REG1, PLL_LOCK); in clk_hsio_pll_is_prepared()
/linux-6.14.4/drivers/pinctrl/
Dpinctrl-aw9523.c375 ret = regmap_test_bits(regmap, AW9523_REG_CONF_STATE(pin), BIT(n)); in aw9523_get_pin_direction()
/linux-6.14.4/drivers/base/regmap/
Dregmap.c3308 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits) in regmap_test_bits() function
3318 EXPORT_SYMBOL_GPL(regmap_test_bits);
/linux-6.14.4/drivers/net/ethernet/mediatek/
Dmtk_star_emac.c829 if (!regmap_test_bits(priv->regs, MTK_STAR_REG_HASH_CTRL, in mtk_star_hash_wait_ok()
/linux-6.14.4/drivers/phy/qualcomm/
Dphy-qcom-qmp-pcie.c4715 ret = regmap_test_bits(tcsr, args[0], BIT(args[1])); in qmp_pcie_get_4ln_config()