Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.c71 } else if (rdesc->location == IA_CSS_QUEUE_LOC_ISP) { in ia_css_queue_load()
118 } else if (rdesc->location == IA_CSS_QUEUE_LOC_ISP) { in ia_css_queue_store()
145 } else if (rdesc->location == IA_CSS_QUEUE_LOC_ISP) { in ia_css_queue_item_load()
172 } else if (rdesc->location == IA_CSS_QUEUE_LOC_ISP) { in ia_css_queue_item_store()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/
H A Dia_css_queue_comm.h29 #define IA_CSS_QUEUE_LOC_ISP 2 macro