#include <mach/hardware.h>
#include <mach/devices-common.h>
Go to the source code of this file.
#define imx_mx2_camera_data_entry_single |
( |
|
soc | ) |
|
Value:{ \
.iobasecsi = soc ## _CSI_BASE_ADDR, \
.irqcsi = soc ## _INT_CSI, \
}
Definition at line 12 of file platform-mx2-camera.c.
#define imx_mx2_camera_data_entry_single_emma |
( |
|
soc | ) |
|
Value:{ \
.iobasecsi = soc ## _CSI_BASE_ADDR, \
.irqcsi = soc ## _INT_CSI, \
.iobaseemmaprp = soc ## _EMMAPRP_BASE_ADDR, \
.iosizeemmaprp =
SZ_32, \
.irqemmaprp = soc ## _INT_EMMAPRP, \
}
Definition at line 18 of file platform-mx2-camera.c.