Lines Matching refs:line_bytes
120 int frame_bytes, line_bytes; member
304 ar_outl(ar->line_bytes, M32R_DMA0CBCUT_PORTL); /* byte count (bytes) */ in ar_read()
305 ar_outl(ar->line_bytes, M32R_DMA0RBCUT_PORTL); /* reload count (bytes) */ in ar_read()
329 ar_outl(ar->line_bytes, M32R_DMA0CBCUT_PORTL); in ar_read()
330 ar_outl(ar->line_bytes, M32R_DMA0RBCUT_PORTL); in ar_read()
381 for (w = 0; w < ar->line_bytes; w += 4) { in ar_read()
488 ar->line_bytes = AR_LINE_BYTES_VGA; in ar_s_fmt_vid_cap()
496 ar->line_bytes = AR_LINE_BYTES_QVGA; in ar_s_fmt_vid_cap()
554 memcpy(ar->frame[0], ar->line_buff, ar->line_bytes); in ar_interrupt()
565 memcpy(ar->frame[line_number], ar->line_buff, ar->line_bytes); in ar_interrupt()
783 ar->line_bytes = AR_LINE_BYTES_VGA; in ar_init()
793 ar->line_bytes = AR_LINE_BYTES_QVGA; in ar_init()