Lines Matching refs:al_udma_cdesc
136 union al_udma_cdesc { union
273 volatile union al_udma_cdesc *comp_head_ptr; /**< when working in get_packet mode
520 static INLINE volatile union al_udma_cdesc *al_cdesc_next( in al_cdesc_next()
522 volatile union al_udma_cdesc *cdesc, in al_cdesc_next()
531 return (union al_udma_cdesc *) in al_cdesc_next()
535 return (volatile union al_udma_cdesc *) tmp; in al_cdesc_next()
569 static INLINE volatile union al_udma_cdesc *al_cdesc_next_update( in al_cdesc_next_update()
571 volatile union al_udma_cdesc *cdesc) in al_cdesc_next_update()
577 return (union al_udma_cdesc *) udma_q->cdesc_base_ptr; in al_cdesc_next_update()
579 return (volatile union al_udma_cdesc *) ((volatile uint8_t *) cdesc + udma_q->cdesc_size); in al_cdesc_next_update()
603 volatile union al_udma_cdesc **desc);
607 ((volatile union al_udma_cdesc *) ((udma_q)->cdesc_base_ptr + \
626 volatile union al_udma_cdesc **cdesc) in al_udma_cdesc_get_all()