| /linux/drivers/media/usb/gspca/gl860/ |
| H A D | gl860-mi2020.c | 12 static u8 dat_wbal1[] = {0x8c, 0xa2, 0x0c}; 14 static u8 dat_bright1[] = {0x8c, 0xa2, 0x06}; 15 static u8 dat_bright3[] = {0x8c, 0xa1, 0x02}; 16 static u8 dat_bright4[] = {0x90, 0x00, 0x0f}; 17 static u8 dat_bright5[] = {0x8c, 0xa1, 0x03}; 18 static u8 dat_bright6[] = {0x90, 0x00, 0x05}; 20 static u8 dat_hvflip1[] = {0x8c, 0x27, 0x19}; 21 static u8 dat_hvflip3[] = {0x8c, 0x27, 0x3b}; 22 static u8 dat_hvflip5[] = {0x8c, 0xa1, 0x03}; 23 static u8 dat_hvflip6[] = {0x90, 0x00, 0x06}; [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
| H A D | uncore-cache.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 14 "Counter": "0,1,2,3", 15 "EventCode": "0x35", 18 "PortMask": "0x000", 23 "Counter": "0,1,2,3", 24 "EventCode": "0x34", 28 "PortMask": "0x000", 33 "Counter": "0,1,2,3", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/sierraforest/ |
| H A D | uncore-cache.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 14 "Counter": "0,1,2,3", 15 "EventCode": "0x35", 18 "PortMask": "0x000", 23 "Counter": "0,1,2,3", 24 "EventCode": "0x34", 28 "PortMask": "0x000", 33 "Counter": "0,1,2,3", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/grandridge/ |
| H A D | uncore-cache.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x01", 8 "PortMask": "0x000", 13 "Counter": "0,1,2,3", 14 "EventCode": "0x34", 18 "PortMask": "0x000", 23 "Counter": "0,1,2,3", 24 "EventCode": "0x01", 32 "Counter": "0,1,2,3", 33 "EventCode": "0x59", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
| H A D | uncore-cache.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x57", 10 "UMask": "0x2", 15 "Counter": "0,1,2,3", 16 "EventCode": "0x57", 21 "UMask": "0x4", 26 "Counter": "0,1,2,3", 27 "EventCode": "0x57", 32 "UMask": "0x1", 37 "Counter": "0, 2 { global() object [all...] |
| /linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
| H A D | uncore-cache.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x57", 10 "UMask": "0x2", 15 "Counter": "0,1,2,3", 16 "EventCode": "0x57", 21 "UMask": "0x4", 26 "Counter": "0,1,2,3", 27 "EventCode": "0x57", 32 "UMask": "0x1", 37 "Counter": "0, 2 { global() object [all...] |
| /linux/sound/soc/codecs/ |
| H A D | es8326.c | 58 crosstalk_h &= 0x20; in es8326_crosstalk1_get() 59 crosstalk_l &= 0xf0; in es8326_crosstalk1_get() 61 ucontrol->value.integer.value[0] = crosstalk; in es8326_crosstalk1_get() 63 return 0; in es8326_crosstalk1_get() 74 crosstalk = ucontrol->value.integer.value[0]; in es8326_crosstalk1_set() 76 crosstalk_h = (crosstalk & 0x10) << 1; in es8326_crosstalk1_set() 77 crosstalk_l &= 0x0f; in es8326_crosstalk1_set() 78 crosstalk_l |= (crosstalk & 0x0f) << 4; in es8326_crosstalk1_set() 80 0x20, crosstalk_h); in es8326_crosstalk1_set() 83 return 0; in es8326_crosstalk1_set() [all...] |
| H A D | es8375.c | 42 static const DECLARE_TLV_DB_SCALE(es8375_adc_osr_gain_tlv, -3100, 100, 0); 43 static const DECLARE_TLV_DB_SCALE(es8375_adc_volume_tlv, -9550, 50, 0); 44 static const DECLARE_TLV_DB_SCALE(es8375_adc_automute_attn_tlv, 0, 100, 0); 45 static const DECLARE_TLV_DB_SCALE(es8375_adc_dmic_volume_tlv, 0, 600, 0); 46 static const DECLARE_TLV_DB_SCALE(es8375_dac_volume_tlv, -9550, 50, 0); 47 static const DECLARE_TLV_DB_SCALE(es8375_dac_vppscale_tlv, -388, 12, 0); 48 static const DECLARE_TLV_DB_SCALE(es8375_dac_automute_attn_tlv, 0, 400, 0); [all...] |
| H A D | es8389.c | 53 if ((reg <= 0xff)) 59 static const DECLARE_TLV_DB_SCALE(dac_vol_tlv, -9550, 50, 0); in es8389_dmic_set() 60 static const DECLARE_TLV_DB_SCALE(adc_vol_tlv, -9550, 50, 0); in es8389_dmic_set() 61 static const DECLARE_TLV_DB_SCALE(pga_vol_tlv, 0, 300, 0); in es8389_dmic_set() 62 static const DECLARE_TLV_DB_SCALE(mix_vol_tlv, -9500, 100, 0); in es8389_dmic_set() 63 static const DECLARE_TLV_DB_SCALE(alc_target_tlv, -3200, 200, 0); in es8389_dmic_set() 64 static const DECLARE_TLV_DB_SCALE(alc_max_level, -3200, 200, 0); in es8389_dmic_set() 76 val = ucontrol->value.integer.value[0]; in es8389_dmic_set() 81 regmap_update_bits_check(es8389->regmap, ES8389_DMIC_EN, 0xC in es8389_dmic_set() [all...] |
| H A D | tas571x.h | 12 #define TAS571X_CLK_CTRL_REG 0x00 13 #define TAS571X_DEV_ID_REG 0x01 14 #define TAS571X_ERR_STATUS_REG 0x02 15 #define TAS571X_SYS_CTRL_1_REG 0x03 16 #define TAS571X_SDI_REG 0x04 17 #define TAS571X_SDI_FMT_MASK 0x0f 19 #define TAS571X_SYS_CTRL_2_REG 0x05 20 #define TAS571X_SYS_CTRL_2_SDN_MASK 0x40 22 #define TAS571X_SOFT_MUTE_REG 0x06 23 #define TAS571X_SOFT_MUTE_CH1_SHIFT 0 [all …]
|
| /linux/lib/crypto/ |
| H A D | curve25519-fiat32.c | 18 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 41 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl() 104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32() 119 { const u32 x2 = in1[0]; in fe_freeze() 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() 122 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 123 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() 124 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze() 125 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze() local [all …]
|
| /linux/drivers/soc/tegra/cbb/ |
| H A D | tegra194-cbb.c | 27 #define ERRLOGGER_0_ID_COREID_0 0x00000000 28 #define ERRLOGGER_0_ID_REVISIONID_0 0x00000004 29 #define ERRLOGGER_0_FAULTEN_0 0x00000008 30 #define ERRLOGGER_0_ERRVLD_0 0x0000000c 31 #define ERRLOGGER_0_ERRCLR_0 0x00000010 32 #define ERRLOGGER_0_ERRLOG0_0 0x00000014 33 #define ERRLOGGER_0_ERRLOG1_0 0x00000018 34 #define ERRLOGGER_0_RSVD_00_0 0x0000001c 35 #define ERRLOGGER_0_ERRLOG3_0 0x00000020 36 #define ERRLOGGER_0_ERRLOG4_0 0x00000024 [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | rtl2832_priv.h | 242 {DVBT_DAGC_TRG_VAL, 0x39}, 243 {DVBT_AGC_TARG_VAL_0, 0x0}, 244 {DVBT_AGC_TARG_VAL_8_1, 0x5a}, 245 {DVBT_AAGC_LOOP_GAIN, 0x16}, 246 {DVBT_LOOP_GAIN2_3_0, 0x6}, 247 {DVBT_LOOP_GAIN2_4, 0x1}, 248 {DVBT_LOOP_GAIN3, 0x16}, 249 {DVBT_VTOP1, 0x35}, 250 {DVBT_VTOP2, 0x21}, 251 {DVBT_VTOP3, 0x21}, [all …]
|
| H A D | tda18271c2dd_maps.h | 3 HF_None = 0, HF_B, HF_DK, HF_G, HF_I, HF_L, HF_L1, HF_MN, HF_FM_Radio, 10 { 0, 0, 0x00, 0x00 }, /* HF_None */ 11 { 6000000, 7000000, 0x1D, 0x2C }, /* HF_B, */ 12 { 6900000, 8000000, 0x1E, 0x2C }, /* HF_DK, */ 13 { 7100000, 8000000, 0x1E, 0x2C }, /* HF_G, */ 14 { 7250000, 8000000, 0x1E, 0x2C }, /* HF_I, */ 15 { 6900000, 8000000, 0x1E, 0x2C }, /* HF_L, */ 16 { 1250000, 8000000, 0x1E, 0x2C }, /* HF_L1, */ 17 { 5400000, 6000000, 0x1C, 0x2C }, /* HF_MN, */ 18 { 1250000, 500000, 0x18, 0x2C }, /* HF_FM_Radio, */ [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/meteorlake/ |
| H A D | uncore-cache.json | 4 "Counter": "0,1", 5 "EventCode": "0x35", 8 "UMask": "0x8", 13 "Counter": "0,1", 14 "EventCode": "0x35", 17 "UMask": "0x1",
|
| /linux/drivers/hid/ |
| H A D | hid-gembird.c | 21 0x75, 0x08, /* Report Size (8) */ 22 0x95, 0x05, /* Report Count (5) */ 23 0x15, 0x00, /* Logical Minimum (0) */ 24 0x26, 0xff, 0x00, /* Logical Maximum (255) */ 25 0x35, 0x00, /* Physical Minimum (0) */ 26 0x46, 0xff, 0x00, /* Physical Maximum (255) */ 27 0x09, 0x30, /* Usage (X) */ 28 0x09, 0x31, /* Usage (Y) */ 29 0x09, 0x32, /* Usage (Z) */ 30 0x09, 0x32, /* Usage (Z) */ [all …]
|
| H A D | hid-pxrc.c | 21 0x05, 0x01, // Usage Page (Generic Desktop Ctrls) 22 0x09, 0x04, // Usage (Joystick) 23 0xA1, 0x01, // Collection (Application) 24 0x09, 0x01, // Usage (Pointer) 25 0xA1, 0x00, // Collection (Physical) 26 0x09, 0x30, // Usage (X) 27 0x09, 0x36, // Usage (Slider) 28 0x09, 0x31, // Usage (Y) 29 0x09, 0x32, // Usage (Z) 30 0x09, 0x33, // Usage (Rx) [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/icelakex/ |
| H A D | uncore-cache.json | 4 "Counter": "0,1,2,3", 6 "EventCode": "0x65", 10 "UMask": "0x1", 15 "Counter": "0,1,2,3", 17 "EventCode": "0x65", 21 "UMask": "0x2", 26 "Counter": "0,1,2,3", 28 "EventCode": "0x65", 32 "UMask": "0x4", 37 "Counter": "0,1,2,3", [all …]
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | richtek,rt5033-battery.yaml | 35 #size-cells = <0>; 39 reg = <0x35>; 46 #size-cells = <0>; 50 reg = <0x35>;
|
| /linux/sound/pci/nm256/ |
| H A D | nm256_coef.c | 2 #define NM_TOTAL_COEFF_COUNT 0x3158 5 0xFF, 0xFF, 0x2F, 0x00, 0x4B, 0xFF, 0xA5, 0x01, 0xEF, 0xFC, 0x21, 6 0x05, 0x87, 0xF7, 0x62, 0x11, 0xE9, 0x45, 0x5E, 0xF9, 0xB5, 0x01, 7 0xDE, 0xFF, 0xA4, 0xFF, 0x60, 0x00, 0xCA, 0xFF, 0x0D, 0x00, 0xFD, 8 0xFF, 0x36, 0x00, 0x36, 0xFF, 0xE6, 0x01, 0x3D, 0xFC, 0xD6, 0x06, 9 0x4C, 0xF3, 0xED, 0x20, 0x3D, 0x3D, 0x4A, 0xF3, 0x4E, 0x05, 0xB1, 10 0xFD, 0xE1, 0x00, 0xC3, 0xFF, 0x05, 0x00, 0x02, 0x00, 0xFD, 0xFF, 11 0x2A, 0x00, 0x5C, 0xFF, 0xAA, 0x01, 0x71, 0xFC, 0x07, 0x07, 0x7E, 12 0xF1, 0x44, 0x30, 0x44, 0x30, 0x7E, 0xF1, 0x07, 0x07, 0x71, 0xFC, 13 0xAA, 0x01, 0x5C, 0xFF, 0x2A, 0x00, 0xFD, 0xFF, 0x02, 0x00, 0x05, [all …]
|
| /linux/drivers/media/usb/gspca/ |
| H A D | ov534_9.c | 20 #define OV534_REG_ADDRESS 0xf1 /* sensor address */ 21 #define OV534_REG_SUBADDR 0xf2 22 #define OV534_REG_WRITE 0xf3 23 #define OV534_REG_READ 0xf4 24 #define OV534_REG_OPERATION 0xf5 25 #define OV534_REG_STATUS 0xf6 27 #define OV534_OP_WRITE_3 0x37 28 #define OV534_OP_WRITE_2 0x33 29 #define OV534_OP_READ_2 0xf9 54 #define QVGA_MODE 0 [all …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | descriptors_wacom.py | 5 0x05, 0x01, # . Usage Page (Desktop), 6 0x09, 0x02, # . Usage (Mouse), 7 0xA1, 0x01, # . Collection (Application), 8 0x85, 0x01, # . Report ID (1), 9 0x09, 0x01, # . Usage (Pointer), 10 0xA1, 0x00, # . Collection (Physical), 11 0x05, 0x09, # . Usage Page (Button), 12 0x19, 0x01, # . Usage Minimum (01h), 13 0x29, 0x03, # . Usage Maximum (03h), 14 0x15, 0x00, # . Logical Minimum (0), [all …]
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | amd_shas.c | 3 { 0x8001227, { 4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b, 5 0x1a,0x5f,0x1d,0x83,0xa1,0x6c,0xc4,0x46, 6 0xe2,0x6c,0xda,0x73,0xfb,0x2d,0x23,0xa8, 7 0x77,0xdc,0x15,0x31,0x33,0x4a,0x46,0x18, 10 { 0x8001250, { 11 0xc0,0x0b,0x6b,0x19,0xfd,0x5c,0x39,0x60, 12 0xd5,0xc3,0x57,0x46,0x54,0xe4,0xd1,0xaa, 13 0xa8,0xf7,0x1f,0xa8,0x6a,0x60,0x3e,0xe3, 14 0x27,0x39,0x8e,0x53,0x30,0xf8,0x49,0x19, [all …]
|
| /linux/lib/crypto/tests/ |
| H A D | md5-testvecs.h | 9 .data_len = 0, 11 0xd4, 0x1d, 0x8c, 0xd9, 0x8f, 0x00, 0xb2, 0x04, 12 0xe9, 0x80, 0x09, 0x98, 0xec, 0xf8, 0x42, 0x7e, 18 0x16, 0x7b, 0x86, 0xf2, 0x1d, 0xf3, 0x76, 0xc9, 19 0x6f, 0x10, 0xa0, 0x61, 0x5b, 0x14, 0x20, 0x0b, 25 0x2d, 0x30, 0x96, 0xc7, 0x43, 0x40, 0xed, 0xb2, 26 0xfb, 0x84, 0x63, 0x9a, 0xec, 0xc7, 0x3c, 0x3c, 32 0xe5, 0x0f, 0xce, 0xe0, 0xc8, 0xff, 0x4e, 0x08, 33 0x5e, 0x19, 0xe5, 0xf2, 0x08, 0x11, 0x19, 0x16, 39 0xe8, 0xca, 0x29, 0x05, 0x2f, 0xd1, 0xf3, 0x99, [all …]
|
| H A D | sha512-testvecs.h | 9 .data_len = 0, 11 0xcf, 0x83, 0xe1, 0x35, 0x7e, 0xef, 0xb8, 0xbd, 12 0xf1, 0x54, 0x28, 0x50, 0xd6, 0x6d, 0x80, 0x07, 13 0xd6, 0x20, 0xe4, 0x05, 0x0b, 0x57, 0x15, 0xdc, 14 0x83, 0xf4, 0xa9, 0x21, 0xd3, 0x6c, 0xe9, 0xce, 15 0x47, 0xd0, 0xd1, 0x3c, 0x5d, 0x85, 0xf2, 0xb0, 16 0xff, 0x83, 0x18, 0xd2, 0x87, 0x7e, 0xec, 0x2f, 17 0x63, 0xb9, 0x31, 0xbd, 0x47, 0x41, 0x7a, 0x81, 18 0xa5, 0x38, 0x32, 0x7a, 0xf9, 0x27, 0xda, 0x3e, 24 0x12, 0xf2, 0xb6, 0xec, 0x84, 0xa0, 0x8e, 0xcf, [all …]
|