Home
last modified time | relevance | path

Searched +full:0 +full:x25f (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/arch/arc/include/asm/
Dperf_event.h15 #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-v6.1/Documentation/devicetree/bindings/sound/
Drenesas,rz-ssi.yaml58 bits[0:9] - Specifies MID/RID value of a SSI channel as below
59 MID/RID value of SSI rx0 = 0x256
60 MID/RID value of SSI tx0 = 0x255
61 MID/RID value of SSI rx1 = 0x25a
62 MID/RID value of SSI tx1 = 0x259
63 MID/RID value of SSI rt2 = 0x25f
64 MID/RID value of SSI rx3 = 0x262
65 MID/RID value of SSI tx3 = 0x261
68 bit[11] - LVL = 0, Detects based on the edge
70 bit[15] - TM = 0, Single transfer mode
[all …]
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpni-cmd.h13 #define DPNI_VER_MINOR 0
21 #define DPNI_CMDID_OPEN DPNI_CMD(0x801)
22 #define DPNI_CMDID_CLOSE DPNI_CMD(0x800)
23 #define DPNI_CMDID_CREATE DPNI_CMD(0x901)
24 #define DPNI_CMDID_DESTROY DPNI_CMD(0x900)
25 #define DPNI_CMDID_GET_API_VERSION DPNI_CMD(0xa01)
27 #define DPNI_CMDID_ENABLE DPNI_CMD(0x002)
28 #define DPNI_CMDID_DISABLE DPNI_CMD(0x003)
29 #define DPNI_CMDID_GET_ATTR DPNI_CMD(0x004)
30 #define DPNI_CMDID_RESET DPNI_CMD(0x005)
[all …]
/Linux-v6.1/sound/drivers/opl4/
Dopl4_synth.c41 #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-v6.1/drivers/media/usb/gspca/
Dstk1135.c51 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-v6.1/drivers/net/wireless/broadcom/b43/
Dphy_n.h11 #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-v6.1/drivers/hid/
Dhid-input.c28 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-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c28 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 …]