Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/dvb/frontends/
Dzl10036.c203 static int zl10036_set_bandwidth(struct zl10036_state *state, u32 fbw) in zl10036_set_bandwidth() argument
217 if (fbw > 35000) in zl10036_set_bandwidth()
218 fbw = 35000; in zl10036_set_bandwidth()
219 if (fbw < 8000) in zl10036_set_bandwidth()
220 fbw = 8000; in zl10036_set_bandwidth()
225 if (fbw <= 28820) { in zl10036_set_bandwidth()
232 br = ((_XTAL * 21 * 1000) / (fbw * 419)); in zl10036_set_bandwidth()
245 bf = (fbw * br * 1257) / (_XTAL * 1000) - 1; in zl10036_set_bandwidth()
253 deb_info("%s: BW=%d br=%u bf=%u\n", __func__, fbw, br, bf); in zl10036_set_bandwidth()
314 u32 fbw; in zl10036_set_params() local
[all …]
Dzl10039.c185 u32 fbw; in zl10039_set_params() local
196 fbw = (params->u.qpsk.symbol_rate * 27) / 32000; in zl10039_set_params()
198 bf = ((fbw * 5088) / 1011100) - 1; in zl10039_set_params()
/linux-2.6.39/drivers/video/omap2/dss/
Ddispc.c1444 u16 fbw, fbh; in calc_dma_rotation_offset() local
1465 fbw = width; in calc_dma_rotation_offset()
1468 fbw = height; in calc_dma_rotation_offset()
1483 *row_inc = pixinc(1 + (screen_width - fbw) + in calc_dma_rotation_offset()
1499 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1505 (screen_width - fbw) - in calc_dma_rotation_offset()
1511 *offset1 = (fbw - 1) * ps; in calc_dma_rotation_offset()
1523 *offset1 = (fbw - 1) * ps; in calc_dma_rotation_offset()
1559 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()