Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-miphy365x.c90 #define COMP_CTRL1_REG 0x40 macro
270 writeb_relaxed(val, miphy_phy->base + COMP_CTRL1_REG); in miphy365x_set_comp()
273 while ((readb_relaxed(miphy_phy->base + COMP_CTRL1_REG) & mask) != mask) in miphy365x_set_comp()