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

/linux-master/drivers/media/i2c/
H A Dadv7842.c1047 u16 cp_start_vbi = height - bt->vfrontporch + 1; local
1082 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff);
1083 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) |
H A Dadv7604.c1001 u16 cp_start_vbi = height - bt->vfrontporch; local
1033 cp_write(sd, 0xa5, (cp_start_vbi >> 4) & 0xff);
1034 cp_write(sd, 0xa6, ((cp_start_vbi & 0xf) << 4) |

Completed in 120 milliseconds