Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/regmap/
H A Dregmap-mdio.c8 #define REGVAL_MASK GENMASK(15, 0) macro
25 *val = ret & REGVAL_MASK; in regmap_mdio_c22_read()
61 *val = ret & REGVAL_MASK; in regmap_mdio_c45_read()