Lines Matching refs:btwrite
435 btwrite(geo->vtc, BT848_E_VTC+off); in bttv_apply_geo()
436 btwrite(geo->hscale >> 8, BT848_E_HSCALE_HI+off); in bttv_apply_geo()
437 btwrite(geo->hscale & 0xff, BT848_E_HSCALE_LO+off); in bttv_apply_geo()
439 btwrite(geo->vscale & 0xff, BT848_E_VSCALE_LO+off); in bttv_apply_geo()
440 btwrite(geo->width & 0xff, BT848_E_HACTIVE_LO+off); in bttv_apply_geo()
441 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo()
442 btwrite(geo->sheight & 0xff, BT848_E_VACTIVE_LO+off); in bttv_apply_geo()
443 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo()
444 btwrite(geo->crop, BT848_E_CROP+off); in bttv_apply_geo()
445 btwrite(geo->vtotal>>8, BT848_VTOTAL_HI); in bttv_apply_geo()
446 btwrite(geo->vtotal & 0xff, BT848_VTOTAL_LO); in bttv_apply_geo()
492 btwrite(btv->main.dma, BT848_RISC_STRT_ADD); in bttv_set_dma()
611 btwrite(vdelay, BT848_E_VDELAY_LO); in bttv_buffer_activate_vbi()
612 btwrite(crop, BT848_E_CROP); in bttv_buffer_activate_vbi()
613 btwrite(vdelay, BT848_O_VDELAY_LO); in bttv_buffer_activate_vbi()
614 btwrite(crop, BT848_O_CROP); in bttv_buffer_activate_vbi()