Searched refs:tcon_top (Results 1 – 5 of 5) sorted by relevance
136 tcon_top = devm_kzalloc(dev, sizeof(*tcon_top), GFP_KERNEL); in sun8i_tcon_top_bind()137 if (!tcon_top) in sun8i_tcon_top_bind()144 tcon_top->clk_data = clk_data; in sun8i_tcon_top_bind()149 if (IS_ERR(tcon_top->rst)) { in sun8i_tcon_top_bind()151 return PTR_ERR(tcon_top->rst); in sun8i_tcon_top_bind()155 if (IS_ERR(tcon_top->bus)) { in sun8i_tcon_top_bind()157 return PTR_ERR(tcon_top->bus); in sun8i_tcon_top_bind()161 tcon_top->regs = regs; in sun8i_tcon_top_bind()194 &tcon_top->reg_lock, in sun8i_tcon_top_bind()200 &tcon_top->reg_lock, in sun8i_tcon_top_bind()[all …]
166 tcon_top: tcon-top@1c70000 {
630 clocks = <&ccu CLK_BUS_TCON_TV0>, <&tcon_top 0>;
993 tcon_top: tcon-top@1c70000 { label1115 clocks = <&ccu CLK_BUS_TCON_TV0>, <&tcon_top CLK_TCON_TOP_TV0>;1158 clocks = <&ccu CLK_BUS_TCON_TV1>, <&tcon_top CLK_TCON_TOP_TV1>;
817 tcon_top: tcon-top@6510000 { label881 <&tcon_top CLK_TCON_TOP_TV0>;
Completed in 11 milliseconds