Home
last modified time | relevance | path

Searched refs:OP (Results 1 – 44 of 44) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dspeedstep-centrino.c83 #define OP(mhz, mv) \ macro
99 OP(600, 844),
100 OP(800, 988),
101 OP(900, 1004),
108 OP(600, 844),
109 OP(800, 972),
110 OP(900, 988),
111 OP(1000, 1004),
118 OP( 600, 956),
119 OP( 800, 1020),
[all …]
Dpxa3xx-cpufreq.c55 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ macro
71 OP(104, 8, 1, 104, 260, 78, 104, 3, 1000, 1100), /* 104MHz */
72 OP(208, 16, 1, 104, 260, 104, 156, 2, 1000, 1100), /* 208MHz */
73 OP(416, 16, 2, 156, 260, 104, 208, 2, 1100, 1200), /* 416MHz */
74 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */
79 OP(104, 8, 1, 104, 260, 78, 104, 3, 1000, 1100), /* 104MHz */
80 OP(208, 16, 1, 104, 260, 104, 156, 2, 1000, 1100), /* 208MHz */
81 OP(416, 16, 2, 156, 260, 104, 208, 2, 1100, 1200), /* 416MHz */
82 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */
83 OP(806, 31, 2, 208, 260, 208, 312, 3, 1400, 1400), /* 806MHz */
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_uc.c38 #define OP(x) IB_OPCODE_UC_##x macro
109 qp->s_state = OP(SEND_FIRST); in qib_make_uc_req()
114 qp->s_state = OP(SEND_ONLY); in qib_make_uc_req()
117 OP(SEND_ONLY_WITH_IMMEDIATE); in qib_make_uc_req()
138 qp->s_state = OP(RDMA_WRITE_FIRST); in qib_make_uc_req()
143 qp->s_state = OP(RDMA_WRITE_ONLY); in qib_make_uc_req()
146 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE); in qib_make_uc_req()
163 case OP(SEND_FIRST): in qib_make_uc_req()
164 qp->s_state = OP(SEND_MIDDLE); in qib_make_uc_req()
166 case OP(SEND_MIDDLE): in qib_make_uc_req()
[all …]
Dqib_rc.c39 #define OP(x) IB_OPCODE_RC_##x macro
94 case OP(RDMA_READ_RESPONSE_LAST): in qib_make_rc_ack()
95 case OP(RDMA_READ_RESPONSE_ONLY): in qib_make_rc_ack()
102 case OP(ATOMIC_ACKNOWLEDGE): in qib_make_rc_ack()
111 case OP(SEND_ONLY): in qib_make_rc_ack()
112 case OP(ACKNOWLEDGE): in qib_make_rc_ack()
121 if (e->opcode == OP(RDMA_READ_REQUEST)) { in qib_make_rc_ack()
142 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST); in qib_make_rc_ack()
144 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY); in qib_make_rc_ack()
155 qp->s_ack_state = OP(ATOMIC_ACKNOWLEDGE); in qib_make_rc_ack()
[all …]
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_uc.c38 #define OP(x) IB_OPCODE_UC_##x macro
106 qp->s_state = OP(SEND_FIRST); in ipath_make_uc_req()
111 qp->s_state = OP(SEND_ONLY); in ipath_make_uc_req()
114 OP(SEND_ONLY_WITH_IMMEDIATE); in ipath_make_uc_req()
135 qp->s_state = OP(RDMA_WRITE_FIRST); in ipath_make_uc_req()
140 qp->s_state = OP(RDMA_WRITE_ONLY); in ipath_make_uc_req()
143 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE); in ipath_make_uc_req()
160 case OP(SEND_FIRST): in ipath_make_uc_req()
161 qp->s_state = OP(SEND_MIDDLE); in ipath_make_uc_req()
163 case OP(SEND_MIDDLE): in ipath_make_uc_req()
[all …]
Dipath_rc.c40 #define OP(x) IB_OPCODE_RC_##x macro
103 case OP(RDMA_READ_RESPONSE_LAST): in ipath_make_rc_ack()
104 case OP(RDMA_READ_RESPONSE_ONLY): in ipath_make_rc_ack()
105 case OP(ATOMIC_ACKNOWLEDGE): in ipath_make_rc_ack()
114 case OP(SEND_ONLY): in ipath_make_rc_ack()
115 case OP(ACKNOWLEDGE): in ipath_make_rc_ack()
120 qp->s_ack_state = OP(ACKNOWLEDGE); in ipath_make_rc_ack()
125 if (e->opcode == OP(RDMA_READ_REQUEST)) { in ipath_make_rc_ack()
132 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST); in ipath_make_rc_ack()
134 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY); in ipath_make_rc_ack()
[all …]
/linux-4.1.27/crypto/
Dseed.c315 #define OP(X1, X2, X3, X4, rbase) \ macro
381 OP(x1, x2, x3, x4, 0); in seed_encrypt()
382 OP(x3, x4, x1, x2, 2); in seed_encrypt()
383 OP(x1, x2, x3, x4, 4); in seed_encrypt()
384 OP(x3, x4, x1, x2, 6); in seed_encrypt()
385 OP(x1, x2, x3, x4, 8); in seed_encrypt()
386 OP(x3, x4, x1, x2, 10); in seed_encrypt()
387 OP(x1, x2, x3, x4, 12); in seed_encrypt()
388 OP(x3, x4, x1, x2, 14); in seed_encrypt()
389 OP(x1, x2, x3, x4, 16); in seed_encrypt()
[all …]
/linux-4.1.27/samples/bpf/
Dlibbpf.h23 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
25 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
31 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
33 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
41 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
43 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
49 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
51 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
146 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
148 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \
[all …]
/linux-4.1.27/sound/pci/emu10k1/
Demufx.c508 #define OP(icode, ptr, op, r, a, x, y) \ macro
1768 OP(icode, ptr, iMAC0, dst, C_00000000, src, vol); in _volume()
1769 OP(icode, ptr, iANDXOR, C_00000000, vol, C_ffffffff, C_7fffffff); in _volume()
1770 OP(icode, ptr, iSKIP, GPR_COND, GPR_COND, CC_REG_NONZERO, C_00000001); in _volume()
1771 OP(icode, ptr, iACC3, dst, src, C_00000000, C_00000000); in _volume()
1775 OP(icode, ptr, iANDXOR, C_00000000, vol, C_ffffffff, C_7fffffff); in _volume_add()
1776 OP(icode, ptr, iSKIP, GPR_COND, GPR_COND, CC_REG_NONZERO, C_00000002); in _volume_add()
1777 OP(icode, ptr, iMACINT0, dst, dst, src, C_00000001); in _volume_add()
1778 OP(icode, ptr, iSKIP, C_00000000, C_7fffffff, C_7fffffff, C_00000001); in _volume_add()
1779 OP(icode, ptr, iMAC0, dst, dst, src, vol); in _volume_add()
[all …]
/linux-4.1.27/include/linux/
Dfilter.h50 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
52 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
58 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
60 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
68 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
70 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
76 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
78 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
222 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
224 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \
[all …]
Dcapability.h101 #define CAP_BOP_ALL(c, a, b, OP) \ argument
105 c.cap[__capi] = a.cap[__capi] OP b.cap[__capi]; \
109 #define CAP_UOP_ALL(c, a, OP) \ argument
113 c.cap[__capi] = OP a.cap[__capi]; \
Dperf_event.h701 #define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
/linux-4.1.27/fs/cachefiles/
Dinternal.h325 #define ASSERTCMP(X, OP, Y) \ argument
327 if (unlikely(!((X) OP (Y)))) { \
330 pr_err("%lx " #OP " %lx is false\n", \
345 #define ASSERTIFCMP(C, X, OP, Y) \ argument
347 if (unlikely((C) && !((X) OP (Y)))) { \
350 pr_err("%lx " #OP " %lx is false\n", \
359 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
361 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-4.1.27/Documentation/input/
Diforce-protocol.txt20 2B OP LEN DATA CS
24 OP DATA
33 OP= 01 for a joystick, 03 for a wheel
46 OP= 02
57 OP= 01
98 OP= 02
107 OP= 03
113 OP= 04
122 OP= 05
138 OP= 41
[all …]
/linux-4.1.27/fs/fscache/
Dinternal.h426 #define ASSERTCMP(X, OP, Y) \ argument
428 if (unlikely(!((X) OP (Y)))) { \
431 pr_err("%lx " #OP " %lx is false\n", \
446 #define ASSERTIFCMP(C, X, OP, Y) \ argument
448 if (unlikely((C) && !((X) OP (Y)))) { \
451 pr_err("%lx " #OP " %lx is false\n", \
460 #define ASSERTCMP(X, OP, Y) do {} while (0) argument
462 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-4.1.27/net/rxrpc/
Dar-internal.h699 #define ASSERTCMP(X, OP, Y) \ argument
701 if (unlikely(!((X) OP (Y)))) { \
704 printk(KERN_ERR "%lu " #OP " %lu is false\n", \
706 printk(KERN_ERR "0x%lx " #OP " 0x%lx is false\n", \
721 #define ASSERTIFCMP(C, X, OP, Y) \ argument
723 if (unlikely((C) && !((X) OP (Y)))) { \
726 printk(KERN_ERR "%lu " #OP " %lu is false\n", \
728 printk(KERN_ERR "0x%lx " #OP " 0x%lx is false\n", \
740 #define ASSERTCMP(X, OP, Y) \ argument
748 #define ASSERTIFCMP(C, X, OP, Y) \ argument
/linux-4.1.27/arch/ia64/lib/
Didiv64.S20 # define OP mod macro
22 # define OP div macro
37 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
Didiv32.S20 # define OP mod macro
22 # define OP div macro
39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
/linux-4.1.27/fs/afs/
Dinternal.h817 #define ASSERTCMP(X, OP, Y) \ argument
819 if (unlikely(!((X) OP (Y)))) { \
822 printk(KERN_ERR "%lu " #OP " %lu is false\n", \
824 printk(KERN_ERR "0x%lx " #OP " 0x%lx is false\n", \
854 #define ASSERTIFCMP(C, X, OP, Y) \ argument
856 if (unlikely((C) && !((X) OP (Y)))) { \
859 printk(KERN_ERR "%lu " #OP " %lu is false\n", \
861 printk(KERN_ERR "0x%lx " #OP " 0x%lx is false\n", \
873 #define ASSERTCMP(X, OP, Y) \ argument
885 #define ASSERTIFCMP(C, X, OP, Y) \ argument
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c1523 #define OP(x) ((((unsigned long)(x)) & 0x3f) << 26) macro
1524 #define OP_MASK OP (0x3f)
1529 #define OPTO(x,to) (OP (x) | ((((unsigned long)(to)) & 0x1f) << 21))
1535 #define OPL(x,l) (OP (x) | ((((unsigned long)(l)) & 1) << 21))
1539 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &…
1555 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1))
1587 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7))
1591 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f))
1598 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
1602 #define DEO(op, xop) (OP (op) | ((xop) & 0xf))
[all …]
/linux-4.1.27/arch/tile/include/asm/
Dfutex.h41 #define __futex_asm(OP) \ argument
42 asm("1: {" #OP " %1, %3, %4; movei %0, 0 }\n" \
Duaccess.h136 #define __get_user_asm(OP, x, ptr, ret) \ argument
137 asm volatile("1: {" #OP " %1, %2; movei %0, 0 }\n" \
228 #define __put_user_asm(OP, x, ptr, ret) \ argument
229 asm volatile("1: {" #OP " %1, %2; movei %0, 0 }\n" \
/linux-4.1.27/kernel/bpf/
Dcore.c306 #define ALU(OPCODE, OP) \ in __bpf_prog_run() argument
308 DST = DST OP SRC; \ in __bpf_prog_run()
311 DST = (u32) DST OP (u32) SRC; \ in __bpf_prog_run()
314 DST = DST OP IMM; \ in __bpf_prog_run()
317 DST = (u32) DST OP (u32) IMM; \ in __bpf_prog_run()
/linux-4.1.27/arch/sh/math-emu/
Dmath.c76 #define CMP(OP) ({ int r; BOTH_PRmn(OP##_X,r); r; }) argument
99 #define ARITH_X(SZ,OP,M,N) do{ \ argument
102 FP_##OP##_##SZ(Fr, Fn, Fm); \
/linux-4.1.27/arch/sh/include/asm/
Dsfp-machine.h57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/arch/alpha/include/asm/
Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/arch/sparc/include/asm/
Dsfp-machine_64.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
Dsfp-machine_32.h61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/Documentation/filesystems/nfs/
Didmapper.txt29 #OP TYPE DESCRIPTION CALLOUT INFO PROGRAM ARG1 ARG2 ARG3 ...
48 #OP TYPE DESCRIPTION CALLOUT INFO PROGRAM ARG1 ARG2 ARG3 ...
/linux-4.1.27/arch/s390/include/asm/
Dsfp-machine.h58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.1.27/arch/sparc/net/
Dbpf_jit_comp.c47 #define OP(X) ((X) << 30) macro
51 #define F1(X) OP(X)
52 #define F2(X, Y) (OP(X) | OP2(Y))
53 #define F3(X, Y) (OP(X) | OP3(Y))
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c51 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
55 P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
76 u64 val = P(OP, STORE) | P(SNOOP, NA) | P(LVL, L1) | P(TLB, L2); in precise_store_data()
/linux-4.1.27/arch/mn10300/mm/
Dmisalignment.c818 #define ASSERTCMP(X, OP, Y) \ argument
820 if (unlikely(!((X) OP (Y)))) { \
824 printk(KERN_ERR "0x%lx " #OP " 0x%lx is false\n", \
/linux-4.1.27/arch/powerpc/include/asm/
Dsfp-machine.h144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
Dcpm2.h75 #define mk_cr_cmd(PG, SBC, MCN, OP) \ argument
76 ((PG << 26) | (SBC << 21) | (MCN << 6) | OP)
/linux-4.1.27/tools/perf/util/
Devent.h197 (PERF_MEM_S(OP, NA) |\
/linux-4.1.27/arch/arm/mach-tegra/
Dsleep-tegra30.S497 mov32 r2, 0x800A00AB @ DEV_SELECTION=2, MA=10, OP=0xAB
507 mov32 r2, 0x400A00AB @ DEV_SELECTION=1, MA=10, OP=0xAB
/linux-4.1.27/include/math-emu/
Dop-common.h229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
306 _FP_CHOOSENAN(fs, wc, R, X, Y, OP); \
/linux-4.1.27/Documentation/networking/
Ddns_resolver.txt54 #OP TYPE DESC CO-INFO PROGRAM ARG1 ARG2 ARG3 ...
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3618 t4_write_reg(adap, EPIO_REG(OP), ADDRESS_V(i) | EPIOWR_F); in t4_wol_pat_enable()
3619 t4_read_reg(adap, EPIO_REG(OP)); /* flush */ in t4_wol_pat_enable()
3620 if (t4_read_reg(adap, EPIO_REG(OP)) & SF_BUSY_F) in t4_wol_pat_enable()
3625 t4_write_reg(adap, EPIO_REG(OP), ADDRESS_V(i + 32) | EPIOWR_F); in t4_wol_pat_enable()
3626 t4_read_reg(adap, EPIO_REG(OP)); /* flush */ in t4_wol_pat_enable()
3627 if (t4_read_reg(adap, EPIO_REG(OP)) & SF_BUSY_F) in t4_wol_pat_enable()
/linux-4.1.27/arch/sparc/kernel/
Dfpu_traps.S223 cmp %g1, 2 ! Unfinished FP-OP
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt311 JIFS SECS OBJ INST OP RUNS OBJ RUNS RETRV DLY RETRIEVLS
321 OP RUNS Length of time a call to process an operation took
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-cap.c1794 #define FRACT_CMP(a, OP, b) \ argument
1795 ((u64)(a).numerator * (b).denominator OP (u64)(b).numerator * (a).denominator)
/linux-4.1.27/fs/proc/
Dbase.c116 #define NOD(NAME, MODE, IOP, FOP, OP) { \ argument
122 .op = OP, \