Searched refs:pipe_status_l0 (Results 1 – 1 of 1) sorted by relevance
62 struct combphy_reg pipe_status_l0; member239 mask = GENMASK(grfcfg->pipe_status_l0.bitend, in rockchip_combphy_is_ready()240 grfcfg->pipe_status_l0.bitstart); in rockchip_combphy_is_ready()242 regmap_read(priv->combphy_grf, grfcfg->pipe_status_l0.offset, &val); in rockchip_combphy_is_ready()243 val = (val & mask) >> grfcfg->pipe_status_l0.bitstart; in rockchip_combphy_is_ready()372 val == grfcfg->pipe_status_l0.enable, in phy_u3_init()994 .pipe_status_l0 = { 0x0034, 7, 7, 0x1, 0x0 },