Home
last modified time | relevance | path

Searched refs:pipe_phy_status (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-naneng-combphy.c51 struct combphy_reg pipe_phy_status; member
122 mask = GENMASK(cfg->pipe_phy_status.bitend, cfg->pipe_phy_status.bitstart); in rockchip_combphy_is_ready()
124 regmap_read(priv->phy_grf, cfg->pipe_phy_status.offset, &val); in rockchip_combphy_is_ready()
125 val = (val & mask) >> cfg->pipe_phy_status.bitstart; in rockchip_combphy_is_ready()
244 ret = readx_poll_timeout_atomic(rockchip_combphy_is_ready, priv, val, val == cfg->pipe_phy_status.enable, 0xA, in rockchip_combphy_init()
607 .pipe_phy_status = {0x0034, 6, 6, 0x01, 0x00},
794 .pipe_phy_status = {0x0034, 6, 6, 0x01, 0x00},
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-combphy.c51 struct combphy_reg pipe_phy_status; member
123 mask = GENMASK(cfg->pipe_phy_status.bitend, in rockchip_combphy_is_ready()
124 cfg->pipe_phy_status.bitstart); in rockchip_combphy_is_ready()
126 regmap_read(priv->phy_grf, cfg->pipe_phy_status.offset, &val); in rockchip_combphy_is_ready()
127 val = (val & mask) >> cfg->pipe_phy_status.bitstart; in rockchip_combphy_is_ready()
246 val == cfg->pipe_phy_status.enable, in rockchip_combphy_init()
612 .pipe_phy_status = { 0x0034, 6, 6, 0x01, 0x00 },
799 .pipe_phy_status = { 0x0034, 6, 6, 0x01, 0x00 },

Completed in 3 milliseconds