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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dzl10036.c203 static int zl10036_set_bandwidth(struct zl10036_state *state, u32 fbw) argument
205 /* fbw is measured in kHz */
217 if (fbw > 35000)
218 fbw = 35000;
219 if (fbw < 8000)
220 fbw = 8000;
225 if (fbw <= 28820) {
232 br = ((_XTAL * 21 * 1000) / (fbw * 419));
243 * bf = fbw/_XTAL * br * k - 1 */
245 bf = (fbw * b
314 u32 fbw; local
[all...]
H A Dzl10039.c185 u32 fbw; local
196 fbw = (params->u.qpsk.symbol_rate * 27) / 32000;
198 bf = ((fbw * 5088) / 1011100) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dzl10036.c203 static int zl10036_set_bandwidth(struct zl10036_state *state, u32 fbw) argument
205 /* fbw is measured in kHz */
217 if (fbw > 35000)
218 fbw = 35000;
219 if (fbw < 8000)
220 fbw = 8000;
225 if (fbw <= 28820) {
232 br = ((_XTAL * 21 * 1000) / (fbw * 419));
243 * bf = fbw/_XTAL * br * k - 1 */
245 bf = (fbw * b
314 u32 fbw; local
[all...]
H A Dzl10039.c185 u32 fbw; local
196 fbw = (params->u.qpsk.symbol_rate * 27) / 32000;
198 bf = ((fbw * 5088) / 1011100) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1320 u16 fbw, fbh; local
1340 fbw = width;
1343 fbw = height;
1358 *row_inc = pixinc(1 + (screen_width - fbw) +
1374 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
1380 (screen_width - fbw) -
1386 *offset1 = (fbw - 1) * ps;
1398 *offset1 = (fbw - 1) * ps;
1434 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/dss/
H A Ddispc.c1320 u16 fbw, fbh; local
1340 fbw = width;
1343 fbw = height;
1358 *row_inc = pixinc(1 + (screen_width - fbw) +
1374 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
1380 (screen_width - fbw) -
1386 *offset1 = (fbw - 1) * ps;
1398 *offset1 = (fbw - 1) * ps;
1434 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;

Completed in 138 milliseconds