Home
last modified time | relevance | path

Searched refs:BT848_E_VDELAY_LO (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbt848.h73 #define BT848_E_VDELAY_LO 0x010 macro
H A Dbttv-risc.c354 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo()
574 vdelay = btread(BT848_E_VDELAY_LO) + ((crop & 0xc0) << 2); in bttv_buffer_activate_vbi()
580 btwrite(vdelay, BT848_E_VDELAY_LO); in bttv_buffer_activate_vbi()
H A Dbttv-driver.c723 btwrite(0xfe, BT848_E_VDELAY_LO); in disclaim_video_lines()