Home
last modified time | relevance | path

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

/linux/drivers/phy/socionext/
H A Dphy-uniphier-ahci.c42 #define CKCTRL0_PRESCALE_MASK GENMASK(1, 0) macro
84 val &= ~CKCTRL0_PRESCALE_MASK; in uniphier_ahciphy_pro4_init()
85 val |= FIELD_PREP(CKCTRL0_PRESCALE_MASK, 0x1); in uniphier_ahciphy_pro4_init()