Searched refs:cx_write (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-core.c394 cx_write(DEV_CNTRL2, 0x20);
399 cx_write(PCI_INT_MSK, 0x2001FFFF);
403 cx_write(RDR_TLCTL0, tmp);
406 cx_write(PLL_A_INT_FRAC, 0x9807A58B);
409 cx_write(PLL_A_POST_STAT_BIST, 0x8000019C);
413 cx_write(PLL_A_INT_FRAC, tmp & 0x7FFFFFFF);
416 cx_write(PLL_B_INT_FRAC, 0x9883A86F);
419 cx_write(PLL_B_POST_STAT_BIST, 0x8000018D);
423 cx_write(PLL_B_INT_FRAC, tmp & 0x7FFFFFFF);
426 cx_write(PLL_C_INT_FRA
[all...]
H A Dcx25821-audio-upstream.c54 cx_write(ch->ptr1_reg, 0);
55 cx_write(ch->ptr2_reg, 0);
56 cx_write(ch->cnt2_reg, 0);
57 cx_write(ch->cnt1_reg, 0);
72 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i);
73 cx_write(cdt + 16 * i + 4, 0);
74 cx_write(cdt + 16 * i + 8, 0);
75 cx_write(cdt + 16 * i + 12, 0);
79 cx_write(ch->cmds_start + 0, risc);
81 cx_write(c
[all...]
H A Dcx25821-gpio.c51 cx_write(gpio_oe_reg, value);
80 cx_write(gpio_reg, value);
H A Dcx25821-i2c.c92 cx_write(bus->reg_addr, msg->addr << 25);
93 cx_write(bus->reg_ctrl, bus->i2c_period | (1 << 2));
116 cx_write(bus->reg_addr, addr);
117 cx_write(bus->reg_wdata, wdata);
118 cx_write(bus->reg_ctrl, ctrl);
142 cx_write(bus->reg_addr, addr);
143 cx_write(bus->reg_wdata, wdata);
144 cx_write(bus->reg_ctrl, ctrl);
183 cx_write(bus->reg_addr, msg->addr << 25);
184 cx_write(bu
[all...]
H A Dcx25821-video-upstream.c52 cx_write(ch->ptr1_reg, 0);
53 cx_write(ch->ptr2_reg, 0);
54 cx_write(ch->cnt2_reg, 0);
55 cx_write(ch->cnt1_reg, 0);
70 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i);
71 cx_write(cdt + 16 * i + 4, 0);
72 cx_write(cdt + 16 * i + 8, 0);
73 cx_write(cdt + 16 * i + 12, 0);
77 cx_write(ch->cmds_start + 0, risc);
79 cx_write(c
[all...]
H A Dcx25821-video-upstream-ch2.c223 cx_write(sram_ch->int_msk, tmp & ~_intr_msk);
227 cx_write(sram_ch->dma_ctl, tmp & ~(FLD_VID_FIFO_EN | FLD_VID_RISC_EN));
248 cx_write(VID_CH_MODE_SEL, tmp & 0xFFFFFE00);
561 cx_write(channel->int_msk, int_msk_tmp & ~_intr_msk);
562 cx_write(channel->int_stat, _intr_msk);
617 cx_write(channel->int_msk, int_msk_tmp |= _intr_msk);
668 cx_write(ch->vid_fmt_ctl, value);
674 cx_write(ch->vid_active_ctl1, width);
686 cx_write(ch->vid_active_ctl2, value);
688 cx_write(c
[all...]
H A Dcx25821-alsa.c163 cx_write(AUD_A_LNGTH, buf->bpl);
167 cx_write(AUD_A_GPCNT_CTL, GP_COUNT_CONTROL_RESET);
172 cx_write(AUD_A_CFG,
185 cx_write(AUD_A_INT_MSK,
190 cx_write(AUD_A_INT_STAT, ~0);
253 cx_write(AUD_A_INT_STAT, status);
274 cx_write(AUD_A_GPCNT_CTL, GP_COUNT_CONTROL_RESET);
311 cx_write(PCI_INT_STAT, status);
321 cx_write(PCI_INT_STAT, status);
329 cx_write(PCI_INT_STA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-core.c371 cx_write(cdt + 16*i, ch->fifo_start + bpl*i);
374 cx_write(ch->cmds_start + 0, risc);
375 cx_write(ch->cmds_start + 4, cdt);
376 cx_write(ch->cmds_start + 8, (lines*16) >> 3);
377 cx_write(ch->cmds_start + 12, ch->ctrl_start);
378 cx_write(ch->cmds_start + 16, 64 >> 2);
380 cx_write(ch->cmds_start + i, 0);
383 cx_write(ch->ptr1_reg, ch->fifo_start);
384 cx_write(ch->ptr2_reg, cdt);
385 cx_write(c
[all...]
H A Dcx88-mpeg.c91 cx_write(MO_TS_LNGTH, buf->vb.width);
101 cx_write(TS_GEN_CNTRL, 0x0040 | dev->ts_gen_cntrl);
103 cx_write(MO_PINMUX_IO, 0x00);
104 cx_write(TS_HW_SOP_CNTRL, 0x47<<16|188<<4|0x01);
110 cx_write(TS_SOP_STAT, 1<<13);
113 cx_write(TS_SOP_STAT, 0x00);
117 cx_write(MO_PINMUX_IO, 0x88); /* Enable MPEG parallel IO and video signal pins */
122 cx_write(MO_PINMUX_IO, 0x88);
123 cx_write(TS_SOP_STAT, 0);
124 cx_write(TS_VALERR_CNTR
[all...]
H A Dcx88-alsa.c143 cx_write(MO_AUDD_LNGTH, buf->bpl);
146 cx_write(MO_AUDD_GPCNTRL, GP_COUNT_CONTROL_RESET);
154 cx_write(MO_AUD_INTMSK, AUD_INT_OPC_ERR | AUD_INT_DN_SYNC |
158 cx_write(MO_AUD_INTSTAT, ~0);
225 cx_write(MO_AUD_INTSTAT, status);
238 cx_write(MO_AUDD_GPCNTRL, GP_COUNT_CONTROL_RESET);
266 cx_write(MO_PCI_INTSTAT, status);
602 cx_write(AUD_VOL_CTL, (old & ~0x3f) | v);
606 cx_write(AUD_BAL_CTL, b);
651 cx_write(AUD_VOL_CT
[all...]
H A Dcx88-tvaudio.c119 cx_write(l[i].reg, l[i].val);
128 cx_write(AUD_VOL_CTL, (1 << 6));
131 cx_write(AUD_INIT, mode);
132 cx_write(AUD_INIT_LD, 0x0001);
133 cx_write(AUD_SOFT_RESET, 0x0001);
142 cx_write(AUD_RATE_THRES_DMD, 0x000000C0);
146 cx_write(AUD_I2SINPUTCNTL, 4);
147 cx_write(AUD_BAUDRATE, 1);
150 cx_write(AUD_I2SOUTPUTCNTL, 1);
151 cx_write(AUD_I2SCNT
[all...]
H A Dcx88-i2c.c64 cx_write(MO_I2C, core->i2c_state);
76 cx_write(MO_I2C, core->i2c_state);
H A Dcx88-vp3054-i2c.c53 cx_write(MO_GP0_IO, 0x010000 | vp3054_i2c->state);
70 cx_write(MO_GP0_IO, 0x020000 | vp3054_i2c->state);
H A Dcx88-cards.c2737 cx_write(MO_GP0_IO, 0x101000);
2762 cx_write(MO_GP1_IO, 0x030302);
2766 cx_write(MO_GP1_IO, 0x030301);
2769 cx_write(MO_GP1_IO, 0x101010);
2771 cx_write(MO_GP1_IO, 0x101000);
2773 cx_write(MO_GP1_IO, 0x101010);
2804 cx_write(MO_GP2_IO, 0xcf7);
2806 cx_write(MO_GP2_IO, 0xef5);
2808 cx_write(MO_GP2_IO, 0xcf7);
2878 cx_write(MO_GP0_I
[all...]
H A Dcx88-blackbird.c186 cx_write(MO_GPHST_SOFT_RST, 1);
188 cx_write(MO_GPHST_SOFT_RST, 0);
192 cx_write(MO_GPHST_WSC, 0x44444444U);
193 cx_write(MO_GPHST_XFR, 0);
194 cx_write(MO_GPHST_WDTH, 15);
195 cx_write(MO_GPHST_HDSHK, 0);
196 cx_write(MO_GPHST_MUX16, 0x44448888U);
197 cx_write(MO_GPHST_MODE, 0);
546 cx_write(MO_SRST_IO, 0); /* SYS_RSTO=0 */
547 cx_write(MO_SRST_I
[all...]
H A Dcx88-input.c179 cx_write(MO_DDS_IO, 0xa80a80); /* 4 kHz sample rate */
180 cx_write(MO_DDSCFG_IO, 0x5); /* enable */
195 cx_write(MO_DDSCFG_IO, 0x0);
H A Dcx88-vbi.c59 cx_write(MO_VBOS_CONTROL, ( (1 << 18) | // comb filter delay fixup
64 cx_write(MO_VBI_GPCNTRL, GP_COUNT_CONTROL_RESET);
H A Dcx88-video.c400 cx_write(MO_GP3_IO, INPUT(input).gpio3);
401 cx_write(MO_GP0_IO, INPUT(input).gpio0);
402 cx_write(MO_GP1_IO, INPUT(input).gpio1);
403 cx_write(MO_GP2_IO, INPUT(input).gpio2);
441 cx_write(AUD_I2SCNTL, 0x0);
462 cx_write(MO_COLOR_CTRL, buf->fmt->cxformat | ColorFormatGamma);
465 cx_write(MO_VIDY_GPCNTRL,GP_COUNT_CONTROL_RESET);
808 cx_write(MO_GP3_IO, core->board.radio.gpio3);
809 cx_write(MO_GP0_IO, core->board.radio.gpio0);
810 cx_write(MO_GP1_I
[all...]
H A Dcx88-dvb.c400 cx_write(MO_GP0_IO, 0x000006fb);
402 cx_write(MO_GP0_IO, 0x000006f9);
417 cx_write(MO_GP0_IO, 0x0000efff);
596 cx_write(MO_SRST_IO, 0);
599 cx_write(MO_SRST_IO, 1);
1496 cx_write(MO_SRST_IO, 1);
1501 cx_write(MO_SRST_IO, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-417.c297 cx_write(MC417_CTL, regval);
301 cx_write(MC417_OEN, regval);
305 cx_write(MC417_RWD, regval);
330 cx_write(MC417_OEN, MC417_MIRDY);
335 cx_write(MC417_RWD, regval);
339 cx_write(MC417_RWD, regval);
344 cx_write(MC417_RWD, regval);
346 cx_write(MC417_RWD, regval);
351 cx_write(MC417_RWD, regval);
353 cx_write(MC417_RW
[all...]
H A Dcx23885-i2c.c97 cx_write(bus->reg_addr, msg->addr << 25);
98 cx_write(bus->reg_ctrl, bus->i2c_period | (1 << 2));
119 cx_write(bus->reg_addr, addr);
120 cx_write(bus->reg_wdata, wdata);
121 cx_write(bus->reg_ctrl, ctrl);
145 cx_write(bus->reg_addr, addr);
146 cx_write(bus->reg_wdata, wdata);
147 cx_write(bus->reg_ctrl, ctrl);
181 cx_write(bus->reg_addr, msg->addr << 25);
182 cx_write(bu
[all...]
H A Dcx23885-core.c446 cx_write(ch->ptr1_reg, 0);
447 cx_write(ch->ptr2_reg, 0);
448 cx_write(ch->cnt2_reg, 0);
449 cx_write(ch->cnt1_reg, 0);
463 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC);
464 cx_write(8 + 4, 8);
465 cx_write(8 + 8, 0);
471 cx_write(cdt + 16*i, ch->fifo_start + bpl*i);
472 cx_write(cdt + 16*i + 4, 0);
473 cx_write(cd
[all...]
H A Dcimax2.c202 cx_write(MC417_OEN, NETUP_EN_ALL);
203 cx_write(MC417_RWD, NETUP_CTRL_OFF |
206 cx_write(MC417_RWD, NETUP_CTRL_OFF |
211 cx_write(MC417_OEN, NETUP_EN_ALL | NETUP_DATA);
213 cx_write(MC417_RWD, NETUP_CTRL_OFF | data);
H A Dcx23885-ioctl.c164 cx_write(reg->reg, reg->val);
H A Dcx23885-cards.c869 cx_write(MC417_CTL, 0x00000036);
870 cx_write(MC417_OEN, 0x00001000);
896 cx_write(MC417_CTL, 0x00000037);/* enable GPIO3-18 pins */
898 cx_write(MC417_OEN, 0x00001000);
900 cx_write(MC417_RWD, 0x0000c300);
902 cx_write(GPIO_ISM, 0x00000000);/* INTERRUPTS active low*/

Completed in 79 milliseconds

12