Searched refs:zz (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/arc/kernel/ |
H A D | unaligned.c | 149 if (state->zz == 0) { fixup_load() 176 if (state->zz == 2) { fixup_store() 179 } else if (!state->zz) { fixup_store() 188 if (!state->zz) fixup_store() 233 if ((state.zz == 1) || (state.di)) misaligned_fixup()
|
H A D | disasm.c | 104 case op_LD: /* LD<zz> a,[b,s9] */ disasm_instr() 110 state->zz = BITS(state->words[0], 7, 8); disasm_instr() 131 state->zz = BITS(state->words[0], 1, 2); disasm_instr() 217 state->zz = BITS(state->words[0], 17, 18); disasm_instr() 287 state->zz = BITS(state->words[0], 3, 4); disasm_instr() 340 state->zz = 1; disasm_instr() 348 state->zz = 2; disasm_instr() 363 state->zz = 2; disasm_instr() 374 state->zz = BITS(state->words[0], 5, 5); disasm_instr() 375 if (state->zz) disasm_instr() 391 state->zz = BITS(state->words[0], 9, 10); disasm_instr() 393 state->src2 = state->zz ? FIELD_S_s10(state->words[0]) : disasm_instr()
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | disasm.h | 89 int zz, aa, x, pref, di; member in struct:disasm_state
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | usb-gigaset.c | 88 * 41 13 -- -- -- -- 10 00 ww 00 00 00 xx 00 00 00 yy 00 00 00 zz 00 00 00 92 * yy and zz seem to be equal, either 0x00 or 0x0a
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
H A D | isdnloop.c | 856 /* 0x;DSCA_Rdd,yy,zz,oo */ isdnloop_parse_cmd() 863 /* 0x;DCAL_Rdd,yy,zz,oo */ isdnloop_parse_cmd()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 278 static const int zz[64] = { variable 312 buf[p++] = (default_intra_quant_table[zz[i]] * q) >> 3; mjpeg_frame_header()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
H A D | sysfs.c | 357 /* pci_name format is: bus:dev:func -> xxxx:yy:zz.n */ get_name()
|
Completed in 280 milliseconds