Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A 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/drivers/pwm/
A Dpwm-intel-lgm.c95 state->enabled = regmap_test_bits(pc->regmap, LGM_PWM_FAN_CON0, in lgm_pwm_get_state()
/linux/drivers/phy/marvell/
A Dphy-mvebu-cp110-utmi.c175 int test = regmap_test_bits(utmi->syscon, in mvebu_cp110_utmi_phy_power_off()
/linux/include/linux/
A 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/drivers/base/regmap/
A 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/drivers/net/ethernet/mediatek/
A Dmtk_star_emac.c769 if (!regmap_test_bits(priv->regs, MTK_STAR_REG_HASH_CTRL, in mtk_star_hash_wait_ok()
/linux/
A Dvmlinux.symvers2831 0x00000000 regmap_test_bits vmlinux EXPORT_SYMBOL_GPL
A DSystem.map31816 ffff800010825730 T regmap_test_bits
A D.tmp_System.map31816 ffff800010825730 T regmap_test_bits

Completed in 682 milliseconds