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

/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 = (c->symbol_rate * 27) / 32000;
198 bf = ((fbw * 5088) / 1011100) - 1;
/drivers/video/omap2/dss/
H A Ddispc.c1522 u16 fbw, fbh; local
1543 fbw = width;
1546 fbw = height;
1561 *row_inc = pixinc(1 + (screen_width - fbw) +
1577 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
1583 (screen_width - fbw) -
1589 *offset1 = (fbw - 1) * ps;
1601 *offset1 = (fbw - 1) * ps;
1637 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;

Completed in 656 milliseconds