Searched refs:src_width (Results 1 – 11 of 11) sorted by relevance
15 u32 src_width; member
219 hi_u32 src_width : 3; member273 hi_u32 src_width; member
92 val = arg->src_width << 0x10 | arg->src_height; in fec_config()
93 val = arg->src_width << 16 | arg->src_height; in fec_config()
371 dma_para->src_width = WIDTH_BIT8; in uart_dma_para_cfg()630 dma_para.src_width = WIDTH_BIT8; in uart_drv_dma_start_tx_cfg()
312 dma_para.src_width = data_width; in spi_dma_transer()
2595 int src_width = drm_rect_width(src) >> 0x10; in vop_plane_line_bandwidth() local2602 if (src_width <= 0 || src_height <= 0 || dest_width <= 0 || dest_height <= 0) { in vop_plane_line_bandwidth()2605 bandwidth = src_width * bpp / 0x8; in vop_plane_line_bandwidth()2610 bandwidth = bandwidth * src_width / dest_width; in vop_plane_line_bandwidth()
4933 int src_width = drm_rect_width(src) >> 0x10; in vop2_plane_line_bandwidth() local4940 if (src_width <= 0 || src_height <= 0 || dst_width <= 0 || dst_height <= 0) { in vop2_plane_line_bandwidth()4944 bandwidth = src_width * bpp / 0x8; in vop2_plane_line_bandwidth()4949 bandwidth = bandwidth * src_width / dst_width; in vop2_plane_line_bandwidth()
4944 int src_width = drm_rect_width(src) >> 16; in vop2_plane_line_bandwidth() local4951 if (src_width <= 0 || src_height <= 0 || dst_width <= 0 || in vop2_plane_line_bandwidth()4955 bandwidth = src_width * bpp / 8; in vop2_plane_line_bandwidth()4957 bandwidth = bandwidth * src_width / dst_width; in vop2_plane_line_bandwidth()
25997 + int src_width = drm_rect_width(src) >> 16;26004 + if (src_width <= 0 || src_height <= 0 || dest_width <= 0 ||26008 + bandwidth = src_width * bpp / 8;26010 + bandwidth = bandwidth * src_width / dest_width;