Searched refs:zz (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/arc/kernel/ |
D | disasm.c | 110 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 …]
|
D | unaligned.c | 149 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/ |
D | samsung,s2mps11.txt | 47 clock-output-names = "xx", "yy", "zz";
|
/Linux-v4.19/arch/arc/include/asm/ |
D | disasm.h | 89 int zz, aa, x, pref, di; member
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | samsung,sec-core.txt | 52 clock-output-names = "xx", "yy", "zz";
|
/Linux-v4.19/drivers/media/usb/go7007/ |
D | go7007-fw.c | 278 static const int zz[64] = { variable 312 buf[p++] = (default_intra_quant_table[zz[i]] * q) >> 3; in mjpeg_frame_header()
|