Home
last modified time | relevance | path

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

/drivers/media/platform/s3c-camif/
Dcamif-regs.c23 cfg = camif_read(camif, S3C_CAMIF_REG_CISRCFMT); in camif_hw_reset()
25 camif_write(camif, S3C_CAMIF_REG_CISRCFMT, cfg); in camif_hw_reset()
123 cfg = camif_read(camif, S3C_CAMIF_REG_CISRCFMT); in camif_hw_set_source_format()
127 camif_write(camif, S3C_CAMIF_REG_CISRCFMT, cfg); in camif_hw_set_source_format()
563 { S3C_CAMIF_REG_CISRCFMT, "CISRCFMT" }, in camif_hw_dump_regs()
Dcamif-regs.h24 #define S3C_CAMIF_REG_CISRCFMT 0x00 macro