| /freebsd-12.1/sys/dev/xdma/ |
| H A D | xdma_bio.c | 74 bus_addr_t addr, uint8_t src_width, uint8_t dst_width, in xdma_enqueue_bio() argument 89 xr->src_width = src_width; in xdma_enqueue_bio()
|
| H A D | xdma_queue.c | 73 uint8_t src_width, uint8_t dst_width, bus_size_t len, in xdma_enqueue() argument 95 xr->src_width = src_width; in xdma_enqueue()
|
| H A D | xdma_mbuf.c | 79 uintptr_t addr, uint8_t src_width, uint8_t dst_width, in xdma_enqueue_mbuf() argument 101 xr->src_width = src_width; in xdma_enqueue_mbuf()
|
| H A D | xdma_sglist.c | 80 sg[i].src_width = xr->src_width; in xdma_sglist_add()
|
| H A D | xdma.h | 103 uint8_t src_width; member 117 uint8_t src_width; member
|
| H A D | xdma_fdt_test.c | 240 sc->req.src_width = 4; in xdmatest_test()
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | intel_overlay.c | 911 rec->src_width > IMAGE_MAX_WIDTH_LEGACY) in check_overlay_src() 915 rec->src_width > IMAGE_MAX_WIDTH) in check_overlay_src() 921 rec->src_width < N_HORIZ_Y_TAPS*4) in check_overlay_src() 957 if (rec->src_width % uv_hscale) in check_overlay_src() 981 if (packed_width_bytes(rec->flags, rec->src_width) > rec->stride_Y) in check_overlay_src() 990 if (rec->src_width > rec->stride_Y) in check_overlay_src() 992 if (rec->src_width/uv_hscale > rec->stride_UV) in check_overlay_src() 1138 params->src_w = put_image_rec->src_width; in intel_overlay_put_image()
|
| H A D | i915_drm.h | 881 __u16 src_width; member
|
| /freebsd-12.1/sys/dev/xdma/controller/ |
| H A D | pl330.c | 441 switch (sg->src_width) { in pl330_ccr_port_width() 530 if (sg[i].src_width != sg[i].dst_width) in pl330_channel_submit_sg() 533 cnt = (len / sg[i].src_width); in pl330_channel_submit_sg()
|
| /freebsd-12.1/sys/mips/ingenic/ |
| H A D | jz4780_pdma.c | 379 *max_width = max(req->src_width, req->dst_width); in access_width() 381 switch (req->src_width) { in access_width()
|
| H A D | jz4780_aic.c | 342 sc->req.src_width = 2; in setup_xdma()
|
| /freebsd-12.1/sys/arm/allwinner/ |
| H A D | sunxi_dma_if.m | 43 unsigned int src_width;
|
| H A D | a10_hdmiaudio.c | 166 conf.src_width = conf.dst_width = DMA_WIDTH; in a10hdmiaudio_dmaconfig()
|
| H A D | a10_dmac.c | 265 switch (cfg->src_width) { in a10dmac_set_config()
|
| H A D | a31_dmac.c | 393 switch (cfg->src_width) { in a31dmac_set_config()
|
| H A D | a10_codec.c | 669 conf.src_width = conf.dst_width = 16; in a10codec_dmaconfig()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | si.c | 537 u32 src_width; /* viewport width */ member 663 fixed20_12 src_width; in dce6_average_bandwidth() local 671 src_width.full = dfixed_const(wm->src_width); in dce6_average_bandwidth() 672 bandwidth.full = dfixed_mul(src_width, bpp); in dce6_average_bandwidth() 728 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in dce6_latency_watermark() 762 u32 lb_partitions = wm->lb_size / wm->src_width; in dce6_check_latency_hiding() 810 wm.src_width = mode->crtc_hdisplay; in dce6_program_watermarks()
|
| H A D | evergreen.c | 827 u32 src_width; /* viewport width */ member 936 fixed20_12 src_width; in evergreen_average_bandwidth() local 944 src_width.full = dfixed_const(wm->src_width); in evergreen_average_bandwidth() 945 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth() 991 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in evergreen_latency_watermark() 1025 u32 lb_partitions = wm->lb_size / wm->src_width; in evergreen_check_latency_hiding() 1074 wm.src_width = mode->crtc_hdisplay; in evergreen_program_watermarks()
|
| /freebsd-12.1/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 436 const uint8_t *src, const uint8_t *src_mask, unsigned int src_width, in vga_copy_bitmap_portion() argument 444 bytes = (src_width + 7) / 8; in vga_copy_bitmap_portion()
|