/linux-6.12.1/arch/arc/include/asm/ |
D | perf_event.h | 15 #define ARC_REG_CC_BUILD 0xF6 16 #define ARC_REG_CC_INDEX 0x240 17 #define ARC_REG_CC_NAME0 0x241 18 #define ARC_REG_CC_NAME1 0x242 20 #define ARC_REG_PCT_BUILD 0xF5 21 #define ARC_REG_PCT_COUNTL 0x250 22 #define ARC_REG_PCT_COUNTH 0x251 23 #define ARC_REG_PCT_SNAPL 0x252 24 #define ARC_REG_PCT_SNAPH 0x253 25 #define ARC_REG_PCT_CONFIG 0x254 [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | renesas,rz-ssi.yaml | 65 bits[0:9] - Specifies MID/RID value of a SSI channel as below 66 MID/RID value of SSI rx0 = 0x256 67 MID/RID value of SSI tx0 = 0x255 68 MID/RID value of SSI rx1 = 0x25a 69 MID/RID value of SSI tx1 = 0x259 70 MID/RID value of SSI rt2 = 0x25f 71 MID/RID value of SSI rx3 = 0x262 72 MID/RID value of SSI tx3 = 0x261 75 bit[11] - LVL = 0, Detects based on the edge 77 bit[15] - TM = 0, Single transfer mode [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen4/ |
D | data-fabric.json | 4 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 0.", 5 "EventCode": "0x1f", 6 "UMask": "0x7fe", 13 "EventCode": "0x5f", 14 "UMask": "0x7fe", 21 "EventCode": "0x9f", 22 "UMask": "0x7fe", 29 "EventCode": "0xdf", 30 "UMask": "0x7fe", 37 "EventCode": "0x11f", [all …]
|
/linux-6.12.1/drivers/phy/samsung/ |
D | phy-gs101-ufs.c | 11 #define TENSOR_GS101_PHY_CTRL 0x3ec8 12 #define TENSOR_GS101_PHY_CTRL_MASK 0x1 13 #define TENSOR_GS101_PHY_CTRL_EN BIT(0) 14 #define PHY_GS101_LANE_OFFSET 0x200 15 #define TRSV_REG338 0x338 17 #define TRSV_REG339 0x339 19 #define TRSV_REG222 0x222 31 PHY_COMN_REG_CFG(0x43, 0x10, PWR_MODE_ANY), 32 PHY_COMN_REG_CFG(0x3C, 0x14, PWR_MODE_ANY), 33 PHY_COMN_REG_CFG(0x46, 0x48, PWR_MODE_ANY), [all …]
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni-cmd.h | 13 #define DPNI_VER_MINOR 0 23 #define DPNI_CMDID_OPEN DPNI_CMD(0x801) 24 #define DPNI_CMDID_CLOSE DPNI_CMD(0x800) 25 #define DPNI_CMDID_CREATE DPNI_CMD(0x901) 26 #define DPNI_CMDID_DESTROY DPNI_CMD(0x900) 27 #define DPNI_CMDID_GET_API_VERSION DPNI_CMD(0xa01) 29 #define DPNI_CMDID_ENABLE DPNI_CMD(0x002) 30 #define DPNI_CMDID_DISABLE DPNI_CMD(0x003) 31 #define DPNI_CMDID_GET_ATTR DPNI_CMD(0x004) 32 #define DPNI_CMDID_RESET DPNI_CMD(0x005) [all …]
|
/linux-6.12.1/sound/drivers/opl4/ |
D | opl4_synth.c | 41 #define MIDI_CTL_RELEASE_TIME 0x48 42 #define MIDI_CTL_ATTACK_TIME 0x49 43 #define MIDI_CTL_DECAY_TIME 0x4b 44 #define MIDI_CTL_VIBRATO_RATE 0x4c 45 #define MIDI_CTL_VIBRATO_DEPTH 0x4d 46 #define MIDI_CTL_VIBRATO_DELAY 0x4e 52 static const s16 snd_opl4_pitch_map[0x600] = { 53 0x000,0x000,0x001,0x001,0x002,0x002,0x003,0x003, 54 0x004,0x004,0x005,0x005,0x006,0x006,0x006,0x007, 55 0x007,0x008,0x008,0x009,0x009,0x00a,0x00a,0x00b, [all …]
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | stk1135.c | 51 if (gspca_dev->usb_err < 0) in reg_r() 52 return 0; in reg_r() 53 ret = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in reg_r() 54 0x00, in reg_r() 56 0x00, in reg_r() 61 gspca_dbg(gspca_dev, D_USBI, "reg_r 0x%x=0x%02x\n", in reg_r() 62 index, gspca_dev->usb_buf[0]); in reg_r() 63 if (ret < 0) { in reg_r() 64 pr_err("reg_r 0x%x err %d\n", index, ret); in reg_r() 66 return 0; in reg_r() [all …]
|
/linux-6.12.1/lib/ |
D | checksum_kunit.c | 20 static const u32 random_init_sum = 0x2847aab; 22 0xac, 0xd7, 0x76, 0x69, 0x6e, 0xf2, 0x93, 0x2c, 0x1f, 0xe0, 0xde, 0x86, 23 0x8f, 0x54, 0x33, 0x90, 0x95, 0xbf, 0xff, 0xb9, 0xea, 0x62, 0x6e, 0xb5, 24 0xd3, 0x4f, 0xf5, 0x60, 0x50, 0x5c, 0xc7, 0xfa, 0x6d, 0x1a, 0xc7, 0xf0, 25 0xd2, 0x2c, 0x12, 0x3d, 0x88, 0xe3, 0x14, 0x21, 0xb1, 0x5e, 0x45, 0x31, 26 0xa2, 0x85, 0x36, 0x76, 0xba, 0xd8, 0xad, 0xbb, 0x9e, 0x49, 0x8f, 0xf7, 27 0xce, 0xea, 0xef, 0xca, 0x2c, 0x29, 0xf7, 0x15, 0x5c, 0x1d, 0x4d, 0x09, 28 0x1f, 0xe2, 0x14, 0x31, 0x8c, 0x07, 0x57, 0x23, 0x1f, 0x6f, 0x03, 0xe1, 29 0x93, 0x19, 0x53, 0x03, 0x45, 0x49, 0x9a, 0x3b, 0x8e, 0x0c, 0x12, 0x5d, 30 0x8a, 0xb8, 0x9b, 0x8c, 0x9a, 0x03, 0xe5, 0xa2, 0x43, 0xd2, 0x3b, 0x4e, [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | phy_n.h | 11 #define B43_NPHY_BBCFG B43_PHY_N(0x001) /* BB config */ 12 #define B43_NPHY_BBCFG_RSTCCA 0x4000 /* Reset CCA */ 13 #define B43_NPHY_BBCFG_RSTRX 0x8000 /* Reset RX */ 14 #define B43_NPHY_CHANNEL B43_PHY_N(0x005) /* Channel */ 15 #define B43_NPHY_TXERR B43_PHY_N(0x007) /* TX error */ 16 #define B43_NPHY_BANDCTL B43_PHY_N(0x009) /* Band control */ 17 #define B43_NPHY_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */ 18 #define B43_NPHY_4WI_ADDR B43_PHY_N(0x00B) /* Four-wire bus address */ 19 #define B43_NPHY_4WI_DATAHI B43_PHY_N(0x00C) /* Four-wire bus data high */ 20 #define B43_NPHY_4WI_DATALO B43_PHY_N(0x00D) /* Four-wire bus data low */ [all …]
|
/linux-6.12.1/drivers/hid/ |
D | hid-input.c | 28 0, 0, 0, 0, 30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38, 49 } hid_hat_to_axis[] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, 0}, {-1… 71 * defined in the next 8 bits (defined by 0xff - slot). 136 unsigned int i, j, k, cur_idx = 0; in hidinput_find_key() 142 for (i = 0; i < report->maxfield; i++) { in hidinput_find_key() 143 for (j = 0; j < report->field[i]->maxusage; j++) { in hidinput_find_key() 145 if (usage->type == EV_KEY || usage->type == 0) { in hidinput_find_key() 169 else if (input_scancode_to_scalar(ke, &scancode) == 0) in hidinput_locate_usage() 192 return 0; in hidinput_getkeycode() 224 return 0; in hidinput_setkeycode() [all …]
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | hid_report_helpers.h | 22 * returns 0, which allows using it everywhere an expression 27 0 * (int) sizeof( \ 36 #define i4(v_) (((__u8)(v_) & 0xf) + must_be((v_) >= -0x8 && (v_) <= 0x7, "not a i4")) 37 #define i8(v_) ((__u8)(v_) + must_be((v_) >= -0x80 && (v_) <= 0xff, "not a i8/u8")) 38 #define i16(v_) ((__u16)(v_) + must_be((v_) >= -0x8000 && (v_) <= 0xffff, "not a i16/u16")) 39 #define i32(v_) ((__u32)(v_) + must_be((v_) >= -0x80000000L && (v_) <= 0xffffffffL, \ 43 #define LE16(v_) i16(v_) & 0xff, ((v_) >> 8) & 0xff 44 #define LE32(v_) i32(v_) & 0xff, ((v_) >> 8) & 0xff, ((v_) >> 16) & 0xff, ((v_) >> 24) & 0xff 47 * of the collection (0xa?) and the EndCollection item (0xc?). 55 * LogicalRange_i8(0, 1) [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 …]
|