Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/regmap/
H A Dregmap-mdio.c55 reg = reg & REGMAP_MDIO_C45_REGNUM_MASK; in regmap_mdio_c45_read()
75 reg = reg & REGMAP_MDIO_C45_REGNUM_MASK; in regmap_mdio_c45_write()
/openbmc/linux/include/linux/
H A Dregmap.h47 #define REGMAP_MDIO_C45_REGNUM_MASK GENMASK(15, 0) macro