Searched refs:pipe_phy_status (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-combphy.c | 174 struct combphy_reg pipe_phy_status; member 243 mask = GENMASK(cfg->pipe_phy_status.bitend, in rockchip_combphy_is_ready() 244 cfg->pipe_phy_status.bitstart); in rockchip_combphy_is_ready() 246 regmap_read(priv->phy_grf, cfg->pipe_phy_status.offset, &val); in rockchip_combphy_is_ready() 247 val = (val & mask) >> cfg->pipe_phy_status.bitstart; in rockchip_combphy_is_ready() 292 val == cfg->pipe_phy_status.enable, in rockchip_combphy_init() 579 .pipe_phy_status = { 0x0034, 6, 6, 0x01, 0x00 }, 736 .pipe_phy_status = { 0x0034, 6, 6, 0x01, 0x00 }, 942 .pipe_phy_status = { 0x0034, 6, 6, 0x01, 0x00 }, 1214 .pipe_phy_status = { 0x0034, 6, 6, 0x01, 0x00 }, [all …]
|