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

/drivers/tty/serial/
H A Dxilinx_uartps.c315 * @div8: Value for clk_sel bit in mod (return value)
330 unsigned int baud, u32 *rbdiv, u32 *rcd, int *div8)
339 *div8 = 1;
342 *div8 = 0;
384 int div8; local
388 &div8);
392 if (div8)
430 int div8; local
437 &bdiv, &cd, &div8)) {
329 cdns_uart_calc_baud_divs(unsigned int clk, unsigned int baud, u32 *rbdiv, u32 *rcd, int *div8) argument
/drivers/video/fbdev/
H A Damifb.c556 #define div8(v) ((v)>>3) macro
1014 #define ddfstrt2hw(ddfstrt) div8(ddfstrt)
1015 #define ddfstop2hw(ddfstop) div8(ddfstop)
1019 #define hsstrt2hw(hsstrt) (div8(hsstrt))
1020 #define hsstop2hw(hsstop) (div8(hsstop))
1021 #define htotal2hw(htotal) (div8(htotal) - 1)
1025 #define hcenter2hw(htotal) (div8(htotal))
1439 par->next_plane = div8(upx(16 << maxfmode, par->vxres));
1446 par->next_line = div8(upx(16 << maxfmode, par->vxres));
1610 move = downx(2 << maxfmode, div8(pa
[all...]

Completed in 59 milliseconds