| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
| D | radio.c | 30 0x0002, 0x0003, 0x0001, 0x000F, 31 0x0006, 0x0007, 0x0005, 0x000F, 32 0x000A, 0x000B, 0x0009, 0x000F, 33 0x000E, 0x000F, 0x000D, 0x000F, 41 u16 flipped = 0x0000; in flip_4bit() 43 B43legacy_BUG_ON(!((value & ~0x000F) == 0x0000)); in flip_4bit() 45 flipped |= (value & 0x0001) << 3; in flip_4bit() 46 flipped |= (value & 0x0002) << 1; in flip_4bit() 47 flipped |= (value & 0x0004) >> 1; in flip_4bit() 48 flipped |= (value & 0x0008) >> 3; in flip_4bit() [all …]
|
| D | phy.c | 33 0x4D, 0x4C, 0x4B, 0x4A, 34 0x4A, 0x49, 0x48, 0x47, 35 0x47, 0x46, 0x45, 0x45, 36 0x44, 0x43, 0x42, 0x42, 37 0x41, 0x40, 0x3F, 0x3E, 38 0x3D, 0x3C, 0x3B, 0x3A, 39 0x39, 0x38, 0x37, 0x36, 40 0x35, 0x34, 0x32, 0x31, 41 0x30, 0x2F, 0x2D, 0x2C, 42 0x2B, 0x29, 0x28, 0x26, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
| D | radio.c | 30 0x0002, 0x0003, 0x0001, 0x000F, 31 0x0006, 0x0007, 0x0005, 0x000F, 32 0x000A, 0x000B, 0x0009, 0x000F, 33 0x000E, 0x000F, 0x000D, 0x000F, 41 u16 flipped = 0x0000; in flip_4bit() 43 B43legacy_BUG_ON(!((value & ~0x000F) == 0x0000)); in flip_4bit() 45 flipped |= (value & 0x0001) << 3; in flip_4bit() 46 flipped |= (value & 0x0002) << 1; in flip_4bit() 47 flipped |= (value & 0x0004) >> 1; in flip_4bit() 48 flipped |= (value & 0x0008) >> 3; in flip_4bit() [all …]
|
| D | phy.c | 33 0x4D, 0x4C, 0x4B, 0x4A, 34 0x4A, 0x49, 0x48, 0x47, 35 0x47, 0x46, 0x45, 0x45, 36 0x44, 0x43, 0x42, 0x42, 37 0x41, 0x40, 0x3F, 0x3E, 38 0x3D, 0x3C, 0x3B, 0x3A, 39 0x39, 0x38, 0x37, 0x36, 40 0x35, 0x34, 0x32, 0x31, 41 0x30, 0x2F, 0x2D, 0x2C, 42 0x2B, 0x29, 0x28, 0x26, [all …]
|
| /kernel/linux/linux-5.10/drivers/media/rc/keymaps/ |
| D | rc-alink-dtu-m.c | 13 { 0x0800, KEY_VOLUMEUP }, 14 { 0x0801, KEY_NUMERIC_1 }, 15 { 0x0802, KEY_NUMERIC_3 }, 16 { 0x0803, KEY_NUMERIC_7 }, 17 { 0x0804, KEY_NUMERIC_9 }, 18 { 0x0805, KEY_NEW }, /* symbol: PIP */ 19 { 0x0806, KEY_NUMERIC_0 }, 20 { 0x0807, KEY_CHANNEL }, /* JUMP */ 21 { 0x080d, KEY_NUMERIC_5 }, 22 { 0x080f, KEY_NUMERIC_2 }, [all …]
|
| D | rc-d680-dmb.c | 12 { 0x0038, KEY_SWITCHVIDEOMODE }, /* TV/AV */ 13 { 0x080c, KEY_ZOOM }, 14 { 0x0800, KEY_NUMERIC_0 }, 15 { 0x0001, KEY_NUMERIC_1 }, 16 { 0x0802, KEY_NUMERIC_2 }, 17 { 0x0003, KEY_NUMERIC_3 }, 18 { 0x0804, KEY_NUMERIC_4 }, 19 { 0x0005, KEY_NUMERIC_5 }, 20 { 0x0806, KEY_NUMERIC_6 }, 21 { 0x0007, KEY_NUMERIC_7 }, [all …]
|
| D | rc-anysee.c | 12 { 0x0800, KEY_NUMERIC_0 }, 13 { 0x0801, KEY_NUMERIC_1 }, 14 { 0x0802, KEY_NUMERIC_2 }, 15 { 0x0803, KEY_NUMERIC_3 }, 16 { 0x0804, KEY_NUMERIC_4 }, 17 { 0x0805, KEY_NUMERIC_5 }, 18 { 0x0806, KEY_NUMERIC_6 }, 19 { 0x0807, KEY_NUMERIC_7 }, 20 { 0x0808, KEY_NUMERIC_8 }, 21 { 0x0809, KEY_NUMERIC_9 }, [all …]
|
| D | rc-asus-ps3-100.c | 12 { 0x081c, KEY_HOME }, /* home */ 13 { 0x081e, KEY_TV }, /* tv */ 14 { 0x0803, KEY_TEXT }, /* teletext */ 15 { 0x0829, KEY_POWER }, /* close */ 17 { 0x080b, KEY_RED }, /* red */ 18 { 0x080d, KEY_YELLOW }, /* yellow */ 19 { 0x0806, KEY_BLUE }, /* blue */ 20 { 0x0807, KEY_GREEN }, /* green */ 22 /* Keys 0 to 9 */ 23 { 0x082a, KEY_NUMERIC_0 }, [all …]
|
| D | rc-asus-pc39.c | 18 /* Keys 0 to 9 */ 19 { 0x082a, KEY_NUMERIC_0 }, 20 { 0x0816, KEY_NUMERIC_1 }, 21 { 0x0812, KEY_NUMERIC_2 }, 22 { 0x0814, KEY_NUMERIC_3 }, 23 { 0x0836, KEY_NUMERIC_4 }, 24 { 0x0832, KEY_NUMERIC_5 }, 25 { 0x0834, KEY_NUMERIC_6 }, 26 { 0x080e, KEY_NUMERIC_7 }, 27 { 0x080a, KEY_NUMERIC_8 }, [all …]
|
| /kernel/linux/linux-6.6/drivers/media/rc/keymaps/ |
| D | rc-alink-dtu-m.c | 13 { 0x0800, KEY_VOLUMEUP }, 14 { 0x0801, KEY_NUMERIC_1 }, 15 { 0x0802, KEY_NUMERIC_3 }, 16 { 0x0803, KEY_NUMERIC_7 }, 17 { 0x0804, KEY_NUMERIC_9 }, 18 { 0x0805, KEY_NEW }, /* symbol: PIP */ 19 { 0x0806, KEY_NUMERIC_0 }, 20 { 0x0807, KEY_CHANNEL }, /* JUMP */ 21 { 0x080d, KEY_NUMERIC_5 }, 22 { 0x080f, KEY_NUMERIC_2 }, [all …]
|
| D | rc-d680-dmb.c | 12 { 0x0038, KEY_SWITCHVIDEOMODE }, /* TV/AV */ 13 { 0x080c, KEY_ZOOM }, 14 { 0x0800, KEY_NUMERIC_0 }, 15 { 0x0001, KEY_NUMERIC_1 }, 16 { 0x0802, KEY_NUMERIC_2 }, 17 { 0x0003, KEY_NUMERIC_3 }, 18 { 0x0804, KEY_NUMERIC_4 }, 19 { 0x0005, KEY_NUMERIC_5 }, 20 { 0x0806, KEY_NUMERIC_6 }, 21 { 0x0007, KEY_NUMERIC_7 }, [all …]
|
| D | rc-anysee.c | 12 { 0x0800, KEY_NUMERIC_0 }, 13 { 0x0801, KEY_NUMERIC_1 }, 14 { 0x0802, KEY_NUMERIC_2 }, 15 { 0x0803, KEY_NUMERIC_3 }, 16 { 0x0804, KEY_NUMERIC_4 }, 17 { 0x0805, KEY_NUMERIC_5 }, 18 { 0x0806, KEY_NUMERIC_6 }, 19 { 0x0807, KEY_NUMERIC_7 }, 20 { 0x0808, KEY_NUMERIC_8 }, 21 { 0x0809, KEY_NUMERIC_9 }, [all …]
|
| D | rc-asus-ps3-100.c | 12 { 0x081c, KEY_HOME }, /* home */ 13 { 0x081e, KEY_TV }, /* tv */ 14 { 0x0803, KEY_TEXT }, /* teletext */ 15 { 0x0829, KEY_POWER }, /* close */ 17 { 0x080b, KEY_RED }, /* red */ 18 { 0x080d, KEY_YELLOW }, /* yellow */ 19 { 0x0806, KEY_BLUE }, /* blue */ 20 { 0x0807, KEY_GREEN }, /* green */ 22 /* Keys 0 to 9 */ 23 { 0x082a, KEY_NUMERIC_0 }, [all …]
|
| D | rc-asus-pc39.c | 18 /* Keys 0 to 9 */ 19 { 0x082a, KEY_NUMERIC_0 }, 20 { 0x0816, KEY_NUMERIC_1 }, 21 { 0x0812, KEY_NUMERIC_2 }, 22 { 0x0814, KEY_NUMERIC_3 }, 23 { 0x0836, KEY_NUMERIC_4 }, 24 { 0x0832, KEY_NUMERIC_5 }, 25 { 0x0834, KEY_NUMERIC_6 }, 26 { 0x080e, KEY_NUMERIC_7 }, 27 { 0x080a, KEY_NUMERIC_8 }, [all …]
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | mt6351.h | 12 #define MT6351_AFE_UL_DL_CON0 (0x2000 + 0x0000) 13 #define MT6351_AFE_DL_SRC2_CON0_H (0x2000 + 0x0002) 14 #define MT6351_AFE_DL_SRC2_CON0_L (0x2000 + 0x0004) 15 #define MT6351_AFE_DL_SDM_CON0 (0x2000 + 0x0006) 16 #define MT6351_AFE_DL_SDM_CON1 (0x2000 + 0x0008) 17 #define MT6351_AFE_UL_SRC_CON0_H (0x2000 + 0x000a) 18 #define MT6351_AFE_UL_SRC_CON0_L (0x2000 + 0x000c) 19 #define MT6351_AFE_UL_SRC_CON1_H (0x2000 + 0x000e) 20 #define MT6351_AFE_UL_SRC_CON1_L (0x2000 + 0x0010) 21 #define MT6351_AFE_TOP_CON0 (0x2000 + 0x0012) [all …]
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | mt6351.h | 12 #define MT6351_AFE_UL_DL_CON0 (0x2000 + 0x0000) 13 #define MT6351_AFE_DL_SRC2_CON0_H (0x2000 + 0x0002) 14 #define MT6351_AFE_DL_SRC2_CON0_L (0x2000 + 0x0004) 15 #define MT6351_AFE_DL_SDM_CON0 (0x2000 + 0x0006) 16 #define MT6351_AFE_DL_SDM_CON1 (0x2000 + 0x0008) 17 #define MT6351_AFE_UL_SRC_CON0_H (0x2000 + 0x000a) 18 #define MT6351_AFE_UL_SRC_CON0_L (0x2000 + 0x000c) 19 #define MT6351_AFE_UL_SRC_CON1_H (0x2000 + 0x000e) 20 #define MT6351_AFE_UL_SRC_CON1_L (0x2000 + 0x0010) 21 #define MT6351_AFE_TOP_CON0 (0x2000 + 0x0012) [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_sriov.c | 18 * Send message to VF driver (0x0802) using mailbox
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| D | rocket.h | 43 /*#define ROCKET_CALLOUT_NOHUP 0x00000001 */ 44 #define ROCKET_FORCE_CD 0x00000002 45 #define ROCKET_HUP_NOTIFY 0x00000004 46 #define ROCKET_SPLIT_TERMIOS 0x00000008 47 #define ROCKET_SPD_MASK 0x00000070 48 #define ROCKET_SPD_HI 0x00000010 /* Use 57600 instead of 38400 bps */ 49 #define ROCKET_SPD_VHI 0x00000020 /* Use 115200 instead of 38400 bps */ 50 #define ROCKET_SPD_SHI 0x00000030 /* Use 230400 instead of 38400 bps */ 51 #define ROCKET_SPD_WARP 0x00000040 /* Use 460800 instead of 38400 bps */ 52 #define ROCKET_SAK 0x00000080 [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
| D | iavf_adminq_cmd.h | 13 #define IAVF_FW_API_VERSION_MAJOR 0x0001 14 #define IAVF_FW_API_VERSION_MINOR_X722 0x0005 15 #define IAVF_FW_API_VERSION_MINOR_X710 0x0008 22 #define IAVF_MINOR_VER_GET_LINK_INFO_XL710 0x0007 49 * |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |13 |14 |15 | 54 #define IAVF_AQ_FLAG_DD_SHIFT 0 66 #define IAVF_AQ_FLAG_DD BIT(IAVF_AQ_FLAG_DD_SHIFT) /* 0x1 */ 67 #define IAVF_AQ_FLAG_CMP BIT(IAVF_AQ_FLAG_CMP_SHIFT) /* 0x2 */ 68 #define IAVF_AQ_FLAG_ERR BIT(IAVF_AQ_FLAG_ERR_SHIFT) /* 0x4 */ 69 #define IAVF_AQ_FLAG_VFE BIT(IAVF_AQ_FLAG_VFE_SHIFT) /* 0x8 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
| D | iavf_adminq_cmd.h | 13 #define IAVF_FW_API_VERSION_MAJOR 0x0001 14 #define IAVF_FW_API_VERSION_MINOR_X722 0x0005 15 #define IAVF_FW_API_VERSION_MINOR_X710 0x0008 22 #define IAVF_MINOR_VER_GET_LINK_INFO_XL710 0x0007 49 * |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |13 |14 |15 | 54 #define IAVF_AQ_FLAG_DD_SHIFT 0 66 #define IAVF_AQ_FLAG_DD BIT(IAVF_AQ_FLAG_DD_SHIFT) /* 0x1 */ 67 #define IAVF_AQ_FLAG_CMP BIT(IAVF_AQ_FLAG_CMP_SHIFT) /* 0x2 */ 68 #define IAVF_AQ_FLAG_ERR BIT(IAVF_AQ_FLAG_ERR_SHIFT) /* 0x4 */ 69 #define IAVF_AQ_FLAG_VFE BIT(IAVF_AQ_FLAG_VFE_SHIFT) /* 0x8 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/input/gameport/ |
| D | fm801-gp.c | 18 #define PCI_VENDOR_ID_FORTEMEDIA 0x1319 19 #define PCI_DEVICE_ID_FM801_GP 0x0802 34 *buttons = (~w >> 14) & 0x03; in fm801_gp_cooked_read() 35 axes[0] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 37 axes[1] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 39 *buttons |= ((~w >> 14) & 0x03) << 2; in fm801_gp_cooked_read() 40 axes[2] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 42 axes[3] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 43 outw(0xff, gameport->io); /* reset */ in fm801_gp_cooked_read() 45 return 0; in fm801_gp_cooked_read() [all …]
|
| /kernel/linux/linux-6.6/drivers/input/gameport/ |
| D | fm801-gp.c | 18 #define PCI_VENDOR_ID_FORTEMEDIA 0x1319 19 #define PCI_DEVICE_ID_FM801_GP 0x0802 34 *buttons = (~w >> 14) & 0x03; in fm801_gp_cooked_read() 35 axes[0] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 37 axes[1] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 39 *buttons |= ((~w >> 14) & 0x03) << 2; in fm801_gp_cooked_read() 40 axes[2] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 42 axes[3] = (w == 0xffff) ? -1 : ((w & 0x1fff) << 5); in fm801_gp_cooked_read() 43 outw(0xff, gameport->io); /* reset */ in fm801_gp_cooked_read() 45 return 0; in fm801_gp_cooked_read() [all …]
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-axff.c | 36 int field_count = 0; in axff_play() 43 dbg_hid("called with 0x%04x 0x%04x", left, right); in axff_play() 45 left = left * 0xff / 0xffff; in axff_play() 46 right = right * 0xff / 0xffff; in axff_play() 48 for (i = 0; i < report->maxfield; i++) { in axff_play() 49 for (j = 0; j < report->field[i]->report_count; j++) { in axff_play() 56 dbg_hid("running with 0x%02x 0x%02x", left, right); in axff_play() 59 return 0; in axff_play() 69 int field_count = 0; in axff_init() 86 for (i = 0; i < report->maxfield; i++) { in axff_init() [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-axff.c | 36 int field_count = 0; in axff_play() 43 dbg_hid("called with 0x%04x 0x%04x", left, right); in axff_play() 45 left = left * 0xff / 0xffff; in axff_play() 46 right = right * 0xff / 0xffff; in axff_play() 48 for (i = 0; i < report->maxfield; i++) { in axff_play() 49 for (j = 0; j < report->field[i]->report_count; j++) { in axff_play() 56 dbg_hid("running with 0x%02x 0x%02x", left, right); in axff_play() 59 return 0; in axff_play() 69 int field_count = 0; in axff_init() 86 for (i = 0; i < report->maxfield; i++) { in axff_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
| D | iosm_ipc_flash.h | 10 #define IOSM_FLS_BUF_SIZE 0x00100000 12 #define IOSM_ERASE_START_ADDR 0x00000000 14 #define IOSM_ERASE_LEN 0xFFFFFFFF 36 #define IOSM_EXT_CAP_SWID_OOS_PACK 0x02 38 #define IOSM_EBL_RSP_BUFF 0x0041 42 #define IOSM_RPSI_LOAD_SIZE 0 44 #define IOSM_EBL_CKSM 0x0000FFFF 46 #define IOSM_MSG_LEN_ARG 0 48 #define IOSM_MDM_SEND_DATA 0x0000 50 #define IOSM_MDM_ERASE_RSP 0x0001 [all …]
|