Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/intel/ipu3/
Dipu3-cio2.h20 #define CIO2_MAX_LOPS 8 macro
21 #define CIO2_MAX_BUFFERS (PAGE_SIZE / 16 / CIO2_MAX_LOPS)
318 u32 *lop[CIO2_MAX_LOPS];
319 dma_addr_t lop_bus_addr[CIO2_MAX_LOPS];
391 #define CIO2_FBPT_SIZE (CIO2_MAX_BUFFERS * CIO2_MAX_LOPS * \
Dipu3-cio2.c136 struct cio2_fbpt_entry entry[CIO2_MAX_LOPS]) in cio2_fbpt_entry_enable() argument
157 entry[CIO2_MAX_LOPS]) in cio2_fbpt_entry_init_dummy() argument
162 entry[1].second_entry.num_of_pages = CIO2_LOP_ENTRIES * CIO2_MAX_LOPS; in cio2_fbpt_entry_init_dummy()
165 for (i = 0; i < CIO2_MAX_LOPS; i++) in cio2_fbpt_entry_init_dummy()
175 entry[CIO2_MAX_LOPS]) in cio2_fbpt_entry_init_buf() argument
351 static const int FBPT_WIDTH = DIV_ROUND_UP(CIO2_MAX_LOPS, in cio2_hw_init()
550 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()
583 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()
820 cio2_fbpt_entry_init_dummy(cio2, &q->fbpt[i * CIO2_MAX_LOPS]); in cio2_vb2_queue_setup()
842 if (lops <= 0 || lops > CIO2_MAX_LOPS) { in cio2_vb2_buf_init()
[all …]