Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/socionext/
H A Dphy-uniphier-pcie.c23 #define PORT_SEL_MASK GENMASK(11, 9) macro
24 #define PORT_SEL_1 FIELD_PREP(PORT_SEL_MASK, 1)
165 val &= ~PORT_SEL_MASK; in uniphier_pciephy_init()