Searched refs:line_count (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 629 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local 643 OUT_RING (chan, line_count); in nvc0_bo_move_copy() 647 page_count -= line_count; in nvc0_bo_move_copy() 648 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 649 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 667 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local 682 OUT_RING (chan, line_count); in nvc0_bo_move_m2mf() 686 page_count -= line_count; in nvc0_bo_move_m2mf() 687 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() 688 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() [all …]
|
/drivers/media/pci/bt8xx/ |
D | bt878.c | 145 bt->line_count = bt->block_count; in bt878_make_risc() 149 bt->line_count <<= 1; in bt878_make_risc() 152 if (bt->line_count > 255) { in bt878_make_risc() 170 bt->line_count, bt->line_bytes); in bt878_risc_program() 171 for (line = 0; line < bt->line_count; line++) { in bt878_risc_program() 195 btwrite((bt->line_count << 16) | bt->line_bytes, BT878_APACK_LEN); in bt878_risc_program()
|
D | bt878.h | 124 u32 line_count; member
|
/drivers/media/platform/ |
D | arv.c | 529 unsigned int line_count; in ar_interrupt() local 533 line_count = ar_inl(ARVHCOUNT); /* line number */ in ar_interrupt() 536 if (line_count < (AR_HEIGHT_VGA / 2)) /* even line */ in ar_interrupt() 537 line_number = (line_count << 1); in ar_interrupt() 540 (((line_count - (AR_HEIGHT_VGA / 2)) << 1) + 1); in ar_interrupt() 542 line_number = line_count; in ar_interrupt()
|
D | vino.h | 41 volatile u32 line_count; member
|
D | vino.c | 1803 ch->line_count = 0; in vino_dma_setup() 1965 ch->line_count = 0; in vino_clear_interrupt() 2371 unsigned int line_count = vino->a.line_count, in vino_interrupt() local 2402 vino->a.line_count = 0; in vino_interrupt() 2422 line_count_2 = vino->a.line_count; in vino_interrupt() 2433 line_count, page_index, start_desc_tbl, in vino_interrupt()
|
/drivers/media/platform/ti-vpe/ |
D | vpdma_priv.h | 580 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument 582 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()
|
/drivers/acpi/acpica/ |
D | acdebug.h | 55 u8 line_count; /* Number of help lines */ member
|
/drivers/video/fbdev/ |
D | mxsfb.c | 597 unsigned line_count; in mxsfb_restore_mode() local 675 line_count = fb_info->fix.smem_len / fb_info->fix.line_length; in mxsfb_restore_mode()
|
/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 76 int line_count = 0; in smiapp_read_frame_fmt() local 179 embedded_start = line_count; in smiapp_read_frame_fmt() 183 image_start = line_count; in smiapp_read_frame_fmt() 185 embedded_end = line_count; in smiapp_read_frame_fmt() 187 line_count += pixels; in smiapp_read_frame_fmt()
|
/drivers/gpu/drm/i915/ |
D | intel_pm.c | 1184 int line_time_us, line_count; in g4x_compute_wm0() local 1212 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000; in g4x_compute_wm0() 1213 entries = line_count * to_intel_crtc(crtc)->cursor_width * pixel_size; in g4x_compute_wm0() 1271 int line_count, line_size; in g4x_compute_srwm() local 1288 line_count = (latency_ns / line_time_us + 1000) / 1000; in g4x_compute_srwm() 1293 large = line_count * line_size; in g4x_compute_srwm() 1299 entries = line_count * pixel_size * to_intel_crtc(crtc)->cursor_width; in g4x_compute_srwm()
|
/drivers/net/usb/ |
D | hso.c | 362 static void dbg_dump(int line_count, const char *func_name, unsigned char *buf, in dbg_dump() argument 367 sprintf(name, "hso[%d:%s]", line_count, func_name); in dbg_dump()
|