Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve-ioctl.py39 val_v = gdb.parse_and_eval("$v0.b.u[%d]" % i)
40 report(int(val_z) == int(val_v),
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c903 int val_u,val_v,hibits; in bt848_sat() local
909 val_v = (((color * (100 - btv->opt_uv_ratio) / 50) >>7)*180L)/254; in bt848_sat()
911 hibits |= (val_v >> 8) & 1; in bt848_sat()
913 btwrite(val_v & 0xff, BT848_SAT_V_LO); in bt848_sat()