Searched refs:enc_mem (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-io.h176 cx18_writel(cx, val, cx->enc_mem + addr);
181 return cx18_readl(cx, cx->enc_mem + addr);
H A Dcx18-driver.c294 if (cx->enc_mem != NULL) {
295 CX18_DEBUG_INFO("releasing enc_mem\n");
296 iounmap(cx->enc_mem);
297 cx->enc_mem = NULL;
922 cx->enc_mem = ioremap_nocache(cx->base_addr + CX18_MEM_OFFSET,
924 if (!cx->enc_mem) {
930 cx->reg_mem = cx->enc_mem + CX18_REG_OFFSET;
947 cx->scb = (struct cx18_scb __iomem *)(cx->enc_mem + SCB_OFFSET);
H A Dcx18-streams.c513 (void __iomem *) &cx->scb->cpu_mdl[mdl->id] - cx->enc_mem,
715 (void __iomem *)&cx->scb->cpu_mdl_ack[s->type][0] - cx->enc_mem,
716 (void __iomem *)&cx->scb->cpu_mdl_ack[s->type][1] - cx->enc_mem);
H A Dcx18-firmware.c398 sz = load_cpu_fw_direct("v4l-cx23418-cpu.fw", cx->enc_mem, cx);
406 sz = load_apu_fw_direct("v4l-cx23418-apu.fw", cx->enc_mem, cx,
H A Dcx18-mailbox.c392 cx18_memcpy_fromio(cx, order->mdl_ack, cx->enc_mem + mdl_ack_offset,
410 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252);
H A Dcx18-driver.h595 void __iomem *enc_mem, *reg_mem; member in struct:cx18
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-firmware.c162 itv->enc_mem, itv, IVTV_FW_ENC_SIZE) != IVTV_FW_ENC_SIZE) {
218 itv->enc_mbox.mbox = ivtv_search_mailbox(itv->enc_mem, IVTV_ENCODER_SIZE);
H A Divtv-driver.h629 volatile void __iomem *enc_mem; /* pointer to mapped encoder memory */ member in struct:ivtv
801 #define read_enc(addr) readl(itv->enc_mem + (u32)(addr))
802 #define write_enc(val, addr) writel(val, itv->enc_mem + (u32)(addr))
H A Divtv-driver.c366 if (itv->enc_mem != NULL) {
367 IVTV_DEBUG_INFO("releasing enc_mem\n");
368 iounmap(itv->enc_mem);
369 itv->enc_mem = NULL;
1029 itv->enc_mem = ioremap_nocache(itv->base_addr + IVTV_ENCODER_OFFSET,
1031 if (!itv->enc_mem) {
1051 itv->dec_mem = itv->enc_mem;
H A Divtv-irq.c65 memcpy_fromio(buf->buf, itv->enc_mem + s->sg_processing[i].src, size);
H A Divtv-ioctl.c717 reg_start = itv->enc_mem;

Completed in 106 milliseconds