| /OK3568_Linux_fs/kernel/arch/c6x/lib/ |
| H A D | csum_64plus.S | 32 AND .S1 3,A4,A1 38 [!A1] B .S1 L8 39 [B0] BNOP .S1 L6,5 47 || EXTU .S1 A7,0,16,A16 59 [!A1] BNOP .S1 L8,5 70 || EXTU .S1 A7,0,16,A16 80 [!B0] BNOP .S1 L82,4 91 SHL .S1 A7,8,A0 92 ADD .S1 A8,A9,A9 94 || ADD .S1 A0,A9,A9 [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | entry.S | 41 SHL .S1 reg,THREAD_SHIFT,reg 173 || MVKL .S1 current_ksp,A15 174 MVKH .S1 current_ksp,A15 192 MVKL .S1 schedule,A0 193 MVKH .S1 schedule,A0 196 B .S1 schedule 205 MVKL .S1 syscall_trace_entry,A0 206 MVKH .S1 syscall_trace_entry,A0 209 B .S1 syscall_trace_entry 221 || MVK .S1 -ENOSYS,A4 [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | sha256-spe-asm.S | 103 rotrwi rT0,e,6; /* 1: S1 = e rotr 6 */ \ 104 rotrwi rT1,e,11; /* 1: S1' = e rotr 11 */ \ 105 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \ 106 xor rT0,rT0,rT1; /* 1: S1 = S1 xor S1' */ \ 108 xor rT0,rT0,rT2; /* 1: S1 = S1 xor S1" */ \ 112 add h,h,rT0; /* 1: temp1 = h + S1 */ \ 128 rotrwi rT0,d,6; /* 2: S1 = e rotr 6 */ \ 130 rotrwi rT1,d,11; /* 2: S1' = e rotr 11 */ \ 132 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \ 133 xor rT0,rT0,rT1; /* 2: S1 = S1 xor S1' */ \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstring | 28 void* memcpy(void* restrict s1, const void* restrict s2, size_t n); 29 void* memmove(void* s1, const void* s2, size_t n); 30 char* strcpy (char* restrict s1, const char* restrict s2); 31 char* strncpy(char* restrict s1, const char* restrict s2, size_t n); 32 char* strcat (char* restrict s1, const char* restrict s2); 33 char* strncat(char* restrict s1, const char* restrict s2, size_t n); 34 int memcmp(const void* s1, const void* s2, size_t n); 35 int strcmp (const char* s1, const char* s2); 36 int strncmp(const char* s1, const char* s2, size_t n); 37 int strcoll(const char* s1, const char* s2); [all …]
|
| H A D | cwchar | 63 wchar_t* wcscpy(wchar_t* restrict s1, const wchar_t* restrict s2); 64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 65 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2); 66 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 67 int wcscmp(const wchar_t* s1, const wchar_t* s2); 68 int wcscoll(const wchar_t* s1, const wchar_t* s2); 69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n); 70 size_t wcsxfrm(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 73 size_t wcscspn(const wchar_t* s1, const wchar_t* s2); 75 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstring | 28 void* memcpy(void* restrict s1, const void* restrict s2, size_t n); 29 void* memmove(void* s1, const void* s2, size_t n); 30 char* strcpy (char* restrict s1, const char* restrict s2); 31 char* strncpy(char* restrict s1, const char* restrict s2, size_t n); 32 char* strcat (char* restrict s1, const char* restrict s2); 33 char* strncat(char* restrict s1, const char* restrict s2, size_t n); 34 int memcmp(const void* s1, const void* s2, size_t n); 35 int strcmp (const char* s1, const char* s2); 36 int strncmp(const char* s1, const char* s2, size_t n); 37 int strcoll(const char* s1, const char* s2); [all …]
|
| H A D | cwchar | 63 wchar_t* wcscpy(wchar_t* restrict s1, const wchar_t* restrict s2); 64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 65 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2); 66 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 67 int wcscmp(const wchar_t* s1, const wchar_t* s2); 68 int wcscoll(const wchar_t* s1, const wchar_t* s2); 69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n); 70 size_t wcsxfrm(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 73 size_t wcscspn(const wchar_t* s1, const wchar_t* s2); 75 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2); [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 D | ipa-icf-gimple.h | 77 /* Verbose logging function logging statements S1 and S2 of a CODE. 81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1() argument 89 print_gimple_stmt (dump_file, s1, 3, TDF_DETAILS); in return_different_stmts_1() 96 /* Verbose logging function logging statements S1 and S2 of a CODE. */ 97 #define return_different_stmts(s1, s2, code) \ argument 98 return_different_stmts_1 (s1, s2, code, __func__, __LINE__) 162 /* Verifies for given GIMPLEs S1 and S2 that 164 bool compare_gimple_call (gcall *s1, gcall *s2); 166 /* Verifies for given GIMPLEs S1 and S2 that 168 bool compare_gimple_assign (gimple *s1, gimple *s2); [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 D | ipa-icf-gimple.h | 77 /* Verbose logging function logging statements S1 and S2 of a CODE. 81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1() argument 89 print_gimple_stmt (dump_file, s1, 3, TDF_DETAILS); in return_different_stmts_1() 96 /* Verbose logging function logging statements S1 and S2 of a CODE. */ 97 #define return_different_stmts(s1, s2, code) \ argument 98 return_different_stmts_1 (s1, s2, code, __func__, __LINE__) 162 /* Verifies for given GIMPLEs S1 and S2 that 164 bool compare_gimple_call (gcall *s1, gcall *s2); 166 /* Verifies for given GIMPLEs S1 and S2 that 168 bool compare_gimple_assign (gimple *s1, gimple *s2); [all …]
|
| /OK3568_Linux_fs/kernel/net/dccp/ccids/lib/ |
| H A D | packet_history.c | 155 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local 157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss() 166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local 169 if (likely(dccp_delta_seqno(s1, s2) > 0)) { /* S1 < S2 */ in __one_after_loss() 175 /* S0 < S2 < S1 */ in __one_after_loss() 180 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss() 181 /* hole is filled: S0, S2, and S1 are consecutive */ in __one_after_loss() 185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss() 190 * Reorder history to insert S2 between S0 and S1 in __one_after_loss() 203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | idiv64.S | 29 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b 30 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b 34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b 51 frcpa.s1 f11, p6 = f8, f9 // y0 = frcpa(b) 53 (p6) fmpy.s1 f7 = f8, f11 // q0 = a*y0 54 (p6) fnma.s1 f6 = f9, f11, f1 // e0 = -b*y0 + 1 56 (p6) fma.s1 f10 = f7, f6, f7 // q1 = q0*e0 + q0 57 (p6) fmpy.s1 f7 = f6, f6 // e1 = e0*e0 62 (p6) fma.s1 f10 = f10, f7, f10 // q2 = q1*e1 + q1 63 (p6) fma.s1 f6 = f11, f6, f11 // y1 = y0*e0 + y0 [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha256-avx-asm.S | 154 ## compute s0 four at a time and s1 two at a time 174 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 177 add y0, y2 # y2 = S1 + CH 178 add _XFER(%rsp), y2 # y2 = k + w + S1 + CH 180 add y2, h # h = h + S1 + CH + k + w 184 add h, d # d = d + h + S1 + CH + k + w 188 add y1, h # h = h + S1 + CH + k + w + S0 191 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 207 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 212 add y0, y2 # y2 = S1 + CH [all …]
|
| H A D | sha256-ssse3-asm.S | 148 ## compute s0 four at a time and s1 two at a time 169 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 173 add y0, y2 # y2 = S1 + CH 174 add _XFER(%rsp) , y2 # y2 = k + w + S1 + CH 177 add y2, h # h = h + S1 + CH + k + w 181 add h, d # d = d + h + S1 + CH + k + w 185 add y1, h # h = h + S1 + CH + k + w + S0 188 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 207 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 212 add y0, y2 # y2 = S1 + CH [all …]
|
| H A D | sha256-avx2-asm.S | 168 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 170 vpaddd X0, XTMP0, XTMP0 # XTMP0 = W[-7] + W[-16]# y1 = (e >> 6)# S1 171 rorx $6, e, y1 # y1 = (e >> 6) # S1 174 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 189 add y0, y2 # y2 = S1 + CH # -- 194 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 198 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 217 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 221 rorx $6, e, y1 # y1 = (e >> 6) # S1 222 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 [all …]
|
| H A D | sha512-avx2-asm.S | 193 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1 195 rorx $14, e, y1 # y1 = (e >> 14) # S1 198 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1 211 add y0, y2 # y2 = S1 + CH # -- 215 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 217 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 256 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1 260 rorx $14, e, y1 # y1 = (e >> 14) # S1 261 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1 275 add y0, y2 # y2 = S1 + CH # -- [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | sample-parsing.c | 20 if (s1->m != s2->m) { \ 27 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \ 33 static bool samples_same(const struct perf_sample *s1, in samples_same() argument 79 for (i = 0; i < s1->read.group.nr; i++) in samples_same() 88 for (i = 0; i < s1->callchain->nr; i++) in samples_same() 94 if (memcmp(s1->raw_data, s2->raw_data, s1->raw_size)) { in samples_same() 103 for (i = 0; i < s1->branch_stack->nr; i++) in samples_same() 108 size_t sz = hweight_long(s1->user_regs.mask) * sizeof(u64); in samples_same() 112 if (s1->user_regs.abi && in samples_same() 113 (!s1->user_regs.regs || !s2->user_regs.regs || in samples_same() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/ |
| H A D | memcmp.c | 34 int test_memcmp(const void *s1, const void *s2, size_t n); 37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument 47 y = memcmp(s1+offset, s2+offset, size); in test_one() 48 x = test_memcmp(s1+offset, s2+offset, size); in test_one() 55 printf("%02x ", s1[i]); in test_one() 65 printf("vmx enter/exit not paired.(offset:%ld size:%ld s1:%p s2:%p vc:%d\n", in test_one() 66 offset, size, s1, s2, vmx_count); in test_one() 77 char *p, *s1, *s2; in testcase() local 88 /* Put s1/s2 at the end of a page */ in testcase() 89 s1 = p + MAP_SIZE - alloc_size; in testcase() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | string.h | 22 void *memcpy(void *__restrict s1, const void *__restrict s2, size_t n); 23 void *memmove(void *s1, const void *s2, size_t n); 24 int memcmp(const void *s1, const void *s2, size_t n); 27 int strcmp(const char *s1, const char *s2); 29 int strncmp(const char *s1, const char *s2, size_t n); 40 char *strncat (char *s1, const char *s2, size_t n); 43 size_t strxfrm(char *s1, const char *s2, size_t n); 44 size_t strspn(const char *s1, const char *s2); 45 size_t strcspn(const char *s1, const char *s2); 46 char *strpbrk(const char *s1, const char *s2);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | string.h | 22 void *memcpy(void *__restrict s1, const void *__restrict s2, size_t n); 23 void *memmove(void *s1, const void *s2, size_t n); 24 int memcmp(const void *s1, const void *s2, size_t n); 27 int strcmp(const char *s1, const char *s2); 29 int strncmp(const char *s1, const char *s2, size_t n); 40 char *strncat (char *s1, const char *s2, size_t n); 43 size_t strxfrm(char *s1, const char *s2, size_t n); 44 size_t strspn(const char *s1, const char *s2); 45 size_t strcspn(const char *s1, const char *s2); 46 char *strpbrk(const char *s1, const char *s2);
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | string.c | 214 * @s1: One string 217 * returns 0 if @s1 and @s2 are equal, 218 * < 0 if @s1 is less than @s2 219 * > 0 if @s1 is greater than @s2 222 int strcmp(const char *s1, const char *s2) in strcmp() argument 234 : "+d" (ret), "+d" (r0), "+a" (s1), "+a" (s2) in strcmp() 260 static inline int clcle(const char *s1, unsigned long l1, in clcle() argument 263 register unsigned long r2 asm("2") = (unsigned long) s1; in clcle() 280 * @s1: The string to be searched 284 char *strstr(const char *s1, const char *s2) in strstr() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | point_in_poly_winding.hpp | 65 // For the s1 of a segment going NE the real side is RIGHT but the point may 174 eq1 = eq1_strict // lon strictly equal to s1 in apply() 175 || math::equals(s1y, pi2) || math::equals(s1y, -pi2); // s1 is pole in apply() 273 calc_t const& s1, calc_t const& s2, in apply() 277 // e.g. s1 > p could be calculated from p > s1 in apply() 285 eq1 ? (greater(s2, p) ? 1 : -1) // Point on level s1, E/W depending on s2 in apply() 286 : eq2 ? (greater(s1, p) ? -1 : 1) // idem in apply() 287 : greater(p, s1) && greater(s2, p) ? 2 // Point between s1 -> s2 --> E in apply() 288 : greater(p, s2) && greater(s1, p) ? -2 // Point between s2 -> s1 --> W in apply() 299 calc_t const& s1, calc_t const& s2, in apply() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | aes_core.c | 792 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rk_aes_encrypt() local 805 s1 = GETU32(in + 4) ^ rk[1]; in rk_aes_encrypt() 810 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; in rk_aes_encrypt() 811 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in rk_aes_encrypt() 812 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; in rk_aes_encrypt() 813 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; in rk_aes_encrypt() 816 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; in rk_aes_encrypt() 820 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in rk_aes_encrypt() 821 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in rk_aes_encrypt() 822 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in rk_aes_encrypt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | rijndael.c | 880 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 890 s1 = GETU32(pt + 4) ^ rk[1]; in rijndaelEncrypt() 895 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ in rijndaelEncrypt() 897 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ in rijndaelEncrypt() 900 Te3[s1 & 0xff] ^ rk[6]; in rijndaelEncrypt() 901 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ in rijndaelEncrypt() 906 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ in rijndaelEncrypt() 913 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ in rijndaelEncrypt() 915 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ in rijndaelEncrypt() 918 Te3[s1 & 0xff] ^ rk[14]; in rijndaelEncrypt() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/ |
| H A D | aes_impl.c | 842 u32 s1 = 0; in rijndaelEncrypt() local 857 s1 = GETU32(plaintext + 4) ^ rk[1]; in rijndaelEncrypt() 862 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ in rijndaelEncrypt() 864 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ in rijndaelEncrypt() 867 Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[6]; in rijndaelEncrypt() 869 Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[7]; in rijndaelEncrypt() 873 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ in rijndaelEncrypt() 880 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ in rijndaelEncrypt() 882 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ in rijndaelEncrypt() 885 Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in rijndaelEncrypt() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | qcom,smd-rpm-regulator.yaml | 27 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8 29 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 32 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 36 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6, 40 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, 44 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2, 48 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22, 51 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob 53 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, 57 For pmi8994, s1, s2, s3, boost-bypass [all …]
|