tegra_plane_writel  175 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, blendnokey, DC_WIN_BLEND_NOKEY);
tegra_plane_writel  176 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN);
tegra_plane_writel  255 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, background[0], DC_WIN_BLEND_2WIN_X);
tegra_plane_writel  256 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, background[1], DC_WIN_BLEND_2WIN_Y);
tegra_plane_writel  257 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, background[2], DC_WIN_BLEND_3WIN_XY);
tegra_plane_writel  274 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, blending[0], DC_WIN_BLEND_2WIN_X);
tegra_plane_writel  275 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, blending[1], DC_WIN_BLEND_2WIN_Y);
tegra_plane_writel  276 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, background[2], DC_WIN_BLEND_3WIN_XY);
tegra_plane_writel  280 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X);
tegra_plane_writel  281 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y);
tegra_plane_writel  282 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY);
tegra_plane_writel  295 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_BLEND_MATCH_SELECT);
tegra_plane_writel  300 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_BLEND_NOMATCH_SELECT);
tegra_plane_writel  303 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_BLEND_LAYER_CONTROL);
tegra_plane_writel  357 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, window->format, DC_WIN_COLOR_DEPTH);
tegra_plane_writel  358 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, window->swap, DC_WIN_BYTE_SWAP);
tegra_plane_writel  361 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_POSITION);
tegra_plane_writel  364 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_SIZE);
tegra_plane_writel  372 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_PRESCALED_SIZE);
tegra_plane_writel  385 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_DDA_INC);
tegra_plane_writel  390 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, h_dda, DC_WIN_H_INITIAL_DDA);
tegra_plane_writel  391 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, v_dda, DC_WIN_V_INITIAL_DDA);
tegra_plane_writel  393 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, 0, DC_WIN_UV_BUF_STRIDE);
tegra_plane_writel  394 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, 0, DC_WIN_BUF_STRIDE);
tegra_plane_writel  396 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, window->base[0], DC_WINBUF_START_ADDR);
tegra_plane_writel  399 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, window->base[1], DC_WINBUF_START_ADDR_U);
tegra_plane_writel  400 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, window->base[2], DC_WINBUF_START_ADDR_V);
tegra_plane_writel  402 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, value, DC_WIN_LINE_STRIDE);
tegra_plane_writel  404 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, window->stride[0], DC_WIN_LINE_STRIDE);
tegra_plane_writel  410 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, h_offset, DC_WINBUF_ADDR_H_OFFSET);
tegra_plane_writel  411 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, v_offset, DC_WINBUF_ADDR_V_OFFSET);
tegra_plane_writel  431 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, value, DC_WINBUF_SURFACE_KIND);
tegra_plane_writel  452 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, value, DC_WIN_BUFFER_ADDR_MODE);
tegra_plane_writel  459 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x00f0, DC_WIN_CSC_YOF);
tegra_plane_writel  460 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x012a, DC_WIN_CSC_KYRGB);
tegra_plane_writel  461 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x0000, DC_WIN_CSC_KUR);
tegra_plane_writel  462 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x0198, DC_WIN_CSC_KVR);
tegra_plane_writel  463 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x039b, DC_WIN_CSC_KUG);
tegra_plane_writel  464 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x032f, DC_WIN_CSC_KVG);
tegra_plane_writel  465 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x0204, DC_WIN_CSC_KUB);
tegra_plane_writel  466 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x0000, DC_WIN_CSC_KVB);
tegra_plane_writel  481 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x00008000, DC_WIN_H_FILTER_P(0));
tegra_plane_writel  482 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x3e087ce1, DC_WIN_H_FILTER_P(1));
tegra_plane_writel  483 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x3b117ac1, DC_WIN_H_FILTER_P(2));
tegra_plane_writel  484 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x591b73aa, DC_WIN_H_FILTER_P(3));
tegra_plane_writel  485 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x57256d9a, DC_WIN_H_FILTER_P(4));
tegra_plane_writel  486 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x552f668b, DC_WIN_H_FILTER_P(5));
tegra_plane_writel  487 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x73385e8b, DC_WIN_H_FILTER_P(6));
tegra_plane_writel  488 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x72435583, DC_WIN_H_FILTER_P(7));
tegra_plane_writel  489 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x714c4c8b, DC_WIN_H_FILTER_P(8));
tegra_plane_writel  490 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x70554393, DC_WIN_H_FILTER_P(9));
tegra_plane_writel  491 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x715e389b, DC_WIN_H_FILTER_P(10));
tegra_plane_writel  492 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x71662faa, DC_WIN_H_FILTER_P(11));
tegra_plane_writel  493 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x536d25ba, DC_WIN_H_FILTER_P(12));
tegra_plane_writel  494 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x55731bca, DC_WIN_H_FILTER_P(13));
tegra_plane_writel  495 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x387a11d9, DC_WIN_H_FILTER_P(14));
tegra_plane_writel  496 drivers/gpu/drm/tegra/dc.c 		tegra_plane_writel(plane, 0x3c7c08f1, DC_WIN_H_FILTER_P(15));
tegra_plane_writel  509 drivers/gpu/drm/tegra/dc.c 			tegra_plane_writel(plane, k, DC_WIN_V_FILTER_P(i));
tegra_plane_writel  514 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(plane, value, DC_WIN_WIN_OPTIONS);
tegra_plane_writel  680 drivers/gpu/drm/tegra/dc.c 	tegra_plane_writel(p, value, DC_WIN_WIN_OPTIONS);
tegra_plane_writel  285 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_LINEBUF_CONFIG);
tegra_plane_writel  289 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_FETCH_METER);
tegra_plane_writel  294 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_LATENCY_CTLA);
tegra_plane_writel  298 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_LATENCY_CTLB);
tegra_plane_writel  303 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(plane, value, DC_WIN_CORE_PRECOMP_WGRP_PIPE_METER);
tegra_plane_writel  308 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_WGRP_POOL_CONFIG);
tegra_plane_writel  314 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(plane, value, DC_WIN_CORE_IHUB_THREAD_GROUP);
tegra_plane_writel  401 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_WIN_OPTIONS);
tegra_plane_writel  433 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, VCOUNTER, DC_WIN_CORE_ACT_CONTROL);
tegra_plane_writel  439 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_BLEND_MATCH_SELECT);
tegra_plane_writel  444 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_BLEND_NOMATCH_SELECT);
tegra_plane_writel  447 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_BLEND_LAYER_CONTROL);
tegra_plane_writel  451 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_WINDOWGROUP_SET_CONTROL_INPUT_SCALER);
tegra_plane_writel  454 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_WINDOWGROUP_SET_INPUT_SCALER_USAGE);
tegra_plane_writel  457 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, 0, DC_WINBUF_CDE_CONTROL);
tegra_plane_writel  462 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, state->format, DC_WIN_COLOR_DEPTH);
tegra_plane_writel  463 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, 0, DC_WIN_PRECOMP_WGRP_PARAMS);
tegra_plane_writel  467 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_POSITION);
tegra_plane_writel  470 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_SIZE);
tegra_plane_writel  473 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_WIN_OPTIONS);
tegra_plane_writel  476 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_CROPPED_SIZE);
tegra_plane_writel  478 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, upper_32_bits(base), DC_WINBUF_START_ADDR_HI);
tegra_plane_writel  479 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, lower_32_bits(base), DC_WINBUF_START_ADDR);
tegra_plane_writel  482 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_PLANAR_STORAGE);
tegra_plane_writel  485 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_SET_PARAMS);
tegra_plane_writel  489 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WINBUF_CROPPED_POINT);
tegra_plane_writel  512 drivers/gpu/drm/tegra/hub.c 		tegra_plane_writel(p, value, DC_WINBUF_SURFACE_KIND);
tegra_plane_writel  518 drivers/gpu/drm/tegra/hub.c 	tegra_plane_writel(p, value, DC_WIN_WINDOW_SET_CONTROL);