txy               343 drivers/media/platform/sti/bdisp/bdisp-debug.c 		bdisp_dbg_dump_xy(s, node->txy, "TXY");
txy               847 drivers/media/platform/sti/bdisp/bdisp-hw.c 	node->txy = cfg->vflip ? (dst_rect.height - 1) : dst_rect.top;
txy               848 drivers/media/platform/sti/bdisp/bdisp-hw.c 	node->txy <<= 16;
txy               849 drivers/media/platform/sti/bdisp/bdisp-hw.c 	node->txy |= cfg->hflip ? (dst_width - dst_x_offset - 1) :
txy                16 drivers/media/platform/sti/bdisp/bdisp-reg.h 	u32 txy;