Home
last modified time | relevance | path

Searched refs:width_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/
H A Dudlfb.c371 static int dlfb_trim_hline(const u8 *bback, const u8 **bfront, int *width_bytes) in dlfb_trim_hline() argument
376 const int width = *width_bytes / sizeof(unsigned long); in dlfb_trim_hline()
397 *width_bytes = (end - start) * sizeof(unsigned long); in dlfb_trim_hline()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3449 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
3494 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_config_cmd_mode_interleaving()
3495 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3706 int tl, t_he, width_bytes; in dsi_proto_timings() local
3712 width_bytes = DIV_ROUND_UP(timings->x_res * bpp, 8); in dsi_proto_timings()
3716 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()