Lines Matching refs:btwrite
346 btwrite(geo->vtc, BT848_E_VTC+off); in bttv_apply_geo()
347 btwrite(geo->hscale >> 8, BT848_E_HSCALE_HI+off); in bttv_apply_geo()
348 btwrite(geo->hscale & 0xff, BT848_E_HSCALE_LO+off); in bttv_apply_geo()
350 btwrite(geo->vscale & 0xff, BT848_E_VSCALE_LO+off); in bttv_apply_geo()
351 btwrite(geo->width & 0xff, BT848_E_HACTIVE_LO+off); in bttv_apply_geo()
352 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo()
353 btwrite(geo->sheight & 0xff, BT848_E_VACTIVE_LO+off); in bttv_apply_geo()
354 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo()
355 btwrite(geo->crop, BT848_E_CROP+off); in bttv_apply_geo()
356 btwrite(geo->vtotal>>8, BT848_VTOTAL_HI); in bttv_apply_geo()
357 btwrite(geo->vtotal & 0xff, BT848_VTOTAL_LO); in bttv_apply_geo()
405 btwrite(btv->main.dma, BT848_RISC_STRT_ADD); in bttv_start_dma()
580 btwrite(vdelay, BT848_E_VDELAY_LO); in bttv_buffer_activate_vbi()
581 btwrite(crop, BT848_E_CROP); in bttv_buffer_activate_vbi()
582 btwrite(vdelay, BT848_O_VDELAY_LO); in bttv_buffer_activate_vbi()
583 btwrite(crop, BT848_O_CROP); in bttv_buffer_activate_vbi()