Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpio/
A 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.3-rc2/drivers/pwm/
A Dpwm-intel-lgm.c95 state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0, in lgm_pwm_get_state()
/linux-6.3-rc2/drivers/phy/marvell/
A Dphy-mvebu-cp110-utmi.c175 int test = regmap_test_bits(utmi->syscon, in mvebu_cp110_utmi_phy_power_off()
/linux-6.3-rc2/drivers/counter/
A 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.3-rc2/include/linux/
A Dregmap.h1313 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits);
1792 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits() function
/linux-6.3-rc2/drivers/soc/imx/
A Dimx8mp-blk-ctrl.c131 return regmap_test_bits(clk->regmap, GPR_REG1, PLL_LOCK); in clk_hsio_pll_is_prepared()
/linux-6.3-rc2/drivers/base/regmap/
A Dregmap.c3314 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits) in regmap_test_bits() function
3324 EXPORT_SYMBOL_GPL(regmap_test_bits);
/linux-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_star_emac.c830 if (!regmap_test_bits(priv->regs, MTK_STAR_REG_HASH_CTRL, in mtk_star_hash_wait_ok()
/linux-6.3-rc2/drivers/phy/qualcomm/
A Dphy-qcom-qmp-pcie.c3011 ret = regmap_test_bits(tcsr, args[0], BIT(args[1])); in qmp_pcie_get_4ln_config()

Completed in 63 milliseconds