Searched refs:conblk_ad (Results 1 – 2 of 2) sorted by relevance
66 while ((s->enable & (1 << c)) && (ch->conblk_ad != 0)) { in bcm2835_dma_update()68 ch->ti = ldl_le_phys(&s->dma_as, ch->conblk_ad); in bcm2835_dma_update()69 ch->source_ad = ldl_le_phys(&s->dma_as, ch->conblk_ad + 4); in bcm2835_dma_update()70 ch->dest_ad = ldl_le_phys(&s->dma_as, ch->conblk_ad + 8); in bcm2835_dma_update()71 ch->txfr_len = ldl_le_phys(&s->dma_as, ch->conblk_ad + 12); in bcm2835_dma_update()72 ch->stride = ldl_le_phys(&s->dma_as, ch->conblk_ad + 16); in bcm2835_dma_update()134 ch->conblk_ad = ch->nextconbk; in bcm2835_dma_update()144 ch->conblk_ad = 0; in bcm2835_dma_chan_reset()163 res = ch->conblk_ad; in bcm2835_dma_read()229 ch->conblk_ad = value; in bcm2835_dma_write()[all …]
16 uint32_t conblk_ad; member