Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 1274) sorted by relevance

12345678910>>...51

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs_sha256.c78 SHA256Transform(uint32_t *H, const uint8_t *cp) in SHA256Transform() argument
89 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in SHA256Transform()
90 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA256Transform()
99 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in SHA256Transform()
100 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA256Transform()
107 uint32_t H[8] = { 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a, in zio_checksum_SHA256() local
114 SHA256Transform(H, (uint8_t *)buf + i); in zio_checksum_SHA256()
126 SHA256Transform(H, pad + i); in zio_checksum_SHA256()
128 zcp->zc_word[0] = cpu_to_zfs64((uint64_t)H[0] << 32 | H[1], in zio_checksum_SHA256()
130 zcp->zc_word[1] = cpu_to_zfs64((uint64_t)H[2] << 32 | H[3], in zio_checksum_SHA256()
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dsha256.c70 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
120 H = ctx->state[7]; in sha256_process_one()
122 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process_one()
123 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process_one()
124 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process_one()
125 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process_one()
126 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process_one()
127 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process_one()
128 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process_one()
129 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process_one()
[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 Dhash-map-traits.h31 template <typename H, typename Value>
34 typedef typename H::value_type key_type;
39 static const bool empty_zero_p = H::empty_zero_p;
46 template <typename H, typename Value>
48 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash()
50 return H::hash (h); in hash()
53 template <typename H, typename Value>
55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys()
58 return H::equal (k1, k2); in equal_keys()
61 template <typename H, typename Value>
[all …]
H A Dhash-map.h302 template<typename K, typename V, typename H>
304 gt_ggc_mx (hash_map<K, V, H> *h) in gt_ggc_mx()
309 template<typename K, typename V, typename H>
311 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx()
316 template<typename K, typename V, typename H>
318 gt_cleare_cache (hash_map<K, V, H> *h) in gt_cleare_cache()
324 template<typename K, typename V, typename H>
326 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx()
332 template<bool ggc, typename K, typename V, typename H>
333 inline hash_map<K,V,H> *
[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 Dhash-map-traits.h31 template <typename H, typename Value>
34 typedef typename H::value_type key_type;
39 static const bool empty_zero_p = H::empty_zero_p;
46 template <typename H, typename Value>
48 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash()
50 return H::hash (h); in hash()
53 template <typename H, typename Value>
55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys()
58 return H::equal (k1, k2); in equal_keys()
61 template <typename H, typename Value>
[all …]
H A Dhash-map.h302 template<typename K, typename V, typename H>
304 gt_ggc_mx (hash_map<K, V, H> *h) in gt_ggc_mx()
309 template<typename K, typename V, typename H>
311 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx()
316 template<typename K, typename V, typename H>
318 gt_cleare_cache (hash_map<K, V, H> *h) in gt_cleare_cache()
324 template<typename K, typename V, typename H>
326 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx()
332 template<bool ggc, typename K, typename V, typename H>
333 inline hash_map<K,V,H> *
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Dghashp8-ppc.pl57 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12));
72 lvx_u $H,0,r4 # load H
78 le?vperm $H,$H,$H,5
90 vspltb $t1,$H,0 # most significant byte
91 vsl $H,$H,$t0 # H<<=1
94 vxor $H,$H,$t1 # twisted H
96 vsldoi $H,$H,$H,8 # twist even more ...
98 vsldoi $Hl,$zero,$H,8 # ... and split
99 vsldoi $Hh,$H,$zero,8
103 stvx_u $H, r9,r3
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
184 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
187 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
184 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
187 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
183 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
184 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
186 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey()
191 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument
206 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
209 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
228 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
240 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
241 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
[all …]
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dlzo.rst142 Always followed by exactly one byte : H H H H H H H H
143 distance = (H << 2) + D + 1
152 Always followed by exactly one byte : H H H H H H H H
153 distance = (H << 2) + D + 2049
155 0 0 0 1 H L L L (16..31)
159 distance = 16384 + (H << 14) + D
168 zeros if distance = 0xbfff, i.e. H = 1 and the D bits are all 1.
183 Always followed by exactly one byte : H H H H H H H H
184 distance = (H << 3) + D + 1
190 Always followed by exactly one byte : H H H H H H H H
[all …]
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dviafb.modes29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz
116 # D: 52.406 MHz, H: 61.800 kHz, V: 120.00 Hz
137 # D: 26.880 MHz, H: 30.000 kHz, V: 60.24 Hz
158 # D: 29.500 MHz, H: 29.738 kHz, V: 60.00 Hz
179 # D: 32.668 MHz, H: 35.820 kHz, V: 60.00 Hz
200 # D: 40.00 MHz, H: 37.879 kHz, V: 60.32 Hz
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sm3.c237 #define R(A, B, C, D, E, F, G, H, xx) \ argument
241 TT2 = GG##xx(E, F, G) + H + SS1 + W[j]; \
243 H = TT1; \
248 #define R8(A, B, C, D, E, F, G, H, xx) \ argument
249 R(A, B, C, D, E, F, G, H, xx); \
250 R(H, A, B, C, D, E, F, G, xx); \
251 R(G, H, A, B, C, D, E, F, xx); \
252 R(F, G, H, A, B, C, D, E, xx); \
253 R(E, F, G, H, A, B, C, D, xx); \
254 R(D, E, F, G, H, A, B, C, xx); \
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/sunxi/
H A Dpinctrl-sun6i-a31.c828 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 0), PINCTRL_SUN6I_A31,
832 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 1), PINCTRL_SUN6I_A31,
836 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 2), PINCTRL_SUN6I_A31,
840 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 3), PINCTRL_SUN6I_A31,
844 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 4), PINCTRL_SUN6I_A31,
848 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 5), PINCTRL_SUN6I_A31,
852 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 6), PINCTRL_SUN6I_A31,
856 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 7), PINCTRL_SUN6I_A31,
860 SUNXI_PIN_VARIANT(SUNXI_PINCTRL_PIN(H, 8), PINCTRL_SUN6I_A31,
864 SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 9),
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c338 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
388 H = ctx->state[7]; in sha256_process()
390 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process()
391 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process()
392 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process()
393 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process()
394 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process()
395 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process()
396 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process()
397 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process()
[all …]
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c338 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
388 H = ctx->state[7]; in sha256_process()
390 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process()
391 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process()
392 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process()
393 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process()
394 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process()
395 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process()
396 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process()
397 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp15-pinctrl.dtsi82 pinmux = <STM32_PINMUX('H', 8, AF13)>,/* DCMI_HSYNC */
85 <STM32_PINMUX('H', 9, AF13)>,/* DCMI_D0 */
86 <STM32_PINMUX('H', 10, AF13)>,/* DCMI_D1 */
87 <STM32_PINMUX('H', 11, AF13)>,/* DCMI_D2 */
88 <STM32_PINMUX('H', 12, AF13)>,/* DCMI_D3 */
89 <STM32_PINMUX('H', 14, AF13)>,/* DCMI_D4 */
94 <STM32_PINMUX('H', 7, AF13)>,/* DCMI_D9 */
96 <STM32_PINMUX('H', 15, AF13)>;/* DCMI_D11 */
103 pinmux = <STM32_PINMUX('H', 8, ANALOG)>,/* DCMI_HSYNC */
106 <STM32_PINMUX('H', 9, ANALOG)>,/* DCMI_D0 */
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...

12345678910>>...51