Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dregmap.h1151 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits);
1557 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits() function
/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap.c3100 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits) in regmap_test_bits() function
3110 EXPORT_SYMBOL_GPL(regmap_test_bits);
/kernel/linux/linux-5.10/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()