Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_vpu_buffer.c19 DMA_ALIGNMENT) * num_vpp_pipes; in size_h264d_hw_bin_buffer()
21 DMA_ALIGNMENT) * num_vpp_pipes; in size_h264d_hw_bin_buffer()
81 DMA_ALIGNMENT); in hfi_buffer_persist_h264d()
90 size = ALIGN(size_bse, DMA_ALIGNMENT) + in hfi_buffer_non_comv_h264d()
91 ALIGN(size_vpp, DMA_ALIGNMENT) + in hfi_buffer_non_comv_h264d()
92 ALIGN(SIZE_HW_PIC(SIZE_H264D_HW_PIC_T), DMA_ALIGNMENT); in hfi_buffer_non_comv_h264d()
94 return ALIGN(size, DMA_ALIGNMENT); in hfi_buffer_non_comv_h264d()
107 ALIGN(opb_wr_top_line_luma_buffer_size, DMA_ALIGNMENT) + in size_vpss_lb()
134 ALIGN(size_h264d_lb_vsp_top(frame_width), DMA_ALIGNMENT) + in hfi_buffer_line_h264d()
137 size = ALIGN(size, DMA_ALIGNMENT); in hfi_buffer_line_h264d()
[all …]
H A Diris_vpu_buffer.h13 #define DMA_ALIGNMENT 256 macro
/linux-6.15/drivers/spi/
H A Dspi-pxa2xx.h89 #define DMA_ALIGNMENT 8 macro
H A Dspi-pxa2xx.c1299 controller->dma_alignment = DMA_ALIGNMENT; in pxa2xx_spi_probe()