Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/tw68/
Dtw68-risc.c139 unsigned int top_offset, in tw68_risc_buffer() argument
149 if (UNSET != top_offset) in tw68_risc_buffer()
168 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer()
169 rp = tw68_risc_field(rp, sglist, top_offset, 1, in tw68_risc_buffer()
173 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
Dtw68.h229 struct scatterlist *sglist, unsigned int top_offset,
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-core.c137 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument
144 if (UNSET != top_offset) in cx88_risc_buffer()
163 if (UNSET != top_offset) in cx88_risc_buffer()
164 rp = cx88_risc_field(rp, sglist, top_offset, 0, in cx88_risc_buffer()
168 bpl, padding, lines, 0, top_offset == UNSET); in cx88_risc_buffer()
Dcx88.h631 unsigned int top_offset, unsigned int bottom_offset,
/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885-core.c1126 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_buffer() argument
1134 if (UNSET != top_offset) in cx23885_risc_buffer()
1154 if (UNSET != top_offset) in cx23885_risc_buffer()
1155 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_buffer()
1159 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer()
1201 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_vbibuffer() argument
1209 if (UNSET != top_offset) in cx23885_risc_vbibuffer()
1231 if (UNSET != top_offset) in cx23885_risc_vbibuffer()
1232 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_vbibuffer()
1237 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()
Dcx23885.h516 unsigned int top_offset, unsigned int bottom_offset,
521 unsigned int top_offset, unsigned int bottom_offset,
/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821-video-upstream.c174 unsigned int top_offset, in cx25821_risc_buffer_upstream() argument
208 if (UNSET != top_offset) { in cx25821_risc_buffer_upstream()
212 databuf_offset, top_offset, 0, bpl, in cx25821_risc_buffer_upstream()
Dcx25821-core.c1069 struct scatterlist *sglist, unsigned int top_offset, in cx25821_risc_buffer() argument
1079 if (UNSET != top_offset) in cx25821_risc_buffer()
1100 if (UNSET != top_offset) { in cx25821_risc_buffer()
1101 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1107 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
Dcx25821.h418 unsigned int top_offset,
/linux-4.1.27/drivers/media/platform/soc_camera/
Drcar_vin.c1045 unsigned int left_offset, top_offset; in rcar_vin_set_rect() local
1054 top_offset = cam->vin_top; in rcar_vin_set_rect()
1074 iowrite32(top_offset / 2, priv->base + VNSLPRC_REG); in rcar_vin_set_rect()
1075 iowrite32((top_offset + cam_subrect->height) / 2 - 1, in rcar_vin_set_rect()
1079 iowrite32(top_offset, priv->base + VNSLPRC_REG); in rcar_vin_set_rect()
1080 iowrite32(top_offset + cam_subrect->height - 1, in rcar_vin_set_rect()
Dsh_mobile_ceu_camera.c681 unsigned int left_offset, top_offset; in sh_mobile_ceu_set_rect() local
688 top_offset = cam->ceu_top; in sh_mobile_ceu_set_rect()
722 top_offset /= 2; in sh_mobile_ceu_set_rect()
733 camor = left_offset | (top_offset << 16); in sh_mobile_ceu_set_rect()