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

/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c642 unsigned int t_stop, b_stop, pitch; local
659 b_stop = t_stop;
665 b_stop = (0 << 16) | (2 * vip->format.width - 1);
670 b_stop = (vip->format.height << 16) |
687 reg_write(vip, DVP_BFS, b_stop);

Completed in 131 milliseconds