Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dspeedstep-centrino.c85 #define OP(mhz, mv) \ macro
101 OP(600, 844),
102 OP(800, 988),
103 OP(900, 1004),
110 OP(600, 844),
111 OP(800, 972),
112 OP(900, 988),
113 OP(1000, 1004),
120 OP( 600, 956),
121 OP( 800, 1020),
[all …]
H A Dpxa3xx-cpufreq.c51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ macro
67 OP(104, 8, 1, 104, 260, 78, 104, 3, 1000, 1100), /* 104MHz */
68 OP(208, 16, 1, 104, 260, 104, 156, 2, 1000, 1100), /* 208MHz */
69 OP(416, 16, 2, 156, 260, 104, 208, 2, 1100, 1200), /* 416MHz */
70 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */
75 OP(104, 8, 1, 104, 260, 78, 104, 3, 1000, 1100), /* 104MHz */
76 OP(208, 16, 1, 104, 260, 104, 156, 2, 1000, 1100), /* 208MHz */
77 OP(416, 16, 2, 156, 260, 104, 208, 2, 1100, 1200), /* 416MHz */
78 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */
79 OP(806, 31, 2, 208, 260, 208, 312, 3, 1400, 1400), /* 806MHz */
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_uc.c38 #define OP(x) IB_OPCODE_UC_##x macro
108 qp->s_state = OP(SEND_FIRST); in qib_make_uc_req()
113 qp->s_state = OP(SEND_ONLY); in qib_make_uc_req()
116 OP(SEND_ONLY_WITH_IMMEDIATE); in qib_make_uc_req()
137 qp->s_state = OP(RDMA_WRITE_FIRST); in qib_make_uc_req()
142 qp->s_state = OP(RDMA_WRITE_ONLY); in qib_make_uc_req()
145 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE); in qib_make_uc_req()
162 case OP(SEND_FIRST): in qib_make_uc_req()
163 qp->s_state = OP(SEND_MIDDLE); in qib_make_uc_req()
165 case OP(SEND_MIDDLE): in qib_make_uc_req()
[all …]
H A Dqib_rc.c39 #define OP(x) IB_OPCODE_RC_##x macro
79 case OP(RDMA_READ_RESPONSE_LAST): in qib_make_rc_ack()
80 case OP(RDMA_READ_RESPONSE_ONLY): in qib_make_rc_ack()
87 case OP(ATOMIC_ACKNOWLEDGE): in qib_make_rc_ack()
96 case OP(SEND_ONLY): in qib_make_rc_ack()
97 case OP(ACKNOWLEDGE): in qib_make_rc_ack()
106 if (e->opcode == OP(RDMA_READ_REQUEST)) { in qib_make_rc_ack()
127 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST); in qib_make_rc_ack()
129 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY); in qib_make_rc_ack()
140 qp->s_ack_state = OP(ATOMIC_ACKNOWLEDGE); in qib_make_rc_ack()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Duc.c53 #define OP(x) UC_OP(x) macro
163 qp->s_state = OP(SEND_FIRST); in hfi1_make_uc_req()
168 qp->s_state = OP(SEND_ONLY); in hfi1_make_uc_req()
171 OP(SEND_ONLY_WITH_IMMEDIATE); in hfi1_make_uc_req()
192 qp->s_state = OP(RDMA_WRITE_FIRST); in hfi1_make_uc_req()
197 qp->s_state = OP(RDMA_WRITE_ONLY); in hfi1_make_uc_req()
200 OP(RDMA_WRITE_ONLY_WITH_IMMEDIATE); in hfi1_make_uc_req()
217 case OP(SEND_FIRST): in hfi1_make_uc_req()
218 qp->s_state = OP(SEND_MIDDLE); in hfi1_make_uc_req()
220 case OP(SEND_MIDDLE): in hfi1_make_uc_req()
[all …]
H A Dtrace.c144 #define OP(transport, op) IB_OPCODE_## transport ## _ ## op macro
300 case OP(RC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
301 case OP(UC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
302 case OP(RC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
303 case OP(UC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
304 case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
305 case OP(UC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
310 case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
311 case OP(UC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
319 case OP(RC, RDMA_READ_REQUEST): in parse_everbs_hdrs()
[all …]
H A Drc.c140 case OP(RDMA_READ_RESPONSE_LAST): in make_rc_ack()
141 case OP(RDMA_READ_RESPONSE_ONLY): in make_rc_ack()
145 case OP(ATOMIC_ACKNOWLEDGE): in make_rc_ack()
164 case OP(SEND_ONLY): in make_rc_ack()
165 case OP(ACKNOWLEDGE): in make_rc_ack()
180 if (e->opcode == OP(RDMA_READ_REQUEST)) { in make_rc_ack()
205 qp->s_ack_state = OP(RDMA_READ_RESPONSE_FIRST); in make_rc_ack()
207 qp->s_ack_state = OP(RDMA_READ_RESPONSE_ONLY); in make_rc_ack()
257 qp->s_ack_state = OP(ATOMIC_ACKNOWLEDGE); in make_rc_ack()
268 case OP(RDMA_READ_RESPONSE_FIRST): in make_rc_ack()
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dseed.c311 #define OP(X1, X2, X3, X4, rbase) \ macro
377 OP(x1, x2, x3, x4, 0); in seed_encrypt()
378 OP(x3, x4, x1, x2, 2); in seed_encrypt()
379 OP(x1, x2, x3, x4, 4); in seed_encrypt()
380 OP(x3, x4, x1, x2, 6); in seed_encrypt()
381 OP(x1, x2, x3, x4, 8); in seed_encrypt()
382 OP(x3, x4, x1, x2, 10); in seed_encrypt()
383 OP(x1, x2, x3, x4, 12); in seed_encrypt()
384 OP(x3, x4, x1, x2, 14); in seed_encrypt()
385 OP(x1, x2, x3, x4, 16); in seed_encrypt()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dcpplib.h53 OP(EQ, "=") \
54 OP(NOT, "!") \
55 OP(GREATER, ">") /* compare */ \
56 OP(LESS, "<") \
57 OP(PLUS, "+") /* math */ \
58 OP(MINUS, "-") \
59 OP(MULT, "*") \
60 OP(DIV, "/") \
61 OP(MOD, "%") \
62 OP(AND, "&") /* bit ops */ \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dcpplib.h53 OP(EQ, "=") \
54 OP(NOT, "!") \
55 OP(GREATER, ">") /* compare */ \
56 OP(LESS, "<") \
57 OP(PLUS, "+") /* math */ \
58 OP(MINUS, "-") \
59 OP(MULT, "*") \
60 OP(DIV, "/") \
61 OP(MOD, "%") \
62 OP(AND, "&") /* bit ops */ \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/
H A Dfold.hpp22 template< template< typename U, U, U > class OP, std::size_t... Is, typename T, T... Ns >
23 struct folder< OP, index_sequence< Is... >, false, T, Ns... >
26 …using type = integer_sequence< T, OP< T, values::data[ 2 * Is ], values::data[ 2 * Is + 1 ] >::val…
29 template< template< typename U, U, U > class OP, std::size_t... Is, typename T, T N, T... Ns >
30 struct folder< OP, index_sequence< Is... >, true, T, N, Ns... >
33 …using type = integer_sequence< T, N, OP< T, values::data[ 2 * Is ], values::data[ 2 * Is + 1 ] >::…
40 template< template< typename U, U, U > class OP, typename T, T N >
41 struct fold< OP, T, N >
45 template< template< typename U, U, U > class OP, typename T, T... Ns >
47 …: fold< OP, typename impl::folder< OP, make_index_sequence< sizeof...( Ns ) / 2 >, sizeof...( Ns )…
[all …]
H A Dzip.hpp18 template< template< typename U, U, U > class OP, typename TA, TA... As, typename TB, TB... Bs >
19 struct zip< OP, integer_sequence< TA, As... >, integer_sequence< TB, Bs... > >
22 using type = integer_sequence< CT, OP< CT, As, Bs >::value... >;
25 template< template< typename U, U, U > class OP, typename A, typename B >
26 using zip_t = typename zip< OP, A, B >::type;
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dbpf_insn.h10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
159 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
161 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \
[all …]
/OK3568_Linux_fs/buildroot/boot/optee-os/
H A DConfig.in5 OP-TEE OS provides the secure world boot image and the trust
6 application development kit of the OP-TEE project. OP-TEE OS
10 http://github.com/OP-TEE/optee_os
15 prompt "OP-TEE OS version"
18 Select the version of OP-TEE OS you want to use
23 Use the latest release tag from the OP-TEE OS official Git
61 This option will build and install the OP-TEE core
68 This option will build and install the OP-TEE development
69 kit for building OP-TEE trusted application images. It is
78 trusted shared libraries built from OP-TEE OS source tree.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Doperators.hpp173 #define BOOST_BINARY_OPERATOR_COMMUTATIVE( NAME, OP ) \ argument
177 friend T operator OP( const T& lhs, const U& rhs ) \
178 { T nrv( lhs ); nrv OP##= rhs; return nrv; } \
179 friend T operator OP( const U& lhs, const T& rhs ) \
180 { T nrv( rhs ); nrv OP##= lhs; return nrv; } \
186 friend T operator OP( const T& lhs, const T& rhs ) \
187 { T nrv( lhs ); nrv OP##= rhs; return nrv; } \
190 #define BOOST_BINARY_OPERATOR_NON_COMMUTATIVE( NAME, OP ) \ argument
194 friend T operator OP( const T& lhs, const U& rhs ) \
195 { T nrv( lhs ); nrv OP##= rhs; return nrv; } \
[all …]
/OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt71 4. 更新了文档,更新了OP支持列表
81 4. 更新了文档,更新了OP支持列表
88 2. OP支持:1) 添加了Caffe新OP支持:Power/Tile/Eltwise(Max)/去除了normalize维度的限制; 2) 添加了onnx新OP支持:HardSigmoid/Pow…
96 5. 更新了文档,更新了OP支持列表
103 2. 添加了Caffe新OP支持:relu6/ConvolutionDepthwise/Transpose/reorg
108 4. 更新了文档,更新了OP支持列表
114 2. 添加了Caffe新OP支持:crop/flatten/normalize/proposal/reduction
115 3. 添加了onnx/pytorch/tensorflow/darknet/tflite新OP支持
123 6. 更新了文档,增加了OP支持列表
/OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt71 4. 更新了文档,更新了OP支持列表
81 4. 更新了文档,更新了OP支持列表
88 2. OP支持:1) 添加了Caffe新OP支持:Power/Tile/Eltwise(Max)/去除了normalize维度的限制; 2) 添加了onnx新OP支持:HardSigmoid/Pow…
96 5. 更新了文档,更新了OP支持列表
103 2. 添加了Caffe新OP支持:relu6/ConvolutionDepthwise/Transpose/reorg
108 4. 更新了文档,更新了OP支持列表
114 2. 添加了Caffe新OP支持:crop/flatten/normalize/proposal/reduction
115 3. 添加了onnx/pytorch/tensorflow/darknet/tflite新OP支持
123 6. 更新了文档,增加了OP支持列表
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
194 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
196 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \
[all …]
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dbitops.h40 #define H8300_GEN_BITOP(FNAME, OP) \ argument
48 __asm__(OP " %1,%0" : "+WU"(*b_addr) : "i"(nr & 7)); \
50 __asm__(OP " %s1,%0" : "+WU"(*b_addr) : "r"(bit)); \
88 #define H8300_GEN_TEST_BITOP(FNNAME, OP) \ argument
101 OP " %4,%1\n\t" \
110 OP " %s3,%1\n\t" \
130 OP " %3,%1\n\t" \
136 OP " %s3,%1\n\t" \
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A Dchangelog-1.5.0.txt131 4. [全平台]expand NPU OP支持
235 10. 优化非4维OP的性能
401 4. 更新了文档,更新了OP支持列表
411 4. 更新了文档,更新了OP支持列表
419 2. OP支持:1) 添加了Caffe新OP支持:Power/Tile/Eltwise(Max)/去除了normalize维度的限制; 2) 添加了onnx新OP支持:HardSigmoid/Pow…
427 5. 更新了文档,更新了OP支持列表
435 2. 添加了Caffe新OP支持:relu6/ConvolutionDepthwise/Transpose/reorg
440 4. 更新了文档,更新了OP支持列表
448 2. 添加了Caffe新OP支持:crop/flatten/normalize/proposal/reduction
449 3. 添加了onnx/pytorch/tensorflow/darknet/tflite新OP支持
[all …]
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DREADME8 OP-TEE Client in U-Boot
10 OP-TEE Client in U-Boot is responsible for communication managerment
11 between Secure World(OP-TEE) and Non-Secure World(U-Boot).
16 2020.8 Update OP-TEE message protocol
18 OP-TEE message protocol is updated from version 1 to version 2
22 OP-TEE(trust.img), U-Boot, Kernel, binary&library in Android/Linux.
23 The software component above **MUST** be consistent because OP-TEE message
66 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG
68 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG
70 26c9dd9b rebuild libRkTeeWeaver.v1.so for new OP-TEE MSG
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demufx.c473 #define OP(icode, ptr, op, r, a, x, y) \ macro
1806 OP(icode, ptr, iMAC0, dst, C_00000000, src, vol); in _volume()
1807 OP(icode, ptr, iANDXOR, C_00000000, vol, C_ffffffff, C_7fffffff); in _volume()
1808 OP(icode, ptr, iSKIP, GPR_COND, GPR_COND, CC_REG_NONZERO, C_00000001); in _volume()
1809 OP(icode, ptr, iACC3, dst, src, C_00000000, C_00000000); in _volume()
1813 OP(icode, ptr, iANDXOR, C_00000000, vol, C_ffffffff, C_7fffffff); in _volume_add()
1814 OP(icode, ptr, iSKIP, GPR_COND, GPR_COND, CC_REG_NONZERO, C_00000002); in _volume_add()
1815 OP(icode, ptr, iMACINT0, dst, dst, src, C_00000001); in _volume_add()
1816 OP(icode, ptr, iSKIP, C_00000000, C_7fffffff, C_7fffffff, C_00000001); in _volume_add()
1817 OP(icode, ptr, iMAC0, dst, dst, src, vol); in _volume_add()
[all …]
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dtee.rst120 OP-TEE driver
123 The OP-TEE driver handles OP-TEE [1] based TEEs. Currently it is only the ARM
124 TrustZone based OP-TEE solution that is supported.
126 Lowest level of communication with OP-TEE builds on ARM SMC Calling
127 Convention (SMCCC) [2], which is the foundation for OP-TEE's SMC interface
128 [3] used internally by the driver. Stacked on top of that is OP-TEE Message
131 OP-TEE SMC interface provides the basic functions required by SMCCC and some
132 additional functions specific for OP-TEE. The most interesting functions are:
137 - OPTEE_SMC_CALL_GET_OS_UUID returns the particular OP-TEE implementation, used
138 to tell, for instance, a TrustZone OP-TEE apart from an OP-TEE running on a
[all …]
/OK3568_Linux_fs/buildroot/package/optee-test/
H A DConfig.in11 This build option enables OP-TEE test package from the
12 OP-TEE project. It helps platforms to verify the OP-TEE
18 OP-TEE trusted applications.
22 At runtime OP-TEE OS can load trusted applications from this
26 http://github.com/OP-TEE/optee_test
/OK3568_Linux_fs/buildroot/package/optee-client/
H A DConfig.in6 Enable the OP-TEE client package that brings non-secure
7 client application resources for OP-TEE support. OP-TEE
8 client is a component delivered by the OP-TEE project.
11 applications hosted in the OP-TEE OS secure world. The
15 https://github.com/OP-TEE/optee_client

1234567