Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/kernel/
Ddisasm.c110 state->zz = BITS(state->words[0], 7, 8); in disasm_instr()
131 state->zz = BITS(state->words[0], 1, 2); in disasm_instr()
217 state->zz = BITS(state->words[0], 17, 18); in disasm_instr()
287 state->zz = BITS(state->words[0], 3, 4); in disasm_instr()
340 state->zz = 1; in disasm_instr()
348 state->zz = 2; in disasm_instr()
363 state->zz = 2; in disasm_instr()
374 state->zz = BITS(state->words[0], 5, 5); in disasm_instr()
375 if (state->zz) in disasm_instr()
391 state->zz = BITS(state->words[0], 9, 10); in disasm_instr()
[all …]
Dunaligned.c149 if (state->zz == 0) { in fixup_load()
176 if (state->zz == 2) { in fixup_store()
179 } else if (!state->zz) { in fixup_store()
188 if (!state->zz) in fixup_store()
233 if ((state.zz == 1) || (state.di)) in misaligned_fixup()
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dsamsung,s2mps11.txt47 clock-output-names = "xx", "yy", "zz";
/Linux-v4.19/arch/arc/include/asm/
Ddisasm.h89 int zz, aa, x, pref, di; member
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dsamsung,sec-core.txt52 clock-output-names = "xx", "yy", "zz";
/Linux-v4.19/drivers/media/usb/go7007/
Dgo7007-fw.c278 static const int zz[64] = { variable
312 buf[p++] = (default_intra_quant_table[zz[i]] * q) >> 3; in mjpeg_frame_header()