/kernel/linux/linux-5.10/drivers/clk/hisilicon/ |
D | clk-hi3519.c | 35 { HI3519_FIXED_24M, "24m", NULL, 0, 24000000, }, 36 { HI3519_FIXED_50M, "50m", NULL, 0, 50000000, }, 37 { HI3519_FIXED_75M, "75m", NULL, 0, 75000000, }, 38 { HI3519_FIXED_125M, "125m", NULL, 0, 125000000, }, 39 { HI3519_FIXED_150M, "150m", NULL, 0, 150000000, }, 40 { HI3519_FIXED_200M, "200m", NULL, 0, 200000000, }, 41 { HI3519_FIXED_250M, "250m", NULL, 0, 250000000, }, 42 { HI3519_FIXED_300M, "300m", NULL, 0, 300000000, }, 43 { HI3519_FIXED_400M, "400m", NULL, 0, 400000000, }, 48 static u32 fmc_mux_table[] = {0, 1, 2, 3, 4, 5, 6, 7}; [all …]
|
D | crg-hi3516cv300.c | 40 { HI3516CV300_FIXED_3M, "3m", NULL, 0, 3000000, }, 41 { HI3516CV300_FIXED_6M, "6m", NULL, 0, 6000000, }, 42 { HI3516CV300_FIXED_24M, "24m", NULL, 0, 24000000, }, 43 { HI3516CV300_FIXED_49P5, "49.5m", NULL, 0, 49500000, }, 44 { HI3516CV300_FIXED_50M, "50m", NULL, 0, 50000000, }, 45 { HI3516CV300_FIXED_83P3M, "83.3m", NULL, 0, 83300000, }, 46 { HI3516CV300_FIXED_99M, "99m", NULL, 0, 99000000, }, 47 { HI3516CV300_FIXED_100M, "100m", NULL, 0, 100000000, }, 48 { HI3516CV300_FIXED_148P5M, "148.5m", NULL, 0, 148500000, }, 49 { HI3516CV300_FIXED_198M, "198m", NULL, 0, 198000000, }, [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 207 "\x63\x1c\xcd\x7b\xe1\x7e\xe4\xde\xc9\xa8\x89\xa1\x74\xcb\x3c\x63" 208 "\x7d\x24\xec\x83\xc3\x15\xe4\x7f\x73\x05\x34\xd1\xec\x22\xbb\x8a" 237 "\xAF\x94\x28\xC2\xB7\xB8\x88\x3F\xE4\x46\x3A\x4B\xC8\x5B\x1C\xB3" 266 "\x41\xE4\x25\x99\xAC\xFC\xD2\x0F\x02\xD3\xD1\x54\x06\x1A\x51\x77" 269 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48" 286 "\xEF\x7F\x60\xE4\xE6\x05\x82\x89\x5D\xDF\xC6\xD2\x6C\x07\x91\x33" 288 "\x9A\xB8\x81\xE2\xD0\x07\x35\xAA\x05\x41\xC9\x1E\xAF\xE4\x04\x3B" 291 "\x2F\x8A\xCA\xBC\x5E\xF0\x77\xE4\x97\x98\x97\xC7\x10\x91\x7D\x2A" [all …]
|
D | sha256_generic.c | 21 0xd1, 0x4a, 0x02, 0x8c, 0x2a, 0x3a, 0x2b, 0xc9, 0x47, 22 0x61, 0x02, 0xbb, 0x28, 0x82, 0x34, 0xc4, 0x15, 0xa2, 23 0xb0, 0x1f, 0x82, 0x8e, 0xa6, 0x2a, 0xc5, 0xb3, 0xe4, 24 0x2f 29 0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 30 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 31 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 32 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55 39 return 0; in crypto_sha256_init() 45 return 0; in crypto_sha224_init() [all …]
|
/kernel/linux/linux-5.10/drivers/char/ |
D | toshiba.c | 11 * 0xfc02: Scott Eisert <scott.e@sky-eye.com> 12 * 0xfc04: Steve VanDevender <stevev@efn.org> 13 * 0xfc08: Garth Berry <garth@itsbruce.net> 14 * 0xfc0a: Egbert Eich <eich@xfree86.org> 15 * 0xfc10: Andrew Lofthouse <Andrew.Lofthouse@robins.af.mil> 16 * 0xfc11: Spencer Olson <solson@novell.com> 17 * 0xfc13: Claudius Frankewitz <kryp@gmx.de> 18 * 0xfc15: Tom May <tom@you-bastards.com> 19 * 0xfc17: Dave Konrad <konrad@xenia.it> 20 * 0xfc1a: George Betzos <betzos@engr.colostate.edu> [all …]
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | s5h1432.c | 40 } while (0) 48 struct i2c_msg msg = {.addr = addr, .flags = 0, .buf = buf, .len = 2 }; in s5h1432_writereg() 53 printk(KERN_ERR "%s: writereg error 0x%02x 0x%02x 0x%04x, ret == %i)\n", in s5h1432_writereg() 56 return (ret != 1) ? -1 : 0; in s5h1432_writereg() 63 u8 b1[] = { 0 }; in s5h1432_readreg() 66 {.addr = addr, .flags = 0, .buf = b0, .len = 1}, in s5h1432_readreg() 75 return b1[0]; in s5h1432_readreg() 80 return 0; in s5h1432_sleep() 88 u8 reg = 0; in s5h1432_set_channel_bandwidth() 90 /* Register [0x2E] bit 3:2 : 8MHz = 0; 7MHz = 1; 6MHz = 2 */ in s5h1432_set_channel_bandwidth() [all …]
|
/kernel/linux/linux-5.10/fs/nls/ |
D | nls_euc-jp.c | 17 #define IS_SJIS_LOW_BYTE(l) ((0x40 <= (l)) && ((l) <= 0xFC) && ((l) != 0x7F)) 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ 20 || ((0xE0 <= (h)) && ((h) <= 0xEA))) \ 22 #define IS_SJIS_JISX0201KANA(c) ((0xA1 <= (c)) && ((c) <= 0xDF)) 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ 32 if ((sjis_lo) >= 0x9F) { \ 37 (euc_lo) = (sjis_lo) + ((sjis_lo) >= 0x7F ? 0x60 : 0x61); \ [all …]
|
D | nls_cp932.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,0x3001,0x3002,0xFF0C,0xFF0E,0x30FB,0xFF1A,0xFF1B,/* 0x40-0x47 */ 26 0xFF1F,0xFF01,0x309B,0x309C,0x00B4,0xFF40,0x00A8,0xFF3E,/* 0x48-0x4F */ [all …]
|
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_cp936.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 0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */ 26 0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */ [all …]
|
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_xcopy.c | 38 int off = 0; in target_xcopy_gen_naa_ieee() 40 buf[off++] = (0x6 << 4); in target_xcopy_gen_naa_ieee() 41 buf[off++] = 0x01; in target_xcopy_gen_naa_ieee() 42 buf[off++] = 0x40; in target_xcopy_gen_naa_ieee() 43 buf[off] = (0x5 << 4); in target_xcopy_gen_naa_ieee() 46 return 0; in target_xcopy_gen_naa_ieee() 54 * @return: 1 on match, 0 on no-match 64 return 0; in target_xcopy_locate_se_dev_e4_iter() 67 memset(&tmp_dev_wwn[0], 0, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4_iter() 68 target_xcopy_gen_naa_ieee(se_dev, &tmp_dev_wwn[0]); in target_xcopy_locate_se_dev_e4_iter() [all …]
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
D | clk-mt7622-eth.c | 29 .set_ofs = 0x30, 30 .clr_ofs = 0x30, 31 .sta_ofs = 0x30, 43 .set_ofs = 0xE4, 44 .clr_ofs = 0xE4, 45 .sta_ofs = 0xE4, 85 mtk_register_reset_controller(node, 1, 0x34); in clk_mt7622_ethsys_init()
|
D | clk-mt7629-eth.c | 29 .set_ofs = 0x30, 30 .clr_ofs = 0x30, 31 .sta_ofs = 0x30, 43 .set_ofs = 0xE4, 44 .clr_ofs = 0xE4, 45 .sta_ofs = 0xE4, 95 mtk_register_reset_controller(node, 1, 0x34); in clk_mt7629_ethsys_init()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | imx53-m53menlo.dts | 15 pinctrl-0 = <&pinctrl_power_button>; 27 pinctrl-0 = <&pinctrl_power_out>; 35 pinctrl-0 = <&pinctrl_led>; 61 #size-cells = <0>; 63 port@0 { 64 reg = <0>; 83 pinctrl-0 = <&pinctrl_display_gpio>; 85 enable-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; 96 pinctrl-0 = <&pinctrl_beeper>; 105 gpio = <&gpio1 2 0>; [all …]
|
D | bcm7445.dtsi | 17 #size-cells = <0>; 19 cpu@0 { 23 reg = <0>; 50 reg = <0x00 0xffd01000 0x00 0x1000>, 51 <0x00 0xffd02000 0x00 0x2000>, 52 <0x00 0xffd04000 0x00 0x2000>, 53 <0x00 0xffd06000 0x00 0x2000>; 70 ranges = <0 0x00 0xf0000000 0x1000000>; 74 reg = <0x40ab00 0x20>; 84 reg = <0x404000 0x51c>; [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt | 32 in format: <0>, <2>; It can be in random order and 33 begins from 0 to 3, as keystone can contain up to 4 SoC 42 reg = <0x02310000 0x200>; 47 reg = <0x02620000 0x1000>; 52 ti,syscon-pll = <&pllctrl 0xe4>; 53 ti,syscon-dev = <&devctrl 0x328>; 54 ti,wdt-list = <0>; 63 ti,syscon-pll = <&pllctrl 0xe4>; 64 ti,syscon-dev = <&devctrl 0x328>; 65 ti,wdt-list = <0>, <2>;
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
D | p54spi_eeprom.h | 19 0x47, 0x4d, 0x55, 0xaa, /* magic */ 20 0x00, 0x00, /* pad */ 21 0x00, 0x00, /* eeprom_pda_data_wrap length */ 22 0x00, 0x00, 0x00, 0x00, /* arm opcode */ 25 0x04, 0x00, 0x01, 0x01, /* PDR_MAC_ADDRESS */ 26 0x00, 0x02, 0xee, 0xc0, 0xff, 0xee, 29 0x06, 0x00, 0x01, 0x10, /* PDR_INTERFACE_LIST */ 30 0x00, 0x00, /* role */ 31 0x0f, 0x00, /* if_id */ 32 0x85, 0x00, /* variant = Longbow RF, 2GHz */ [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | ufs-hisi.h | 14 #define PSW_POWER_CTRL (0x04) 15 #define PHY_ISO_EN (0x08) 16 #define HC_LP_CTRL (0x0C) 17 #define PHY_CLK_CTRL (0x10) 18 #define PSW_CLK_CTRL (0x14) 19 #define CLOCK_GATE_BYPASS (0x18) 20 #define RESET_CTRL_EN (0x1C) 21 #define UFS_SYSCTRL (0x5C) 22 #define UFS_DEVICE_RESET_CTRL (0x60) 25 #define BIT_UFS_PSW_MTCMOS_EN (1 << 0) [all …]
|
/kernel/linux/linux-5.10/lib/crypto/ |
D | chacha20poly1305-selftest.c | 31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 32 0x2d, 0x44, 0x72, 0x61, 0x66, 0x74, 0x73, 0x20, 33 0x61, 0x72, 0x65, 0x20, 0x64, 0x72, 0x61, 0x66, 34 0x74, 0x20, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 35 0x6e, 0x74, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x69, 36 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20, 37 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 38 0x6f, 0x66, 0x20, 0x73, 0x69, 0x78, 0x20, 0x6d, 39 0x6f, 0x6e, 0x74, 0x68, 0x73, 0x20, 0x61, 0x6e, 40 0x64, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, [all …]
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
D | topro.c | 22 0xff, 0xd8, /* jpeg */ 25 0xff, 0xdb, 0x00, 0x84, /* DQT */ 26 0, 28 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e, 29 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28, 30 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25, 31 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33, 32 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44, 33 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57, 34 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71, [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,brcmstb.txt | 49 ranges = <0 0x00 0xf0000000 0x1000000>; 53 reg = <0x404000 0x51c>; 58 reg = <0x3e2400 0x5b4>; 64 reg = <0x452000 0x100>; 94 syscon-cpu = <&hif_cpubiuctrl 0x88 0x178>; 117 syscon = <&sun_top_ctrl 0x304 0x308>; 141 reg = <0x410000 0x400>; 170 "brcm,brcmstb-ddr-phy-v72.0" 182 - compatible : should contain "brcm,brcmstb-ddr-shimphy-v1.0" 206 memc@0 { [all …]
|
/kernel/linux/linux-5.10/lib/ |
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 …]
|
D | crc7.c | 18 0x00, 0x12, 0x24, 0x36, 0x48, 0x5a, 0x6c, 0x7e, 19 0x90, 0x82, 0xb4, 0xa6, 0xd8, 0xca, 0xfc, 0xee, 20 0x32, 0x20, 0x16, 0x04, 0x7a, 0x68, 0x5e, 0x4c, 21 0xa2, 0xb0, 0x86, 0x94, 0xea, 0xf8, 0xce, 0xdc, 22 0x64, 0x76, 0x40, 0x52, 0x2c, 0x3e, 0x08, 0x1a, 23 0xf4, 0xe6, 0xd0, 0xc2, 0xbc, 0xae, 0x98, 0x8a, 24 0x56, 0x44, 0x72, 0x60, 0x1e, 0x0c, 0x3a, 0x28, 25 0xc6, 0xd4, 0xe2, 0xf0, 0x8e, 0x9c, 0xaa, 0xb8, 26 0xc8, 0xda, 0xec, 0xfe, 0x80, 0x92, 0xa4, 0xb6, 27 0x58, 0x4a, 0x7c, 0x6e, 0x10, 0x02, 0x34, 0x26, [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 45 reg = <0x41600 0x80>; 46 msi-available-ranges = <0 0x100>; 48 0xe0 0 49 0xe1 0 50 0xe2 0 51 0xe3 0 52 0xe4 0 53 0xe5 0 54 0xe6 0 55 0xe7 0>; [all …]
|
/kernel/linux/linux-5.10/fs/unicode/ |
D | utf8data.h_shipped | 6 static const unsigned int utf8vers = 0xc0100; 9 0, 10 0x10100, 11 0x20000, 12 0x20100, 13 0x30000, 14 0x30100, 15 0x30200, 16 0x40000, 17 0x40100, [all …]
|