Searched refs:line_bytes (Results 1 – 4 of 4) sorted by relevance
127 bt->line_bytes = bt->block_bytes; in bt878_make_risc()130 while (bt->line_bytes > 4095) { in bt878_make_risc()131 bt->line_bytes >>= 1; in bt878_make_risc()153 bt->line_count, bt->line_bytes); in bt878_risc_program()164 line_bytes); in bt878_risc_program()167 bt->line_bytes); in bt878_risc_program()169 buf_pos += bt->line_bytes; in bt878_risc_program()178 btwrite((bt->line_count << 16) | bt->line_bytes, BT878_APACK_LEN); in bt878_risc_program()
111 u32 line_bytes; member
188 unsigned int line_bytes; member257 chip->line_bytes = period_bytes; in snd_bt87x_create_risc()487 chip->line_bytes | (chip->lines << 16)); in snd_bt87x_start()524 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); in snd_bt87x_pointer()
3106 int cmp_bytes, server_stride, line_bytes, guest_ll, guest_stride, y = 0; in vnc_refresh_server_surface() local3150 line_bytes = MIN(server_stride, guest_ll); in vnc_refresh_server_surface()3172 if ((x + 1) * cmp_bytes > line_bytes) { in vnc_refresh_server_surface()3173 _cmp_bytes = line_bytes - x * cmp_bytes; in vnc_refresh_server_surface()