Lines Matching refs:tcm825x_reg
80 static const struct tcm825x_reg subqcif = { 0x20, TCM825X_PICSIZ };
81 static const struct tcm825x_reg qcif = { 0x18, TCM825X_PICSIZ };
82 static const struct tcm825x_reg cif = { 0x14, TCM825X_PICSIZ };
83 static const struct tcm825x_reg qqvga = { 0x0c, TCM825X_PICSIZ };
84 static const struct tcm825x_reg qvga = { 0x04, TCM825X_PICSIZ };
85 static const struct tcm825x_reg vga = { 0x00, TCM825X_PICSIZ };
87 static const struct tcm825x_reg yuv422 = { 0x00, TCM825X_PICFMT };
88 static const struct tcm825x_reg rgb565 = { 0x02, TCM825X_PICFMT };
252 static const struct tcm825x_reg *tcm825x_siz_reg[NUM_IMAGE_SIZES] =
255 static const struct tcm825x_reg *tcm825x_fmt_reg[NUM_PIXEL_FORMATS] =
348 const struct tcm825x_reg *reglist) in tcm825x_write_default_regs()
351 const struct tcm825x_reg *next = reglist; in tcm825x_write_default_regs()