Symbol: regmap_test_bits
drivers/base/regmap/regmap.c
3349
EXPORT_SYMBOL_GPL(regmap_test_bits);
drivers/clk/rockchip/clk-gate-grf.c
56
ret = regmap_test_bits(gate->regmap, gate->reg, BIT(gate->shift));
drivers/clk/thead/clk-th1520-ap.c
355
return !regmap_test_bits(pll->common.map, pll->common.cfg1,
drivers/counter/104-quad-8.c
226
ret = regmap_test_bits(priv->map, QUAD8_INDEX_INPUT_LEVELS, BIT(signal->id - 16));
drivers/counter/104-quad-8.c
948
ret = regmap_test_bits(priv->map, QUAD8_CABLE_STATUS, BIT(channel_id));
drivers/counter/stm32-timer-cnt.c
437
if (!regmap_test_bits(priv->regmap, TIM_CCER, cc->ccer_bits))
drivers/counter/stm32-timer-cnt.c
466
if (!regmap_test_bits(priv->regmap, TIM_DIER, TIM_DIER_UIE))
drivers/counter/ti-ecap-capture.c
243
bitval = regmap_test_bits(ecap_dev->regmap, ECAP_ECCTL_REG, ECAP_CAPPOL_BIT(idx));
drivers/gpio/gpio-exar.c
81
if (regmap_test_bits(exar_gpio->regmap, addr, BIT(bit)))
drivers/gpio/gpio-exar.c
93
return !!(regmap_test_bits(exar_gpio->regmap, addr, BIT(bit)));
drivers/gpio/gpio-mpfs.c
97
return regmap_test_bits(mpfs_gpio->regs, mpfs_gpio->offsets->outp, BIT(gpio_index));
drivers/gpio/gpio-mpfs.c
99
return regmap_test_bits(mpfs_gpio->regs, mpfs_gpio->offsets->inp, BIT(gpio_index));
drivers/iio/resolver/ad2s1210.c
530
ret = regmap_test_bits(st->regmap, AD2S1210_REG_CONTROL,
drivers/iio/resolver/ad2s1210.c
553
ret = regmap_test_bits(st->regmap, AD2S1210_REG_CONTROL,
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c
47
return !regmap_test_bits(dev->vdecsys_regmap, VDEC_HW_ACTIVE_ADDR,
drivers/mfd/tps6594-core.c
609
ret = regmap_test_bits(tps->regmap, regmap_reg, mask_val);
drivers/net/ethernet/mediatek/mtk_star_emac.c
829
if (!regmap_test_bits(priv->regs, MTK_STAR_REG_HASH_CTRL,
drivers/phy/marvell/phy-mvebu-cp110-utmi.c
186
int test = regmap_test_bits(utmi->syscon,
drivers/phy/phy-spacemit-k1-pcie.c
319
if (!regmap_test_bits(pmu, PMUA_USB_PHY_CTRL0, COMBO_PHY_SEL) == usb)
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c
5258
ret = regmap_test_bits(tcsr, args[0], BIT(args[1]));
drivers/pinctrl/pinctrl-aw9523.c
372
ret = regmap_test_bits(regmap, AW9523_REG_CONF_STATE(pin), BIT(n));
drivers/pmdomain/imx/imx8mp-blk-ctrl.c
133
return regmap_test_bits(clk->regmap, GPR_REG1, PLL_LOCK);
drivers/pmdomain/marvell/pxa1908-power-controller.c
63
? regmap_test_bits(ctrl->base, APMU_PWR_STATUS_REG, pd->data.pwr_state)
drivers/pmdomain/marvell/pxa1908-power-controller.c
64
: regmap_test_bits(ctrl->base, APMU_DEBUG, DSI_PHY_DVM_MASK);
drivers/pwm/pwm-intel-lgm.c
94
state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0,
drivers/rtc/rtc-amlogic-a4.c
119
rtc->rtc_enabled = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ENABLE);
drivers/rtc/rtc-amlogic-a4.c
174
alarm_enable = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ALRM0_EN);
drivers/rtc/rtc-amlogic-a4.c
175
alarm_mask = regmap_test_bits(rtc->map, RTC_INT_MASK, RTC_ALRM0_IRQ_MSK);
drivers/rtc/rtc-amlogic-a4.c
283
rtc->rtc_enabled = regmap_test_bits(rtc->map, RTC_CTRL, RTC_ENABLE);
drivers/rtc/rtc-atcrtc100.c
171
if (!regmap_test_bits(rtc->regmap, RTC_CR, RTC_EN))
drivers/rtc/rtc-atcrtc100.c
217
wkalrm->enabled = regmap_test_bits(rtc->regmap, RTC_CR, ALARM_INT);
drivers/rtc/rtc-pcf8563.c
232
ret = regmap_test_bits(pcf8563->regmap, PCF8563_REG_SC,
drivers/rtc/rtc-spacemit-p1.c
60
if (!regmap_test_bits(regmap, RTC_CTRL, RTC_EN))
drivers/rtc/rtc-tps6594.c
382
ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS,
drivers/rtc/rtc-tps6594.c
403
ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS,
drivers/rtc/rtc-tps6594.c
450
ret = regmap_test_bits(tps->regmap, TPS6594_REG_INT_STARTUP,
drivers/rtc/rtc-tps6594.c
91
ret = regmap_test_bits(tps->regmap, TPS6594_REG_RTC_STATUS,
drivers/usb/typec/mux/ps883x.c
400
if (regmap_test_bits(retimer->regmap, REG_USB_PORT_CONN_STATUS_0,
include/linux/regmap.h
1426
int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits);
sound/soc/codecs/cpcap.c
1649
if (!regmap_test_bits(regmap, CPCAP_REG_INTS1, BIT(CPCAP_BIT_HS_S))) {
sound/soc/codecs/cpcap.c
1661
if (!regmap_test_bits(regmap, CPCAP_REG_INTS2,
sound/soc/codecs/cpcap.c
1668
} else if (regmap_test_bits(regmap, CPCAP_REG_INTS1,
sound/soc/codecs/cpcap.c
1703
if (regmap_test_bits(regmap, CPCAP_REG_INTS1, BIT(CPCAP_BIT_HS_S)) == 1)
sound/soc/codecs/cpcap.c
1706
mb2 = regmap_test_bits(regmap, CPCAP_REG_INTS1, BIT(CPCAP_BIT_MB2_S));
sound/soc/codecs/cpcap.c
1707
ptt = regmap_test_bits(regmap, CPCAP_REG_INTS2, BIT(CPCAP_BIT_PTT_S));
sound/soc/codecs/cs42l43.c
1328
if (regmap_test_bits(cs42l43->regmap, CS42L43_CTRL_REG, CS42L43_PLL_EN_MASK)) {
sound/soc/codecs/cs42l43.c
303
int provider = !dai->id || !!regmap_test_bits(cs42l43->regmap,
sound/soc/codecs/cs42l43.c
368
int dsp_mode = !!regmap_test_bits(cs42l43->regmap, CS42L43_ASP_CTRL,
sound/soc/codecs/cs42l43.c
370
int provider = !!regmap_test_bits(cs42l43->regmap, CS42L43_ASP_CLK_CONFIG2,
sound/soc/codecs/cs42l43.c
457
int provider = regmap_test_bits(cs42l43->regmap, CS42L43_ASP_CLK_CONFIG2,
sound/soc/codecs/cs530x.c
810
if (regmap_test_bits(regmap, CS530X_SIGNAL_PATH_CFG,
sound/soc/codecs/cs530x.c
822
if (!regmap_test_bits(regmap, CS530X_CLK_CFG_0,