Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/ivtv/
Divtv-yuv.c215 u32 reg_2834, reg_2838, reg_283c; in ivtv_yuv_handle_horizontal() local
232 reg_2838 = reg_2834; in ivtv_yuv_handle_horizontal()
272 reg_2838 = (reg_2838 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
293 reg_2838 = (reg_2838 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
307 reg_2838 = (reg_2838 << 16) | x_cutoff; in ivtv_yuv_handle_horizontal()
331 write_reg(reg_2838, 0x02838); in ivtv_yuv_handle_horizontal()
333 yi->reg_2834, reg_2834, yi->reg_2838, reg_2838); in ivtv_yuv_handle_horizontal()
848 yi->reg_2838 = read_reg(0x02838); in ivtv_yuv_init()
1192 write_reg(yi->reg_2838, 0x02838); in ivtv_yuv_close()
Divtv-driver.h432 u32 reg_2838; member