Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpio/
Dgpio-exar.c62 if (regmap_test_bits(exar_gpio->regmap, addr, BIT(bit))) in exar_get_direction()
74 return !!(regmap_test_bits(exar_gpio->regmap, addr, BIT(bit))); in exar_get_value()
/Linux-v5.15/drivers/pwm/
Dpwm-intel-lgm.c95 state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0, in lgm_pwm_get_state()
/Linux-v5.15/drivers/phy/marvell/
Dphy-mvebu-cp110-utmi.c175 int test = regmap_test_bits(utmi->syscon, in mvebu_cp110_utmi_phy_power_off()
/Linux-v5.15/include/linux/
Dregmap.h1231 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits);
1656 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits() function
/Linux-v5.15/drivers/base/regmap/
Dregmap.c3142 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits) in regmap_test_bits() function
3152 EXPORT_SYMBOL_GPL(regmap_test_bits);
/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_star_emac.c769 if (!regmap_test_bits(priv->regs, MTK_STAR_REG_HASH_CTRL, in mtk_star_hash_wait_ok()