Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.h414 #define CIO2_FBPT_SIZE (CIO2_MAX_BUFFERS * CIO2_MAX_LOPS * \ macro
H A Dipu3-cio2.c233 q->fbpt = dma_alloc_coherent(dev, CIO2_FBPT_SIZE, &q->fbpt_bus_addr, in cio2_fbpt_init()
243 dma_free_coherent(dev, CIO2_FBPT_SIZE, q->fbpt, q->fbpt_bus_addr); in cio2_fbpt_exit()