Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbt878.c127 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()
H A Dbt878.h111 u32 line_bytes; member
/openbmc/linux/sound/pci/
H A Dbt87x.c188 unsigned int line_bytes; member
257 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()
/openbmc/qemu/ui/
H A Dvnc.c3101 int cmp_bytes, server_stride, line_bytes, guest_ll, guest_stride, y = 0; in vnc_refresh_server_surface() local
3145 line_bytes = MIN(server_stride, guest_ll); in vnc_refresh_server_surface()
3167 if ((x + 1) * cmp_bytes > line_bytes) { in vnc_refresh_server_surface()
3168 _cmp_bytes = line_bytes - x * cmp_bytes; in vnc_refresh_server_surface()