Searched refs:CLIP_FORMAT_CTRL (Results 1 – 2 of 2) sorted by relevance
346 u32 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); in saa7146_set_output_format()352 saa7146_write(dev, CLIP_FORMAT_CTRL, clip_format); in saa7146_set_output_format()708 u32 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); in saa7146_disable_clipping()714 saa7146_write(dev, CLIP_FORMAT_CTRL, clip_format); in saa7146_disable_clipping()
325 #define CLIP_FORMAT_CTRL 0x78 /* HPS outputs formats & clipping */ macro