Searched refs:regmap_test_bits (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpio-exar.c | 81 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/ |
D | pwm-intel-lgm.c | 95 state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0, in lgm_pwm_get_state()
|
/Linux-v6.1/drivers/phy/marvell/ |
D | phy-mvebu-cp110-utmi.c | 175 int test = regmap_test_bits(utmi->syscon, in mvebu_cp110_utmi_phy_power_off()
|
/Linux-v6.1/include/linux/ |
D | regmap.h | 1267 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/ |
D | ti-ecap-capture.c | 243 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/ |
D | regmap.c | 3308 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/ |
D | mtk_star_emac.c | 830 if (!regmap_test_bits(priv->regs, MTK_STAR_REG_HASH_CTRL, in mtk_star_hash_wait_ok()
|