Searched refs:tcm825x_reg (Results 1 – 2 of 2) sorted by relevance
79 static const struct tcm825x_reg subqcif = { 0x20, TCM825X_PICSIZ };80 static const struct tcm825x_reg qcif = { 0x18, TCM825X_PICSIZ };81 static const struct tcm825x_reg cif = { 0x14, TCM825X_PICSIZ };82 static const struct tcm825x_reg qqvga = { 0x0c, TCM825X_PICSIZ };83 static const struct tcm825x_reg qvga = { 0x04, TCM825X_PICSIZ };84 static const struct tcm825x_reg vga = { 0x00, TCM825X_PICSIZ };86 static const struct tcm825x_reg yuv422 = { 0x00, TCM825X_PICFMT };87 static const struct tcm825x_reg rgb565 = { 0x02, TCM825X_PICFMT };251 static const struct tcm825x_reg *tcm825x_siz_reg[NUM_IMAGE_SIZES] =254 static const struct tcm825x_reg *tcm825x_fmt_reg[NUM_PIXEL_FORMATS] =[all …]
156 struct tcm825x_reg { struct181 const struct tcm825x_reg *(*default_regs)(void); argument