Searched refs:DISPC_OVL_CONV_COEF (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddispc.c691 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 0), CVAL(ct->rcr, ct->ry)); dispc_ovl_write_color_conv_coef()
692 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 1), CVAL(ct->gy, ct->rcb)); dispc_ovl_write_color_conv_coef()
693 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 2), CVAL(ct->gcb, ct->gcr)); dispc_ovl_write_color_conv_coef()
694 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 3), CVAL(ct->bcr, ct->by)); dispc_ovl_write_color_conv_coef()
695 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 4), CVAL(0, ct->bcb)); dispc_ovl_write_color_conv_coef()
3495 DUMPREG(i, DISPC_OVL_CONV_COEF, j); dispc_dump_regs()
H A Ddispc.h96 #define DISPC_OVL_CONV_COEF(n, i) (DISPC_OVL_BASE(n) + \ macro

Completed in 113 milliseconds