• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/

Lines Matching defs:vr

176 	struct viu_reg		*vr;
288 struct viu_reg *vr = dev->vr;
293 out_be32(&vr->status_cfg, SOFT_RST);
294 out_be32(&vr->status_cfg, INT_FIELD_EN);
299 struct viu_reg *vr = dev->vr;
303 out_be32(&vr->status_cfg, 0);
306 status_cfg = in_be32(&vr->status_cfg);
308 out_be32(&vr->status_cfg, status_cfg & 0x3f0000);
312 status_cfg = in_be32(&vr->status_cfg);
319 out_be32(&vr->status_cfg, SOFT_RST);
320 out_be32(&vr->status_cfg, 0);
323 out_be32(&vr->status_cfg, status_cfg & 0x3f0000);
441 struct viu_reg *vr = dev->vr;
481 out_be32(&vr->dma_inc, reg_val.dma_inc);
482 out_be32(&vr->picture_count, reg_val.picture_count);
483 out_be32(&vr->field_base_addr, reg_val.field_base_addr);
759 struct viu_reg *vr = viu_reg;
761 out_be32(&vr->field_base_addr, reg_val.field_base_addr);
762 out_be32(&vr->dma_inc, reg_val.dma_inc);
763 out_be32(&vr->picture_count, reg_val.picture_count);
806 viu_activate_overlay(dev->vr);
1046 struct viu_reg *vr = viu_reg;
1048 out_be32(&vr->luminance, 0x9512A254);
1049 out_be32(&vr->chroma_r, 0x03310000);
1050 out_be32(&vr->chroma_g, 0x06600F38);
1051 out_be32(&vr->chroma_b, 0x00000409);
1052 out_be32(&vr->alpha, 0x000000ff);
1053 out_be32(&vr->req_alarm, 0x00000090);
1055 in_be32(&vr->status_cfg), in_be32(&vr->field_base_addr));
1060 struct viu_reg *vr = dev->vr;
1073 out_be32(&vr->field_base_addr, addr);
1074 out_be32(&vr->dma_inc, reg_val.dma_inc);
1075 out_be32(&vr->status_cfg,
1080 out_be32(&vr->status_cfg,
1091 struct viu_reg *vr = dev->vr;
1129 out_be32(&vr->field_base_addr, addr);
1130 out_be32(&vr->dma_inc, reg_val.dma_inc);
1131 out_be32(&vr->status_cfg,
1146 (unsigned long)in_be32(&vr->field_base_addr));
1163 struct viu_reg *vr = dev->vr;
1167 status = in_be32(&vr->status_cfg);
1176 out_be32(&vr->status_cfg,
1206 status = in_be32(&vr->status_cfg);
1207 out_be32(&vr->status_cfg,
1228 struct viu_reg *vr;
1241 vr = dev->vr;
1275 viu_default_settings(vr);
1277 status_cfg = in_be32(&vr->status_cfg);
1278 out_be32(&vr->status_cfg,
1283 status_cfg = in_be32(&vr->status_cfg);
1284 out_be32(&vr->status_cfg, status_cfg | INT_ALL_STATUS);
1467 viu_dev->vr = viu_regs;
1527 viu_reset(viu_dev->vr);