Searched refs:CLIP_FORMAT_CTRL (Results 1 – 2 of 2) sorted by relevance
469 u32 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); in saa7146_disable_clipping()475 saa7146_write(dev, CLIP_FORMAT_CTRL,clip_format); in saa7146_disable_clipping()497 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); in saa7146_set_clipping_rect()515 saa7146_write(dev, CLIP_FORMAT_CTRL,clip_format); in saa7146_set_clipping_rect()616 u32 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); in saa7146_set_output_format()622 saa7146_write(dev, CLIP_FORMAT_CTRL, clip_format); in saa7146_set_output_format()
325 #define CLIP_FORMAT_CTRL 0x78 /* HPS outputs formats & clipping */ macro