Home
last modified time | relevance | path

Searched refs:VPDMA_DESC_ALIGN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dvpdma.c371 WARN_ON(((unsigned long)buf->addr & VPDMA_DESC_ALIGN) != 0); in vpdma_alloc_desc_buf()
639 WARN_ON(blk->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_block()
668 WARN_ON(adb->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_adb()
H A Dvpdma.h55 #define VPDMA_DESC_ALIGN 16 /* 16-byte descriptor alignment */ macro
H A Dvpe.c1650 w_align = roundup_pow_of_two(VPDMA_DESC_ALIGN / depth_bytes); in __vpe_try_fmt()
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/
H A Dvpdma.c371 WARN_ON(((unsigned long)buf->addr & VPDMA_DESC_ALIGN) != 0); in vpdma_alloc_desc_buf()
639 WARN_ON(blk->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_block()
668 WARN_ON(adb->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_adb()
H A Dvpdma.h55 #define VPDMA_DESC_ALIGN 16 /* 16-byte descriptor alignment */ macro
H A Dvpe.c1650 w_align = roundup_pow_of_two(VPDMA_DESC_ALIGN / depth_bytes); in __vpe_try_fmt()

Completed in 12 milliseconds