Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c99 dma_free_coherent(&cio2->pci_dev->dev, CIO2_PAGE_SIZE, in cio2_fbpt_exit_dummy()
104 dma_free_coherent(&cio2->pci_dev->dev, CIO2_PAGE_SIZE, in cio2_fbpt_exit_dummy()
115 CIO2_PAGE_SIZE, in cio2_fbpt_init_dummy()
119 CIO2_PAGE_SIZE, in cio2_fbpt_init_dummy()
130 for (i = 0; i < CIO2_PAGE_SIZE / sizeof(*cio2->dummy_lop); i++) in cio2_fbpt_init_dummy()
164 CIO2_PAGE_SIZE / sizeof(u32) * CIO2_MAX_LOPS; in cio2_fbpt_entry_init_dummy()
165 entry[1].second_entry.last_page_available_bytes = CIO2_PAGE_SIZE - 1; in cio2_fbpt_entry_init_dummy()
186 DIV_ROUND_UP(remaining, CIO2_PAGE_SIZE); in cio2_fbpt_entry_init_buf()
198 CIO2_PAGE_SIZE - 1; in cio2_fbpt_entry_init_buf()
204 remaining -= CIO2_PAGE_SIZE / sizeof(u32) * CIO2_PAGE_SIZE; in cio2_fbpt_entry_init_buf()
[all …]
Dipu3-cio2.h394 #define CIO2_PAGE_SIZE 4096 macro