Home
last modified time | relevance | path

Searched refs:bpl (Results 1 – 2 of 2) sorted by relevance

/qemu/ui/
H A Dcursor.c137 int x,y,bpl; in cursor_set_mono() local
146 bpl = cursor_get_mono_bpl(c); in cursor_set_mono()
169 mask += bpl; in cursor_set_mono()
170 image += bpl; in cursor_set_mono()
204 int x,y,bpl; in cursor_get_mono_mask() local
206 bpl = cursor_get_mono_bpl(c); in cursor_get_mono_mask()
207 memset(mask, 0, bpl * c->height); in cursor_get_mono_mask()
225 mask += bpl; in cursor_get_mono_mask()
/qemu/hw/audio/
H A Dintel-hda.c121 typedef struct bpl { struct
125 } bpl; argument
138 bpl *bpl; member
416 if (st->bpl == NULL) { in intel_hda_xfer()
426 if (copy > st->bpl[st->be].len - st->bp) in intel_hda_xfer()
427 copy = st->bpl[st->be].len - st->bp; in intel_hda_xfer()
430 st->be, st->bp, st->bpl[st->be].len, copy); in intel_hda_xfer()
432 pci_dma_rw(&d->pci, st->bpl[st->be].addr + st->bp, buf, copy, !output, in intel_hda_xfer()
439 if (st->bpl[st->be].len == st->bp) { in intel_hda_xfer()
441 if (st->bpl[st->be].flags & 0x01) { in intel_hda_xfer()
[all …]