Home
last modified time | relevance | path

Searched refs:fbw (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dzl10036.c203 if (fbw > 35000) in zl10036_set_bandwidth()
204 fbw = 35000; in zl10036_set_bandwidth()
205 if (fbw < 8000) in zl10036_set_bandwidth()
206 fbw = 8000; in zl10036_set_bandwidth()
211 if (fbw <= 28820) { in zl10036_set_bandwidth()
218 br = ((_XTAL * 21 * 1000) / (fbw * 419)); in zl10036_set_bandwidth()
300 u32 fbw; in zl10036_set_params() local
315 fbw = (27 * p->symbol_rate) / 32; in zl10036_set_params()
318 fbw /= 1000; in zl10036_set_params()
321 fbw += 3000; in zl10036_set_params()
[all …]
A Dzl10039.c182 u32 fbw; in zl10039_set_params() local
193 fbw = (c->symbol_rate * 27) / 32000; in zl10039_set_params()
195 bf = ((fbw * 5088) / 1011100) - 1; in zl10039_set_params()
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddispc.c1914 u16 fbw, fbh; in calc_dma_rotation_offset() local
1935 fbw = width; in calc_dma_rotation_offset()
1938 fbw = height; in calc_dma_rotation_offset()
1954 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1973 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1979 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1988 *offset1 = (fbw - 1) * ps; in calc_dma_rotation_offset()
2000 *offset1 = (fbw - 1) * ps; in calc_dma_rotation_offset()
2044 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()

Completed in 27 milliseconds