Searched refs:wpl (Results 1 – 4 of 4) sorted by relevance
| /drivers/media/platform/qcom/camss/ |
| A D | camss-vfe-4-1.c | 301 u16 width = 0, height = 0, bytesperline = 0, wpl; in vfe_wm_line_based() local 305 wpl = vfe_word_per_line(pix->pixelformat, width); in vfe_wm_line_based() 308 reg |= ((wpl + 1) / 2 - 1) << 16; in vfe_wm_line_based() 313 wpl = vfe_word_per_line(pix->pixelformat, bytesperline); in vfe_wm_line_based() 317 reg |= wpl << 16; in vfe_wm_line_based()
|
| A D | camss-vfe-4-7.c | 392 u16 width = 0, height = 0, bytesperline = 0, wpl; in vfe_wm_line_based() local 396 wpl = vfe_word_per_line_by_pixel(pix->pixelformat, width); in vfe_wm_line_based() 399 reg |= ((wpl + 3) / 4 - 1) << 16; in vfe_wm_line_based() 404 wpl = vfe_word_per_line_by_bytes(bytesperline); in vfe_wm_line_based() 408 reg |= ((wpl + 1) / 2) << 16; in vfe_wm_line_based()
|
| A D | camss-vfe-4-8.c | 365 u16 width = 0, height = 0, bytesperline = 0, wpl; in vfe_wm_line_based() local 369 wpl = vfe_word_per_line_by_pixel(pix->pixelformat, width); in vfe_wm_line_based() 372 reg |= ((wpl + 3) / 4 - 1) << 16; in vfe_wm_line_based() 377 wpl = vfe_word_per_line_by_bytes(bytesperline); in vfe_wm_line_based() 381 reg |= ((wpl + 1) / 2) << 16; in vfe_wm_line_based()
|
| /drivers/gpu/drm/xlnx/ |
| A D | zynqmp_dp.c | 1344 u32 reg, wpl; in zynqmp_dp_encoder_mode_set_stream() local 1374 wpl = (mode->hdisplay * dp->config.bpp + 15) / 16; in zynqmp_dp_encoder_mode_set_stream() 1375 reg = wpl + wpl % lane_cnt - lane_cnt; in zynqmp_dp_encoder_mode_set_stream()
|
Completed in 25 milliseconds