Searched refs:enc_mem (Results 1 – 11 of 11) sorted by relevance
/drivers/media/video/cx18/ |
D | cx18-driver.c | 270 if (cx->enc_mem != NULL) { in cx18_iounmap() 272 iounmap(cx->enc_mem); in cx18_iounmap() 273 cx->enc_mem = NULL; in cx18_iounmap() 829 cx->enc_mem = ioremap_nocache(cx->base_addr + CX18_MEM_OFFSET, in cx18_probe() 831 if (!cx->enc_mem) { in cx18_probe() 837 cx->reg_mem = cx->enc_mem + CX18_REG_OFFSET; in cx18_probe() 854 cx->scb = (struct cx18_scb __iomem *)(cx->enc_mem + SCB_OFFSET); in cx18_probe()
|
D | cx18-io.h | 176 cx18_writel(cx, val, cx->enc_mem + addr); in cx18_write_enc() 181 return cx18_readl(cx, cx->enc_mem + addr); in cx18_read_enc()
|
D | cx18-firmware.c | 416 sz = load_cpu_fw_direct("v4l-cx23418-cpu.fw", cx->enc_mem, cx); in cx18_firmware_init() 424 sz = load_apu_fw_direct("v4l-cx23418-apu.fw", cx->enc_mem, cx, in cx18_firmware_init()
|
D | cx18-streams.c | 408 (void __iomem *) &cx->scb->cpu_mdl[buf->id] - cx->enc_mem, in cx18_stream_put_buf_fw() 520 (void __iomem *)&cx->scb->cpu_mdl_ack[s->type][0] - cx->enc_mem, in cx18_start_v4l2_encode_stream() 521 (void __iomem *)&cx->scb->cpu_mdl_ack[s->type][1] - cx->enc_mem); in cx18_start_v4l2_encode_stream()
|
D | cx18-mailbox.c | 317 cx18_memcpy_fromio(cx, order->mdl_ack, cx->enc_mem + mdl_ack_offset, in epu_dma_done_irq() 335 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252); in epu_debug_irq()
|
D | cx18-driver.h | 440 void __iomem *enc_mem, *reg_mem; member
|
/drivers/media/video/ivtv/ |
D | ivtv-firmware.c | 159 itv->enc_mem, itv, IVTV_FW_ENC_SIZE) != IVTV_FW_ENC_SIZE) { in ivtv_firmware_copy() 215 itv->enc_mbox.mbox = ivtv_search_mailbox(itv->enc_mem, IVTV_ENCODER_SIZE); in ivtv_firmware_init()
|
D | ivtv-driver.c | 340 if (itv->enc_mem != NULL) { in ivtv_iounmap() 342 iounmap(itv->enc_mem); in ivtv_iounmap() 343 itv->enc_mem = NULL; in ivtv_iounmap() 985 itv->enc_mem = ioremap_nocache(itv->base_addr + IVTV_ENCODER_OFFSET, in ivtv_probe() 987 if (!itv->enc_mem) { in ivtv_probe() 1007 itv->dec_mem = itv->enc_mem; in ivtv_probe()
|
D | ivtv-driver.h | 610 volatile void __iomem *enc_mem; /* pointer to mapped encoder memory */ member 778 #define read_enc(addr) readl(itv->enc_mem + (u32)(addr)) 779 #define write_enc(val, addr) writel(val, itv->enc_mem + (u32)(addr))
|
D | ivtv-irq.c | 64 memcpy_fromio(buf->buf, itv->enc_mem + s->sg_processing[i].src, size); in ivtv_pio_work_handler()
|
D | ivtv-ioctl.c | 709 reg_start = itv->enc_mem; in ivtv_itvc()
|