Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Domap_dma.c91 } active_set; member
145 struct omap_dma_reg_set_s *a = &ch->active_set; in omap_dma_channel_load()
242 ch->cpc = ch->active_set.dest & 0xffff; in omap_dma_deactivate_channel()
373 struct omap_dma_reg_set_s *a = &ch->active_set; in omap_dma_transfer_generic()
508 a = &ch->active_set;
739 memset(&s->ch[i].active_set, 0, sizeof(s->ch[i].active_set));
829 *value = ch->active_set.dest & 0xffff; /* CDAC */
1837 return ch->active_set.src & 0xffff;
1840 return ch->active_set.dest & 0xffff;
1843 return ch->active_set.element;
[all …]