Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
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-v6.1/drivers/pwm/
Dpwm-intel-lgm.c95 state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0, in lgm_pwm_get_state()
/Linux-v6.1/drivers/phy/marvell/
Dphy-mvebu-cp110-utmi.c175 int test = regmap_test_bits(utmi->syscon, in mvebu_cp110_utmi_phy_power_off()
/Linux-v6.1/include/linux/
Dregmap.h1267 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits);
1748 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits() function
/Linux-v6.1/drivers/counter/
Dti-ecap-capture.c243 bitval = regmap_test_bits(ecap_dev->regmap, ECAP_ECCTL_REG, ECAP_CAPPOL_BIT(idx)); in ecap_cnt_pol_read()
/Linux-v6.1/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-v6.1/drivers/net/ethernet/mediatek/
Dmtk_star_emac.c830 if (!regmap_test_bits(priv->regs, MTK_STAR_REG_HASH_CTRL, in mtk_star_hash_wait_ok()