Searched refs:cdma (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/host1x/ |
| H A D | cdma.h | 76 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma) argument 77 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent) argument 80 int host1x_cdma_init(struct host1x_cdma *cdma); 81 int host1x_cdma_deinit(struct host1x_cdma *cdma); 82 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job); 83 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2); 84 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, 86 void host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job); 87 void host1x_cdma_update(struct host1x_cdma *cdma); 88 void host1x_cdma_peek(struct host1x_cdma *cdma, u32 dmaget, int slot, [all …]
|
| H A D | dev.h | 39 void (*start)(struct host1x_cdma *cdma); 40 void (*stop)(struct host1x_cdma *cdma); 41 void (*flush)(struct host1x_cdma *cdma); 42 int (*timeout_init)(struct host1x_cdma *cdma); 43 void (*timeout_destroy)(struct host1x_cdma *cdma); 44 void (*freeze)(struct host1x_cdma *cdma); 45 void (*resume)(struct host1x_cdma *cdma, u32 getptr); 46 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr, 278 struct host1x_cdma *cdma) in host1x_hw_cdma_start() argument 280 host->cdma_op->start(cdma); in host1x_hw_cdma_start() [all …]
|
| H A D | channel.c | 80 host1x_hw_cdma_stop(host, &channel->cdma); in host1x_channel_stop() 110 host1x_hw_cdma_stop(host, &channel->cdma); in release_channel() 111 host1x_cdma_deinit(&channel->cdma); in release_channel() 173 err = host1x_cdma_init(&channel->cdma); in host1x_channel_request()
|
| H A D | channel.h | 34 struct host1x_cdma cdma; member
|
| H A D | Makefile | 7 cdma.o \
|
| /linux/drivers/gpu/host1x/hw/ |
| H A D | debug_hw_1x06.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma() local 46 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma() 62 show_channel_gathers(o, cdma); in host1x_debug_show_channel_cdma()
|
| H A D | debug_hw_1x01.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma() local 35 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma() 67 show_channel_gathers(o, cdma); in host1x_debug_show_channel_cdma()
|
| /linux/Documentation/devicetree/bindings/dma/xilinx/ |
| H A D | xilinx_dma.txt | 22 "xlnx,axi-cdma-1.00.a" 69 For CDMA: It should be "xlnx,axi-cdma-channel".
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nvme.c | 1148 a->tx_addr = vha->hw->lsrjt.cdma; in qla_nvme_ls_reject_iocb()
|
| H A D | qla_os.c | 4464 &ha->elsrej.cdma, in qla2x00_mem_alloc() 4477 &ha->lsrjt.cdma, GFP_KERNEL); in qla2x00_mem_alloc() 4488 ha->elsrej.c, ha->elsrej.cdma); in qla2x00_mem_alloc() 5015 ha->elsrej.c, ha->elsrej.cdma); in qla2x00_mem_free() 5021 ha->lsrjt.cdma); in qla2x00_mem_free()
|
| H A D | qla_def.h | 351 dma_addr_t cdma; member 357 dma_addr_t cdma; member
|