| /kernel/linux/linux-6.6/lib/ |
| D | test_scanf.c | 66 for (; n_args > 0; n_args--, expect++) { \ 75 return 0; \ 76 } while (0) 160 0x0ULL, 161 0x1ULL, 162 0x7fULL, 163 0x80ULL, 164 0x81ULL, 165 0xffULL, 166 0x100ULL, [all …]
|
| D | crc32test.c | 15 * There are various incantations of crc32(). Some use a seed of 0 or ~0. 16 * Some xor at the end with ~0. The generic crc32() function takes 19 * drivers/net/smc9194.c uses seed ~0, doesn't xor with ~0. 20 * fs/jffs2 uses seed 0, doesn't xor with ~0. 21 * fs/partitions/efi.c uses seed ~0, xor's with ~0. 36 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 37 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4, 38 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60, 39 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c, 40 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4, [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 198 "\x79\x7C\x3F\xA7\xA2\xCD\xCB\x3C\xD1\xE0\xBD\xBA\x26\x54\xB4\xF9" 249 "\xc2\x7f\x74\x81\x91\x68\x44\x48\x5a\xdc\xa0\x7e\xa7\x0b\x05\x7f" 267 "\xBD\xB6\xBF\xEA\xA7\x5C\x06\xA9\x5D\x69\x84\x45\xD7\xF5\x05\xBA" 296 "\xA7\x1D\xD9\x1E\x06\xCD\xE8\xBA\x2C\x8C\x69\x32\xEA\xBE\x60\x71" 331 "\xBD\xB6\xBF\xEA\xA7\x5C\x06\xA9\x5D\x69\x84\x45\xD7\xF5\x05\xBA" 373 "\xA0\x86\xED\xF2\xB9\x50\x5C\x54\x5C\xBA\xE4\xA1\xB2\xA7\xAE\x2F" 394 "\xB7\x68\x13\x53\xB9\xE7\x89\xC3\xE8\xD6\x6E\xA7\x6D\xEA\x81\xFD" 402 "\xFE\x87\x06\x98\xBC\x7B\xD3\x21\x36\x60\x25\x54\xA7\x3D\xFA\x91" [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 200 "\x79\x7C\x3F\xA7\xA2\xCD\xCB\x3C\xD1\xE0\xBD\xBA\x26\x54\xB4\xF9" 212 "\xEB\x7E\x8B\x4F\x10\xA7\x54\x9E\x8E\xED\xF5\xB4\xFC\xE0\x9E\x05" 273 "\x61\xAD\xBD\x3A\x8A\x7E\x99\x1C\x5C\x05\x56\xA9\x4C\x31\x46\xA7" 287 "\xc2\x7f\x74\x81\x91\x68\x44\x48\x5a\xdc\xa0\x7e\xa7\x0b\x05\x7f" 305 "\xBD\xB6\xBF\xEA\xA7\x5C\x06\xA9\x5D\x69\x84\x45\xD7\xF5\x05\xBA" 334 "\xA7\x1D\xD9\x1E\x06\xCD\xE8\xBA\x2C\x8C\x69\x32\xEA\xBE\x60\x71" 347 "\x40\x96\x2F\xE5\x87\xEA\xF3\xA5\x77\x11\x67\x3C\x8D\x56\x08\xA7" 350 "\x65\xF8\x0B\x94\x59\x4F\x8C\xFD\xD5\x34\xA2\xE7\x62\x84\x0A\xA7" [all …]
|
| /kernel/linux/linux-6.6/drivers/media/tuners/ |
| D | mt2266.c | 17 #define I2C_ADDRESS 0x60 19 #define REG_PART_REV 0 23 #define REG_LOCK 0x12 25 #define PART_REV 0x85 37 #define MT2266_UHF 0 45 …ne dprintk(args...) do { if (debug) {printk(KERN_DEBUG "MT2266: " args); printk("\n"); }} while (0) 51 { .addr = priv->cfg->i2c_address, .flags = 0, .buf = ®, .len = 1 }, in mt2266_readreg() 58 return 0; in mt2266_readreg() 66 .addr = priv->cfg->i2c_address, .flags = 0, .buf = buf, .len = 2 in mt2266_writereg() 72 return 0; in mt2266_writereg() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | mt2266.c | 17 #define I2C_ADDRESS 0x60 19 #define REG_PART_REV 0 23 #define REG_LOCK 0x12 25 #define PART_REV 0x85 37 #define MT2266_UHF 0 45 …ne dprintk(args...) do { if (debug) {printk(KERN_DEBUG "MT2266: " args); printk("\n"); }} while (0) 51 { .addr = priv->cfg->i2c_address, .flags = 0, .buf = ®, .len = 1 }, in mt2266_readreg() 58 return 0; in mt2266_readreg() 66 .addr = priv->cfg->i2c_address, .flags = 0, .buf = buf, .len = 2 in mt2266_writereg() 72 return 0; in mt2266_writereg() [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | aesgcm.c | 43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 60 return 0; in aesgcm_expandkey() 67 while (len > 0) { in aesgcm_ghash() 101 while (len > 0) { in aesgcm_crypt() 210 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 232 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 264 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 280 "\x99\x24\xa7\xc8\x58\x73\x36\xbf" 288 "\xce\xa7\x40\x3d\x4d\x60\x6b\x6e" 290 "\xd0\xd1\xc8\xa7\x99\x99\x6b\xf0" [all …]
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | ov2640.c | 37 #define R_BYPASS 0x05 /* Bypass DSP */ 38 #define R_BYPASS_DSP_BYPAS 0x01 /* Bypass DSP, sensor out directly */ 39 #define R_BYPASS_USE_DSP 0x00 /* Use the internal DSP */ 40 #define QS 0x44 /* Quantization Scale Factor */ 41 #define CTRLI 0x50 42 #define CTRLI_LP_DP 0x80 43 #define CTRLI_ROUND 0x40 44 #define CTRLI_V_DIV_SET(x) VAL_SET(x, 0x3, 0, 3) 45 #define CTRLI_H_DIV_SET(x) VAL_SET(x, 0x3, 0, 0) 46 #define HSIZE 0x51 /* H_SIZE[7:0] (real/4) */ [all …]
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | ov2640.c | 35 #define R_BYPASS 0x05 /* Bypass DSP */ 36 #define R_BYPASS_DSP_BYPAS 0x01 /* Bypass DSP, sensor out directly */ 37 #define R_BYPASS_USE_DSP 0x00 /* Use the internal DSP */ 38 #define QS 0x44 /* Quantization Scale Factor */ 39 #define CTRLI 0x50 40 #define CTRLI_LP_DP 0x80 41 #define CTRLI_ROUND 0x40 42 #define CTRLI_V_DIV_SET(x) VAL_SET(x, 0x3, 0, 3) 43 #define CTRLI_H_DIV_SET(x) VAL_SET(x, 0x3, 0, 0) 44 #define HSIZE 0x51 /* H_SIZE[7:0] (real/4) */ [all …]
|
| /kernel/linux/linux-6.6/fs/nls/ |
| D | nls_cp950.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x3000,0xFF0C,0x3001,0x3002,0xFF0E,0x2027,0xFF1B,0xFF1A,/* 0x40-0x47 */ 26 0xFF1F,0xFF01,0xFE30,0x2026,0x2025,0xFE50,0xFE51,0xFE52,/* 0x48-0x4F */ [all …]
|
| D | nls_cp949.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x0000,0xAC02,0xAC03,0xAC05,0xAC06,0xAC0B,0xAC0C,0xAC0D,/* 0x40-0x47 */ 26 0xAC0E,0xAC0F,0xAC18,0xAC1E,0xAC1F,0xAC21,0xAC22,0xAC23,/* 0x48-0x4F */ [all …]
|
| /kernel/linux/linux-5.10/fs/nls/ |
| D | nls_cp950.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x3000,0xFF0C,0x3001,0x3002,0xFF0E,0x2027,0xFF1B,0xFF1A,/* 0x40-0x47 */ 26 0xFF1F,0xFF01,0xFE30,0x2026,0x2025,0xFE50,0xFE51,0xFE52,/* 0x48-0x4F */ [all …]
|
| D | nls_cp949.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x0000,0xAC02,0xAC03,0xAC05,0xAC06,0xAC0B,0xAC0C,0xAC0D,/* 0x40-0x47 */ 26 0xAC0E,0xAC0F,0xAC18,0xAC1E,0xAC1F,0xAC21,0xAC22,0xAC23,/* 0x48-0x4F */ [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | sal.h | 27 #define IA64_SAL_PLATFORM_FEATURE_BUS_LOCK_BIT 0 61 } while (0) 74 } while (0) 83 } while (0) 85 #define SAL_SET_VECTORS 0x01000000 86 #define SAL_GET_STATE_INFO 0x01000001 87 #define SAL_GET_STATE_INFO_SIZE 0x01000002 88 #define SAL_CLEAR_STATE_INFO 0x01000003 89 #define SAL_MC_RENDEZ 0x01000004 90 #define SAL_MC_SET_PARAMS 0x01000005 [all …]
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | sal.h | 27 #define IA64_SAL_PLATFORM_FEATURE_BUS_LOCK_BIT 0 61 } while (0) 74 } while (0) 83 } while (0) 85 #define SAL_SET_VECTORS 0x01000000 86 #define SAL_GET_STATE_INFO 0x01000001 87 #define SAL_GET_STATE_INFO_SIZE 0x01000002 88 #define SAL_CLEAR_STATE_INFO 0x01000003 89 #define SAL_MC_RENDEZ 0x01000004 90 #define SAL_MC_SET_PARAMS 0x01000005 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-samsung-s6e8aa0.c | 34 #define PANELCTL_SS_1_800 (0 << 5) 41 #define PANELCTL_CLK1_000 (0 << 3) 43 #define PANELCTL_CLK2_CON_MASK (7 << 0) 44 #define PANELCTL_CLK2_000 (0 << 0) 45 #define PANELCTL_CLK2_001 (1 << 0) 48 #define PANELCTL_INT1_000 (0 << 3) 50 #define PANELCTL_INT2_CON_MASK (7 << 0) 51 #define PANELCTL_INT2_000 (0 << 0) 52 #define PANELCTL_INT2_001 (1 << 0) 55 #define PANELCTL_BICTL_000 (0 << 3) [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
| D | panel-samsung-s6e8aa0.c | 34 #define PANELCTL_SS_1_800 (0 << 5) 41 #define PANELCTL_CLK1_000 (0 << 3) 43 #define PANELCTL_CLK2_CON_MASK (7 << 0) 44 #define PANELCTL_CLK2_000 (0 << 0) 45 #define PANELCTL_CLK2_001 (1 << 0) 48 #define PANELCTL_INT1_000 (0 << 3) 50 #define PANELCTL_INT2_CON_MASK (7 << 0) 51 #define PANELCTL_INT2_000 (0 << 0) 52 #define PANELCTL_INT2_001 (1 << 0) 55 #define PANELCTL_BICTL_000 (0 << 3) [all …]
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | xfs_dahash_test.c | 20 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 21 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4, 22 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60, 23 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c, 24 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4, 25 0xe9, 0x70, 0x51, 0x8c, 0x7f, 0x95, 0x6f, 0x1a, 26 0x56, 0xa1, 0x5c, 0x27, 0x03, 0x67, 0x9f, 0x3a, 27 0xe2, 0x31, 0x11, 0x29, 0x6b, 0x98, 0xfc, 0xc4, 28 0x53, 0x24, 0xc5, 0x8b, 0xce, 0x47, 0xb2, 0xb9, 29 0x32, 0xcb, 0xc1, 0xd0, 0x03, 0x57, 0x4e, 0xd4, [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| D | padlock-aes.c | 84 return 0; in aes_hw_extkey_available() 125 ctx->E[0] = le32_to_cpu(key[0]); in aes_set_key() 131 memset(&ctx->cword, 0, sizeof(ctx->cword)); in aes_set_key() 159 return 0; in aes_set_key() 197 asm volatile (".byte 0xf3,0x0f,0xa7,0xc8" /* rep xcryptecb */ in rep_xcrypt_ecb() 205 asm volatile (".byte 0xf3,0x0f,0xa7,0xd0" /* rep xcryptcbc */ in rep_xcrypt_cbc() 219 u8 *tmp = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in ecb_crypt_copy() 233 u8 *tmp = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in cbc_crypt_copy() 276 asm volatile (".byte 0xf3,0x0f,0xa7,0xc8" /* rep xcryptecb */ in padlock_xcrypt_ecb() 280 asm volatile (".byte 0xf3,0x0f,0xa7,0xc8" /* rep xcryptecb */ in padlock_xcrypt_ecb() [all …]
|
| /kernel/linux/linux-6.6/drivers/crypto/ |
| D | padlock-aes.c | 84 return 0; in aes_hw_extkey_available() 125 ctx->E[0] = le32_to_cpu(key[0]); in aes_set_key() 131 memset(&ctx->cword, 0, sizeof(ctx->cword)); in aes_set_key() 159 return 0; in aes_set_key() 197 asm volatile (".byte 0xf3,0x0f,0xa7,0xc8" /* rep xcryptecb */ in rep_xcrypt_ecb() 205 asm volatile (".byte 0xf3,0x0f,0xa7,0xd0" /* rep xcryptcbc */ in rep_xcrypt_cbc() 219 u8 *tmp = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in ecb_crypt_copy() 233 u8 *tmp = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in cbc_crypt_copy() 276 asm volatile (".byte 0xf3,0x0f,0xa7,0xc8" /* rep xcryptecb */ in padlock_xcrypt_ecb() 280 asm volatile (".byte 0xf3,0x0f,0xa7,0xc8" /* rep xcryptecb */ in padlock_xcrypt_ecb() [all …]
|
| /kernel/linux/linux-6.6/drivers/phy/samsung/ |
| D | phy-exynos-pcie.c | 18 #define PCIE_PHY_OFFSET(x) ((x) * 0x4) 21 #define PCIE_EXYNOS5433_PHY_MAC_RESET 0x0208 22 #define PCIE_MAC_RESET_MASK 0xFF 24 #define PCIE_EXYNOS5433_PHY_L1SUB_CM_CON 0x1010 25 #define PCIE_REFCLK_GATING_EN BIT(0) 26 #define PCIE_EXYNOS5433_PHY_COMMON_RESET 0x1020 27 #define PCIE_PHY_RESET BIT(0) 28 #define PCIE_EXYNOS5433_PHY_GLOBAL_RESET 0x1040 29 #define PCIE_GLOBAL_RESET BIT(0) 31 #define PCIE_REFCLK_MASK 0x16 [all …]
|
| /kernel/linux/linux-6.6/include/linux/mfd/ |
| D | tc3589x.h | 12 TC3589x_BLOCK_GPIO = 1 << 0, 20 #define TC3589x_RSTCTRL_GPIRST (1 << 0) 23 #define TC3589x_DKBDMSK_EINT (1 << 0) 26 #define TC3589x_KBDSETTLE_REG 0x01 27 #define TC3589x_KBDBOUNCE 0x02 28 #define TC3589x_KBDSIZE 0x03 29 #define TC3589x_KBCFG_LSB 0x04 30 #define TC3589x_KBCFG_MSB 0x05 31 #define TC3589x_KBDIC 0x08 32 #define TC3589x_KBDMSK 0x09 [all …]
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | tc3589x.h | 12 TC3589x_BLOCK_GPIO = 1 << 0, 20 #define TC3589x_RSTCTRL_GPIRST (1 << 0) 23 #define TC3589x_DKBDMSK_EINT (1 << 0) 26 #define TC3589x_KBDSETTLE_REG 0x01 27 #define TC3589x_KBDBOUNCE 0x02 28 #define TC3589x_KBDSIZE 0x03 29 #define TC3589x_KBCFG_LSB 0x04 30 #define TC3589x_KBCFG_MSB 0x05 31 #define TC3589x_KBDIC 0x08 32 #define TC3589x_KBDMSK 0x09 [all …]
|
| /kernel/linux/linux-5.10/include/linux/mfd/wm8350/ |
| D | comparator.h | 15 #define WM8350_DIGITISER_CONTROL_1 0x90 16 #define WM8350_DIGITISER_CONTROL_2 0x91 17 #define WM8350_AUX1_READBACK 0x98 18 #define WM8350_AUX2_READBACK 0x99 19 #define WM8350_AUX3_READBACK 0x9A 20 #define WM8350_AUX4_READBACK 0x9B 21 #define WM8350_CHIP_TEMP_READBACK 0x9F 22 #define WM8350_GENERIC_COMPARATOR_CONTROL 0xA3 23 #define WM8350_GENERIC_COMPARATOR_1 0xA4 24 #define WM8350_GENERIC_COMPARATOR_2 0xA5 [all …]
|
| /kernel/linux/linux-6.6/include/linux/mfd/wm8350/ |
| D | comparator.h | 15 #define WM8350_DIGITISER_CONTROL_1 0x90 16 #define WM8350_DIGITISER_CONTROL_2 0x91 17 #define WM8350_AUX1_READBACK 0x98 18 #define WM8350_AUX2_READBACK 0x99 19 #define WM8350_AUX3_READBACK 0x9A 20 #define WM8350_AUX4_READBACK 0x9B 21 #define WM8350_CHIP_TEMP_READBACK 0x9F 22 #define WM8350_GENERIC_COMPARATOR_CONTROL 0xA3 23 #define WM8350_GENERIC_COMPARATOR_1 0xA4 24 #define WM8350_GENERIC_COMPARATOR_2 0xA5 [all …]
|