Lines Matching refs:fb_base
157 if (plane->fb_base) in nx_display_parse_dp_layer()
162 if (plane->fb_base == 0) { in nx_display_parse_dp_layer()
164 plane->layer, plane->fb_base); in nx_display_parse_dp_layer()
168 debug("DP: plane.%d [0x%x] ->\n", plane->layer, plane->fb_base); in nx_display_parse_dp_layer()
193 dp->planes[0].fb_base = in nx_display_parse_dp_planes()
196 (uint)dp->planes[0].fb_base); in nx_display_parse_dp_planes()
201 dp->planes[1].fb_base = in nx_display_parse_dp_planes()
204 (uint)dp->planes[1].fb_base); in nx_display_parse_dp_planes()
209 dp->planes[2].fb_base = in nx_display_parse_dp_planes()
212 (uint)dp->planes[2].fb_base); in nx_display_parse_dp_planes()
433 dp->fb_addr = dp->fb_plane->fb_base; in nx_display_setup()
523 gd->fb_base = dp->fb_addr; in lcd_ctrl_init()