Searched refs:src_width (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/sys/dev/xdma/ |
| H A D | xdma_bio.c | 76 bus_addr_t addr, uint8_t src_width, uint8_t dst_width, in xdma_enqueue_bio() argument 88 xr->src_width = src_width; in xdma_enqueue_bio()
|
| H A D | xdma_queue.c | 75 uint8_t src_width, uint8_t dst_width, bus_size_t len, in xdma_enqueue() argument 97 xr->src_width = src_width; in xdma_enqueue()
|
| H A D | xdma_mbuf.c | 81 uintptr_t addr, uint8_t src_width, uint8_t dst_width, in xdma_enqueue_mbuf() argument 100 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 | 111 uint8_t src_width; member 125 uint8_t src_width; member
|
| H A D | xdma_fdt_test.c | 240 sc->req.src_width = 4; in xdmatest_test()
|
| /freebsd-13.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-13.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-13.1/sys/arm/allwinner/ |
| H A D | sunxi_dma_if.m | 43 unsigned int src_width;
|
| H A D | a10_hdmiaudio.c | 164 conf.src_width = conf.dst_width = DMA_WIDTH; in a10hdmiaudio_dmaconfig()
|
| H A D | a10_dmac.c | 267 switch (cfg->src_width) { in a10dmac_set_config()
|
| H A D | a31_dmac.c | 395 switch (cfg->src_width) { in a31dmac_set_config()
|
| H A D | a10_codec.c | 667 conf.src_width = conf.dst_width = 16; in a10codec_dmaconfig()
|
| /freebsd-13.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()
|