/Linux-v6.6/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 …]
|
/Linux-v6.6/drivers/clk/mediatek/ |
D | clk-mt7986-eth.c | 18 .set_ofs = 0xe4, 19 .clr_ofs = 0xe4, 20 .sta_ofs = 0xe4, 34 .set_ofs = 0xe4, 35 .clr_ofs = 0xe4, 36 .sta_ofs = 0xe4, 50 .set_ofs = 0x30, 51 .clr_ofs = 0x30, 52 .sta_ofs = 0x30,
|
D | clk-mt7981-eth.c | 20 .set_ofs = 0xE4, 21 .clr_ofs = 0xE4, 22 .sta_ofs = 0xE4, 42 .set_ofs = 0xE4, 43 .clr_ofs = 0xE4, 44 .sta_ofs = 0xE4, 64 .set_ofs = 0x30, 65 .clr_ofs = 0x30, 66 .sta_ofs = 0x30,
|
D | clk-mt7622-eth.c | 21 .set_ofs = 0x30, 22 .clr_ofs = 0x30, 23 .sta_ofs = 0x30, 35 .set_ofs = 0xE4, 36 .clr_ofs = 0xE4, 37 .sta_ofs = 0xE4, 54 static u16 rst_ofs[] = { 0x34, };
|
D | clk-mt7629-eth.c | 21 .set_ofs = 0x30, 22 .clr_ofs = 0x30, 23 .sta_ofs = 0x30, 35 .set_ofs = 0xE4, 36 .clr_ofs = 0xE4, 37 .sta_ofs = 0xE4, 65 static u16 rst_ofs[] = { 0x34, };
|
/Linux-v6.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 222 "\x63\x1c\xcd\x7b\xe1\x7e\xe4\xde\xc9\xa8\x89\xa1\x74\xcb\x3c\x63" 223 "\x7d\x24\xec\x83\xc3\x15\xe4\x7f\x73\x05\x34\xd1\xec\x22\xbb\x8a" 252 "\xAF\x94\x28\xC2\xB7\xB8\x88\x3F\xE4\x46\x3A\x4B\xC8\x5B\x1C\xB3" 267 "\x54\x49\x4C\xA6\x3E\xBA\x03\x37\xE4\xE2\x40\x23\xFC\xD6\x9A\x5A" 274 "\xF9\x80\x3F\x8F\x6F\x8A\xE3\x42\xE9\x31\xFD\x8A\xE4\x7A\x22\x0D" 304 "\x41\xE4\x25\x99\xAC\xFC\xD2\x0F\x02\xD3\xD1\x54\x06\x1A\x51\x77" 307 "\x8C\x33\xE4\x36\xB8\x43\xEB\x19\x2A\x81\x8D\xDE\x81\x0A\x99\x48" 324 "\xEF\x7F\x60\xE4\xE6\x05\x82\x89\x5D\xDF\xC6\xD2\x6C\x07\x91\x33" [all …]
|
D | dh.c | 27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() 68 return 0; in dh_set_params() 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 132 val = mpi_alloc(0); in dh_is_pubkey_valid() 159 if (ret != 0) in dh_is_pubkey_valid() [all …]
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/drivers/target/ |
D | target_core_xcopy.c | 41 * @return: 1 on match, 0 on no-match 51 return 0; in target_xcopy_locate_se_dev_e4_iter() 54 memset(&tmp_dev_wwn[0], 0, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4_iter() 55 spc_gen_naa_6h_vendor_specific(se_dev, &tmp_dev_wwn[0]); in target_xcopy_locate_se_dev_e4_iter() 57 rc = memcmp(&tmp_dev_wwn[0], dev_wwn, XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_locate_se_dev_e4_iter() 58 if (rc != 0) { in target_xcopy_locate_se_dev_e4_iter() 61 return 0; in target_xcopy_locate_se_dev_e4_iter() 63 pr_debug("XCOPY 0xe4: located se_dev: %p\n", se_dev); in target_xcopy_locate_se_dev_e4_iter() 82 pr_debug("XCOPY 0xe4: searching for: %*ph\n", in target_xcopy_locate_se_dev_e4() 109 return 0; in target_xcopy_locate_se_dev_e4() [all …]
|
/Linux-v6.6/drivers/gpu/drm/panel/ |
D | panel-magnachip-d53e6ea8966.c | 74 #define MCS_ELVSS_ON 0xb1 75 #define MCS_TEMP_SWIRE 0xb2 76 #define MCS_PASSWORD_0 0xf0 77 #define MCS_PASSWORD_1 0xf1 78 #define MCS_ANALOG_PWR_CTL_0 0xf4 79 #define MCS_ANALOG_PWR_CTL_1 0xf5 80 #define MCS_GTCON_SET 0xf7 81 #define MCS_GATELESS_SIGNAL_SET 0xf8 82 #define MCS_SET_GAMMA 0xf9 91 {0x01, 0x79, 0x78, 0x8d, 0xd9, 0xdf, 0xd5, 0xcb, 0xcf, 0xc5, [all …]
|
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/ |
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 …]
|
/Linux-v6.6/drivers/platform/x86/ |
D | msi-ec.c | 50 .address = 0xef, 51 .offset_start = 0x8a, 52 .offset_end = 0x80, 53 .range_min = 0x8a, 54 .range_max = 0xe4, 57 .address = 0x2e, 58 .block_address = 0x2f, 62 .address = 0xbf, 66 .address = 0x98, 70 .address = 0xf2, [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/mfd/ |
D | brcm,misc.yaml | 49 reg = <0xff802600 0xe4>; 53 ranges = <0x0 0x0 0xe4>; 57 reg = <0x44 0x4>;
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/catalog/ |
D | dpu_4_0_sdm845.h | 12 .max_mixer_blendstages = 0xb, 26 .base = 0x0, .len = 0x45c, 29 [DPU_CLK_CTRL_VIG0] = { .reg_off = 0x2ac, .bit_off = 0 }, 30 [DPU_CLK_CTRL_VIG1] = { .reg_off = 0x2b4, .bit_off = 0 }, 31 [DPU_CLK_CTRL_VIG2] = { .reg_off = 0x2bc, .bit_off = 0 }, 32 [DPU_CLK_CTRL_VIG3] = { .reg_off = 0x2c4, .bit_off = 0 }, 33 [DPU_CLK_CTRL_DMA0] = { .reg_off = 0x2ac, .bit_off = 8 }, 34 [DPU_CLK_CTRL_DMA1] = { .reg_off = 0x2b4, .bit_off = 8 }, 35 [DPU_CLK_CTRL_DMA2] = { .reg_off = 0x2bc, .bit_off = 8 }, 36 [DPU_CLK_CTRL_DMA3] = { .reg_off = 0x2c4, .bit_off = 8 }, [all …]
|
/Linux-v6.6/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>;
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/drivers/ufs/host/ |
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 …]
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/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 …]
|
/Linux-v6.6/drivers/phy/realtek/ |
D | phy-rtk-usb2.c | 3 * phy-rtk-usb2.c RTK usb2.0 PHY driver 28 #define PHY_REG_DATA_MASK 0xff 30 #define GET_LOW_NIBBLE(addr) ((addr) & 0x0f) 31 #define GET_HIGH_NIBBLE(addr) (((addr) & 0xf0) >> 4) 40 #define OFFEST_PHY_READ 0x20 47 #define SET_PAGE_OFFSET 0xf4 48 #define SET_PAGE_0 0x9b 49 #define SET_PAGE_1 0xbb 50 #define SET_PAGE_2 0xdb 52 #define PAGE_START 0xe0 [all …]
|
/Linux-v6.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 …]
|