Home
last modified time | relevance | path

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

/drivers/media/video/ivtv/
Divtv-yuv.c204 u32 reg_2834, reg_2838, reg_283c; in ivtv_yuv_handle_horizontal() local
220 reg_2834 = f->dst_w; in ivtv_yuv_handle_horizontal()
221 reg_2838 = reg_2834; in ivtv_yuv_handle_horizontal()
260 reg_2834 = (reg_2834 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
281 reg_2834 = (reg_2834 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
295 reg_2834 = (reg_2834 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
319 write_reg(reg_2834, 0x02834); in ivtv_yuv_handle_horizontal()
322 yi->reg_2834, reg_2834, yi->reg_2838, reg_2838); in ivtv_yuv_handle_horizontal()
836 yi->reg_2834 = read_reg(0x02834); in ivtv_yuv_init()
1161 write_reg(yi->reg_2834, 0x02834); in ivtv_yuv_close()
[all …]
Divtv-driver.h416 u32 reg_2834; member