xref: /linux/drivers/staging/media/atomisp/pci/runtime/isys/src/virtual_isys.h (revision c771600c6af14749609b49565ffb4cac2959710d)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2010 - 2015, Intel Corporation.
5  */
6 
7 #ifndef __VIRTUAL_ISYS_H_INCLUDED__
8 #define __VIRTUAL_ISYS_H_INCLUDED__
9 
10 /* cmd for storing a number of packets indicated by reg _STREAM2MMIO_NUM_ITEMS*/
11 #define _STREAM2MMIO_CMD_TOKEN_STORE_PACKETS	1
12 
13 /* command for waiting for a frame start */
14 #define _STREAM2MMIO_CMD_TOKEN_SYNC_FRAME	2
15 
16 #endif /* __VIRTUAL_ISYS_H_INCLUDED__ */
17