Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-utmi.c34 #define UTMI_PLL_CTRL_REG 0x0 macro
121 reg = readl(PORT_REGS(port) + UTMI_PLL_CTRL_REG); in mvebu_cp110_utmi_port_setup()
125 writel(reg, PORT_REGS(port) + UTMI_PLL_CTRL_REG); in mvebu_cp110_utmi_port_setup()
256 ret = readl_poll_timeout(PORT_REGS(port) + UTMI_PLL_CTRL_REG, reg, in mvebu_cp110_utmi_phy_power_on()
/openbmc/u-boot/drivers/phy/marvell/
H A Dutmi_phy.h23 #define UTMI_PLL_CTRL_REG 0x0 macro
H A Dcomphy_cp110.c1691 reg_set(utmi_base_addr + UTMI_PLL_CTRL_REG, data, mask); in comphy_utmi_phy_config()
1772 addr = utmi_base_addr + UTMI_PLL_CTRL_REG; in comphy_utmi_power_up()