Searched refs:vvvv (Results 1 – 3 of 3) sorted by relevance
23 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and24 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).35 vvvv or vv denotes MIPI and SMIA manufacturer IDs respectively, mmmm model ID
74 -vvvv \
1438 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()