Searched refs:CIO2_MAX_LOPS (Results 1 – 2 of 2) sorted by relevance
38 #define CIO2_MAX_LOPS 8 macro39 #define CIO2_MAX_BUFFERS (PAGE_SIZE / 16 / CIO2_MAX_LOPS)336 u32 *lop[CIO2_MAX_LOPS];337 dma_addr_t lop_bus_addr[CIO2_MAX_LOPS];414 #define CIO2_FBPT_SIZE (CIO2_MAX_BUFFERS * CIO2_MAX_LOPS * \
146 struct cio2_fbpt_entry entry[CIO2_MAX_LOPS]) in cio2_fbpt_entry_enable() argument167 entry[CIO2_MAX_LOPS]) in cio2_fbpt_entry_init_dummy() argument175 for (i = 0; i < CIO2_MAX_LOPS; i++) in cio2_fbpt_entry_init_dummy()185 entry[CIO2_MAX_LOPS]) in cio2_fbpt_entry_init_buf() argument345 static const int FBPT_WIDTH = DIV_ROUND_UP(CIO2_MAX_LOPS, in cio2_hw_init()544 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()577 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()837 if (lops <= 0 || lops > CIO2_MAX_LOPS) { in cio2_vb2_buf_init()935 entry = &q->fbpt[next * CIO2_MAX_LOPS]; in cio2_vb2_buf_queue()964 for (i = 0; i < CIO2_MAX_LOPS; i++) { in cio2_vb2_buf_cleanup()[all …]
Completed in 11 milliseconds