Searched refs:S3C_CAMIF_REG_CICRSA (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c210 camif_write(camif, S3C_CAMIF_REG_CICRSA(vp->id, i),
566 { S3C_CAMIF_REG_CICRSA(0, 0), "CICOCRSA0" },
569 { S3C_CAMIF_REG_CICRSA(0, 1), "CICOCRSA1" },
572 { S3C_CAMIF_REG_CICRSA(0, 2), "CICOCRSA2" },
575 { S3C_CAMIF_REG_CICRSA(0, 3), "CICOCRSA3" },
H A Dcamif-regs.h75 #define S3C_CAMIF_REG_CICRSA(id, n) (0x38 + (id) * 0x54 + (n) * 4) macro

Completed in 205 milliseconds