/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | radio_2056.c | 24 #define B2056_INITTAB_ENTRY_OK 0x01 25 #define B2056_INITTAB_UPLOAD 0x02 39 [B2056_SYN_RESERVED_ADDR2] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 40 [B2056_SYN_RESERVED_ADDR3] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 41 [B2056_SYN_RESERVED_ADDR4] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 42 [B2056_SYN_RESERVED_ADDR5] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 43 [B2056_SYN_RESERVED_ADDR6] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 44 [B2056_SYN_RESERVED_ADDR7] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 45 [B2056_SYN_COM_CTRL] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 46 [B2056_SYN_COM_PU] = { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, }, [all …]
|
D | phy_lp.c | 51 return 0; in b43_lpphy_op_allocate() 59 memset(lpphy, 0, sizeof(*lpphy)); in b43_lpphy_op_prepare_structs() 89 lpphy->txpa[0] = sprom->pa0b0; in lpphy_read_band_sprom() 97 for (i = 0; i < 4; i++) { in lpphy_read_band_sprom() 99 maxpwr - (ofdmpo & 0xF) * 2; in lpphy_read_band_sprom() 105 maxpwr - (ofdmpo & 0xF) * 2; in lpphy_read_band_sprom() 110 for (i = 0; i < 4; i++) in lpphy_read_band_sprom() 124 lpphy->txpa[0] = sprom->pa1b0; in lpphy_read_band_sprom() 127 lpphy->txpal[0] = sprom->pa1lob0; in lpphy_read_band_sprom() 130 lpphy->txpah[0] = sprom->pa1hib0; in lpphy_read_band_sprom() [all …]
|
/linux-6.12.1/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 192 "\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5" 304 "\x41\xE4\x25\x99\xAC\xFC\xD2\x0F\x02\xD3\xD1\x54\x06\x1A\x51\x77" 309 "\x59\x9F\x45\xE8\x5D\x1A\x45\x76\x04\x56\x05\xA1\xD0\x1B\x8C\x77" 329 "\x2F\x8A\xCA\xBC\x5E\xF0\x77\xE4\x97\x98\x97\xC7\x10\x91\x7D\x2A" 331 "\x77\xAF\x51\x27\x5B\x5E\x69\xB8\x81\xE6\x11\xC5\x43\x23\x81\x04" 337 "\x77\xE7\x11\x21\xCD\x4A\xF8\xA4\x3F\x0F\xEF\x31\xE3\xF3\x55\xA0" 338 "\xB9\xAC\xB6\xCB\xBB\x41\xD0\x32\x81\x9A\x8F\x7A\x99\x30\x77\x6C" 343 "\xAF\xE2\x75\x36\x04\xAC\x56\xA0\xAB\x52\xDE\xCE\xDD\x2C\x28\x77" [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() 113 return 0; in dh_is_pubkey_valid() 126 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 134 val = mpi_alloc(0); in dh_is_pubkey_valid() [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/bonnell/ |
D | other.json | 4 "Counter": "0,1", 5 "EventCode": "0x7D", 8 "UMask": "0x40" 12 "Counter": "0,1", 13 "EventCode": "0x61", 16 "UMask": "0x20" 20 "Counter": "0,1", 21 "EventCode": "0x61", 27 "Counter": "0,1", 28 "EventCode": "0x64", [all …]
|
/linux-6.12.1/drivers/staging/media/av7110/ |
D | av7110_v4l.c | 30 u8 msg[5] = { dev, reg >> 8, reg & 0xff, val >> 8, val & 0xff }; in msp_writereg() 31 struct i2c_msg msgs = { .flags = 0, .len = 5, .buf = msg }; in msp_writereg() 35 msgs.addr = 0x40; in msp_writereg() 38 msgs.addr = 0x42; in msp_writereg() 41 return 0; in msp_writereg() 48 return 0; in msp_writereg() 53 u8 msg1[3] = { dev, reg >> 8, reg & 0xff }; in msp_readreg() 56 { .flags = 0, .len = 3, .buf = msg1 }, in msp_readreg() 62 msgs[0].addr = 0x40; in msp_readreg() 63 msgs[1].addr = 0x40; in msp_readreg() [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 28 radio_type##_##jspace##0 : \ 34 radio_type##_##jspace##0 : \ 42 radio_type##_##jspace##0##_##reg_name : \ 47 radio_type##_##jspace##0##_##reg_name : \ 53 radio_type##_##reg_name##_##jspace##0 : \ 58 radio_type##_##reg_name##_##jspace##0 : \ 107 #define NPHY_RSSICAL_NB_TARGET 0 120 #define NPHY_RSSI_SXT(x) ((s8) (-((x) & 0x20) + ((x) & 0x1f))) 129 #define NPHY_N_GCTL 0x66 135 #define NPHY_PAPD_COMP_OFF 0 [all …]
|
/linux-6.12.1/drivers/media/tuners/ |
D | fc2580_priv.h | 23 {0x00, 0x00}, 24 {0x12, 0x86}, 25 {0x14, 0x5c}, 26 {0x16, 0x3c}, 27 {0x1f, 0xd2}, 28 {0x09, 0xd7}, 29 {0x0b, 0xd5}, 30 {0x0c, 0x32}, 31 {0x0e, 0x43}, 32 {0x21, 0x0a}, [all …]
|
/linux-6.12.1/drivers/s390/net/ |
D | qeth_core_mpc.c | 14 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 15 0x19, 0x01, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0xc1, 17 0xd3, 0xd3, 0xd6, 0xd3, 0xc5, 0x40, 0x00, 0x00, 18 0x00, 0x00 22 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 23 0x15, 0x01, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 24 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0xc8, 0xc1, 25 0xd3, 0xd3, 0xd6, 0xd3, 0xc5, 0x40, 0x00, 0x00, 26 0x00, 0x00 [all …]
|
/linux-6.12.1/fs/nls/ |
D | nls_ascii.c | 17 /* 0x00*/ 18 0x0000, 0x0001, 0x0002, 0x0003, 19 0x0004, 0x0005, 0x0006, 0x0007, 20 0x0008, 0x0009, 0x000a, 0x000b, 21 0x000c, 0x000d, 0x000e, 0x000f, 22 /* 0x10*/ 23 0x0010, 0x0011, 0x0012, 0x0013, 24 0x0014, 0x0015, 0x0016, 0x0017, 25 0x0018, 0x0019, 0x001a, 0x001b, 26 0x001c, 0x001d, 0x001e, 0x001f, [all …]
|
/linux-6.12.1/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() 114 while (len > 0) { in aesgcm_crypt() 231 "\x42\x83\x1e\xc2\x21\x77\x74\x24" 253 "\x42\x83\x1e\xc2\x21\x77\x74\x24" 289 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25" 365 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25" 383 "\x77\xec\xfd\x5c\xa6\xe8\x7b\x08" 397 "\x54\x41\x77\xa8\xe3\xb0\x7e\x96" [all …]
|
/linux-6.12.1/drivers/firmware/efi/ |
D | cper_cxl.h | 15 GUID_INIT(0x80B9EFB4, 0x52B5, 0x4DE3, 0xA7, 0x77, 0x68, 0x78, \ 16 0x4B, 0x77, 0x10, 0x48)
|
/linux-6.12.1/drivers/media/pci/solo6x10/ |
D | solo6x10-tw28.c | 30 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x00 */ 31 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 32 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x10 */ 33 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 34 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x20 */ 35 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 36 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x30 */ 37 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 38 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x40 */ 39 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7703.c | 29 #define ST7703_CMD_ALL_PIXEL_OFF 0x22 30 #define ST7703_CMD_ALL_PIXEL_ON 0x23 31 #define ST7703_CMD_SETAPID 0xB1 32 #define ST7703_CMD_SETDISP 0xB2 33 #define ST7703_CMD_SETRGBIF 0xB3 34 #define ST7703_CMD_SETCYC 0xB4 35 #define ST7703_CMD_SETBGP 0xB5 36 #define ST7703_CMD_SETVCOM 0xB6 37 #define ST7703_CMD_SETOTP 0xB7 38 #define ST7703_CMD_SETPOWER_EXT 0xB8 [all …]
|
D | panel-leadtek-ltk500hd1829.c | 47 { 0xE0, 0x00 }, 49 { 0xE1, 0x93 }, 50 { 0xE2, 0x65 }, 51 { 0xE3, 0xF8 }, 52 { 0x80, 0x03 }, /* 0X03:4-LANE; 0X02:3-LANE; 0X01:2-LANE */ 54 { 0xE0, 0x01 }, 56 { 0x00, 0x00 }, 57 { 0x01, 0x6F }, 59 { 0x17, 0x00 }, 60 { 0x18, 0xAF }, /* 4.3V */ [all …]
|
D | panel-jadard-jd9365da-h3.c | 49 #define JD9365DA_DCS_SWITCH_PAGE 0xe0 56 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0xe1, 0x93); in jadard_enable_standard_cmds() 57 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0xe2, 0x65); in jadard_enable_standard_cmds() 58 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0xe3, 0xf8); in jadard_enable_standard_cmds() 59 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0x80, 0x03); in jadard_enable_standard_cmds() 116 gpiod_set_value(jadard->reset, 0); in jadard_prepare() 126 return 0; in jadard_prepare() 137 gpiod_set_value(jadard->reset, 0); in jadard_unprepare() 145 return 0; in jadard_unprepare() 191 jd9365da_switch_page(&dsi_ctx, 0x00); in radxa_display_8hd_ad002_init_cmds() [all …]
|
/linux-6.12.1/drivers/phy/rockchip/ |
D | phy-rockchip-samsung-hdptx.c | 24 #define GRF_HDPTX_CON0 0x00 28 #define GRF_HDPTX_STATUS 0x80 32 #define HDPTX_O_SB_RDY BIT(0) 36 BUILD_BUG_ON_ZERO((0x##_n) < (0x##_min)) + \ 37 BUILD_BUG_ON_ZERO((0x##_n) > (0x##_max)) + \ 38 ((0x##_n) * 4) \ 51 #define LCPLL_100M_CLK_EN_MASK BIT(0) 56 #define LCPLL_SDC_FRAC_RSTN BIT(0) 60 #define LCPLL_SDC_NUMBERATOR_MASK GENMASK(5, 0) 63 #define LCPLL_SDC_NDIV_RSTN BIT(0) [all …]
|
/linux-6.12.1/drivers/video/fbdev/sis/ |
D | 310vtbl.h | 55 {0x6a,0x2212,0x0102,SIS_RI_800x600, 0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x? */ 56 {0x2e,0x0a1b,0x0101,SIS_RI_640x480, 0x00,0x00,0x05,0x05,0x08, 2}, /* 640x480x8 */ 57 {0x2f,0x0a1b,0x0100,SIS_RI_640x400, 0x00,0x00,0x05,0x05,0x10, 0}, /* 640x400x8 */ 58 {0x30,0x2a1b,0x0103,SIS_RI_800x600, 0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x8 */ 59 {0x31,0x4a1b,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x8 */ 60 {0x32,0x4a1b,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x8 */ 61 {0x33,0x4a1d,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x16 */ 62 {0x34,0x6a1d,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x16 */ 63 {0x35,0x4a1f,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x32 */ 64 {0x36,0x6a1f,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x32 */ [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/ |
D | ls1021a-moxa-uc-8410a.dts | 28 #clock-cells = <0>; 164 reg = <0x20>; 169 reg = <0x68>; 178 rgmii_phy0: ethernet-phy@0 { 180 reg = <0x0>; 182 <3 0x11 0 0x4415>, /* Reg 3,17 */ 183 <3 0x10 0 0x77>; /* Reg 3,16 */ 188 reg = <0x1>; 190 <3 0x11 0 0x4415>, /* Reg 3,17 */ 191 <3 0x10 0 0x77>; /* Reg 3,16 */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | cw2015_battery.yaml | 61 #size-cells = <0>; 65 reg = <0x62>; 67 0x17 0x67 0x80 0x73 0x6E 0x6C 0x6B 0x63 68 0x77 0x51 0x5C 0x58 0x50 0x4C 0x48 0x36 69 0x15 0x0C 0x0C 0x19 0x5B 0x7D 0x6F 0x69 70 0x69 0x5B 0x0C 0x29 0x20 0x40 0x52 0x59 71 0x57 0x56 0x54 0x4F 0x3B 0x1F 0x7F 0x17 72 0x06 0x1A 0x30 0x5A 0x85 0x93 0x96 0x2D 73 0x48 0x77 0x9C 0xB3 0x80 0x52 0x94 0xCB 74 0x2F 0x00 0x64 0xA5 0xB5 0x11 0xF0 0x11
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/sound/soc/mediatek/common/ |
D | mtk-btcvsd.c | 35 #define SCO_RX_PACKET_MASK (0x3F) 61 BT_SCO_CVSD_30 = 0, 149 {0x1, 0x1 << 1, 0x1 << 2, 0x1 << 3, 0x1 << 4, 0x1 << 5}, 150 {0x1, 0x1, 0x2, 0x2, 0x4, 0x4}, 151 {0x1, 0x1, 0x1, 0x2, 0x2, 0x2}, 152 {0x1, 0x1, 0x1, 0x1, 0x0, 0x0}, 153 {0x7, 0x7 << 3, 0x7 << 6, 0x7 << 9, 0x7 << 12, 0x7 << 15}, 154 {0x3, 0x3 << 1, 0x3 << 3, 0x3 << 4, 0x3 << 6, 0x3 << 7}, 173 0x01, 0x38, 0xad, 0x00, 0x00, 0xc5, 0x00, 0x00, 0x00, 0x00, 174 0x77, 0x6d, 0xb6, 0xdd, 0xdb, 0x6d, 0xb7, 0x76, 0xdb, 0x6d, [all …]
|
/linux-6.12.1/sound/soc/codecs/ |
D | rt1320-sdw.c | 30 { 0xc003, 0xe0 }, 31 { 0xc01b, 0xfc }, 32 { 0xc5c3, 0xf2 }, 33 { 0xc5c2, 0x00 }, 34 { 0xc5c6, 0x10 }, 35 { 0xc5c4, 0x12 }, 36 { 0xc5c8, 0x03 }, 37 { 0xc5d8, 0x0a }, 38 { 0xc5f7, 0x22 }, 39 { 0xc5f6, 0x22 }, [all …]
|
/linux-6.12.1/drivers/mmc/core/ |
D | mmc_ops.c | 28 0xff, 0x0f, 0xff, 0x00, 0xff, 0xcc, 0xc3, 0xcc, 29 0xc3, 0x3c, 0xcc, 0xff, 0xfe, 0xff, 0xfe, 0xef, 30 0xff, 0xdf, 0xff, 0xdd, 0xff, 0xfb, 0xff, 0xfb, 31 0xbf, 0xff, 0x7f, 0xff, 0x77, 0xf7, 0xbd, 0xef, 32 0xff, 0xf0, 0xff, 0xf0, 0x0f, 0xfc, 0xcc, 0x3c, 33 0xcc, 0x33, 0xcc, 0xcf, 0xff, 0xef, 0xff, 0xee, 34 0xff, 0xfd, 0xff, 0xfd, 0xdf, 0xff, 0xbf, 0xff, 35 0xbb, 0xff, 0xf7, 0xff, 0xf7, 0x7f, 0x7b, 0xde, 39 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0x00, 0x00, 40 0xff, 0xff, 0xcc, 0xcc, 0xcc, 0x33, 0xcc, 0xcc, [all …]
|
/linux-6.12.1/drivers/iio/pressure/ |
D | t5403.c | 7 * (7-bit I2C slave address 0x77) 18 #define T5403_DATA 0xf5 /* data, LSB first, 16 bit */ 19 #define T5403_CALIB_DATA 0x8e /* 10 calibration coeff., LSB first, 16 bit */ 20 #define T5403_SLAVE_ADDR 0x88 /* I2C slave address, 0x77 */ 21 #define T5403_COMMAND 0xf1 25 #define T5403_PT BIT(1) /* 0 .. pressure, 1 .. temperature measurement */ 26 #define T5403_SCO BIT(0) /* start conversion */ 28 #define T5403_MODE_LOW 0 34 #define T5403_I2C_ADDR 0x77 55 if (ret < 0) in t5403_read() [all …]
|