Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c27 #define HSPHY_CFG0_HS_I_MASK GENMASK(31, 28) macro
32 #define HSPHY_CFG0_TRIMMASK (HSPHY_CFG0_HS_I_MASK \
97 *pconfig &= ~HSPHY_CFG0_HS_I_MASK; in uniphier_u3hsphy_trim_ld20()
98 *pconfig |= FIELD_PREP(HSPHY_CFG0_HS_I_MASK, pt->hs_i); in uniphier_u3hsphy_trim_ld20()