Home
last modified time | relevance | path

Searched refs:reg_2834 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-yuv.c231 u32 reg_2834, reg_2838, reg_283c; in ivtv_yuv_handle_horizontal() local
247 reg_2834 = f->dst_w; in ivtv_yuv_handle_horizontal()
248 reg_2838 = reg_2834; in ivtv_yuv_handle_horizontal()
287 reg_2834 = (reg_2834 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
308 reg_2834 = (reg_2834 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
322 reg_2834 = (reg_2834 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
346 write_reg(reg_2834, 0x02834); in ivtv_yuv_handle_horizontal()
349 yi->reg_2834, reg_2834, yi->reg_2838, reg_2838); in ivtv_yuv_handle_horizontal()
863 yi->reg_2834 = read_reg(0x02834); in ivtv_yuv_init()
1205 write_reg(yi->reg_2834, 0x02834); in ivtv_yuv_close()
[all …]
Divtv-driver.h435 u32 reg_2834; member