Searched refs:dma_en (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/pci/tw686x/ |
| H A D | tw686x-core.c | 95 u32 dma_en = reg_read(dev, DMA_CHANNEL_ENABLE); in tw686x_disable_channel() local 98 dma_en &= ~BIT(channel); in tw686x_disable_channel() 106 if (!dma_en) in tw686x_disable_channel() 108 reg_write(dev, DMA_CHANNEL_ENABLE, dma_en); in tw686x_disable_channel() 114 u32 dma_en = reg_read(dev, DMA_CHANNEL_ENABLE); in tw686x_enable_channel() local 117 dev->pending_dma_en |= dma_en | BIT(channel); in tw686x_enable_channel() 143 u32 dma_en, dma_cmd; in tw686x_reset_channels() local 145 dma_en = reg_read(dev, DMA_CHANNEL_ENABLE); in tw686x_reset_channels() 152 dev->pending_dma_en |= dma_en; in tw686x_reset_channels() 156 reg_write(dev, DMA_CHANNEL_ENABLE, dma_en & ~ch_mask); in tw686x_reset_channels() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | procfs.c | 372 dev->stream[0].dma_en, dev->stream[1].dma_en, in rkcif_show_format() 373 dev->stream[2].dma_en, dev->stream[3].dma_en); in rkcif_show_format()
|
| H A D | capture.c | 2509 if (stream->dma_en & RKCIF_DMAEN_BY_ISP) { in rkcif_assign_new_buffer_update() 2561 } else if (!(stream->dma_en & RKCIF_DMAEN_BY_ISP)) { in rkcif_assign_new_buffer_update() 2627 if (stream->dma_en & RKCIF_DMAEN_BY_ISP) { in rkcif_assign_new_buffer_update() 2647 if (stream->dma_en & RKCIF_DMAEN_BY_ISP) { in rkcif_assign_new_buffer_update() 3857 unsigned int dma_en = 0; in rkcif_csi_channel_set_v1() local 3958 stream->dma_en = 0; in rkcif_csi_channel_set_v1() 3960 if (stream->dma_en) { in rkcif_csi_channel_set_v1() 3963 dma_en = CSI_DMA_ENABLE; in rkcif_csi_channel_set_v1() 3965 dma_en = LVDS_DMAEN_RV1106; in rkcif_csi_channel_set_v1() 3974 val = CSI_ENABLE_CAPTURE | dma_en | in rkcif_csi_channel_set_v1() [all …]
|
| H A D | cif-tools.c | 787 if (tools_vdev->stream->dma_en & RKCIF_DMAEN_BY_VICAP) in rkcif_tools_work() 789 else if (tools_vdev->stream->dma_en & RKCIF_DMAEN_BY_ISP) in rkcif_tools_work()
|
| H A D | dev.h | 523 int dma_en; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | eeh.c | 1385 bool rst_active, dma_en, mmio_en; in eeh_pe_get_state() local 1407 dma_en = !!(result & EEH_STATE_DMA_ENABLED); in eeh_pe_get_state() 1412 else if (dma_en && mmio_en) in eeh_pe_get_state() 1414 else if (!dma_en && !mmio_en) in eeh_pe_get_state() 1416 else if (!dma_en && mmio_en) in eeh_pe_get_state()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | switchtec.h | 51 u32 dma_en; member
|
| /OK3568_Linux_fs/kernel/drivers/pci/switch/ |
| H A D | switchtec.c | 1247 iowrite32(SWITCHTEC_DMA_MRPC_EN, &stdev->mmio_mrpc->dma_en); in enable_dma_mrpc() 1255 iowrite32(0, &stdev->mmio_mrpc->dma_en); in stdev_release()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_cif.c | 3516 unsigned int dma_en = 0; in vehicle_cif_s_stream() local 3545 dma_en = DVP_DMA_EN; in vehicle_cif_s_stream() 3552 | dma_en in vehicle_cif_s_stream()
|