Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst23 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and
24 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).
35 vvvv or vv denotes MIPI and SMIA manufacturer IDs respectively, mmmm model ID
/linux/drivers/gpu/drm/ci/
H A Digt_runner.sh74 -vvvv \
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1438 u8 vvvv = reg2hex[src_reg2]; in emit_3vex() local
1440 /* reg2hex gives only the lower 3 bit of vvvv */ in emit_3vex()
1442 vvvv |= 1 << 3; in emit_3vex()
1459 * | W | ~vvvv | L | pp | in emit_3vex()
1462 b2 = (w << 7) | ((~vvvv & 0xf) << 3) | (l << 2) | (pp & 3); in emit_3vex()