Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 6 of 6) sorted by relevance

/arch/mn10300/proc-mn103e010/include/proc/
Dintctl-regs.h14 #define __GET_XIRQ_TRIGGER(X, Z) (((Z) >> ((X) * 2)) & 3) argument
16 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument
/arch/mn10300/proc-mn2ws0050/include/proc/
Dintctl-regs.h14 #define __GET_XIRQ_TRIGGER(X, Z) (((Z) >> ((X) * 2)) & 3) argument
16 #define __SET_XIRQ_TRIGGER(X, Y, Z) \ argument
/arch/m68k/include/asm/
Dsun3xflop.h31 #define request_region(X, Y, Z) (1) argument
/arch/blackfin/kernel/
Dtrace.c464 int Z = ((opcode >> LDST_Z_bits) & LDST_Z_mask); in decode_LDST_0() local
559 int Z = ((opcode >> LDSTidxI_Z_bits) & LDSTidxI_Z_mask); in decode_LDSTidxI_0() local
/arch/sparc/include/asm/
Dfloppy_32.h24 #define request_region(X, Y, Z) (1) argument
/arch/powerpc/xmon/
Dppc-opc.c1665 #define Z(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1)) macro