Home
last modified time | relevance | path

Searched refs:clip_format (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/media/common/
Dsaa7146_hlp.c7 static void calculate_output_format_register(struct saa7146_dev* saa, u32 palette, u32* clip_format) in calculate_output_format_register() argument
10 *clip_format &= 0x0000ffff; in calculate_output_format_register()
12 …*clip_format |= (( ((palette&0xf00)>>8) << 30) | ((palette&0x00f) << 24) | (((palette&0x0f0)>>4) … in calculate_output_format_register()
341 struct saa7146_video_dma *vdma2, u32* clip_format, u32* arbtr_ctrl, enum v4l2_field field) in calculate_clipping_registers_rect() argument
461 *clip_format &= 0xfffffff7; in calculate_clipping_registers_rect()
463 *clip_format |= 0x00000008; in calculate_clipping_registers_rect()
465 *clip_format |= 0x00000000; in calculate_clipping_registers_rect()
472 u32 clip_format = saa7146_read(dev, CLIP_FORMAT_CTRL); in saa7146_disable_clipping() local
475 clip_format &= MASK_W1; in saa7146_disable_clipping()
478 saa7146_write(dev, CLIP_FORMAT_CTRL,clip_format); in saa7146_disable_clipping()
[all …]