Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/bt8xx/
Dbttv-driver.c918 int val_u,val_v,hibits; in bt848_sat() local
924 val_v = (((color * (100 - btv->opt_uv_ratio) / 50) >>7)*180L)/254; in bt848_sat()
926 hibits |= (val_v >> 8) & 1; in bt848_sat()
928 btwrite(val_v & 0xff, BT848_SAT_V_LO); in bt848_sat()