Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dbcm2835_dma.c71 ch->txfr_len = ldl_le_phys(&s->dma_as, ch->conblk_ad + 12); in bcm2835_dma_update()
78 ylen += (ch->txfr_len >> 16) & 0x3fff; in bcm2835_dma_update()
79 xlen = ch->txfr_len & 0xffff; in bcm2835_dma_update()
83 xlen = ch->txfr_len; in bcm2835_dma_update()
114 ch->txfr_len = (ylen << 16) | xlen; in bcm2835_dma_update()
116 ch->txfr_len = xlen; in bcm2835_dma_update()
175 res = ch->txfr_len; in bcm2835_dma_read()
320 VMSTATE_UINT32(txfr_len, BCM2835DMAChan),
/openbmc/qemu/include/hw/dma/
H A Dbcm2835_dma.h20 uint32_t txfr_len; member