| /kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
| D | 11ac.c | 18 {0x124, 0x15F, 0x186}, /* NSS = 1 */ 19 {0x249, 0x2BE, 0x30C}, /* NSS = 2 */ 20 {0x36D, 0x41D, 0x492}, /* NSS = 3 */ 21 {0x492, 0x57C, 0x618}, /* NSS = 4 */ 22 {0x5B6, 0x6DB, 0x79E}, /* NSS = 5 */ 23 {0x6DB, 0x83A, 0x0}, /* NSS = 6 */ 24 {0x7FF, 0x999, 0xAAA}, /* NSS = 7 */ 25 {0x924, 0xAF8, 0xC30} /* NSS = 8 */ 29 {0x249, 0x2BE, 0x30C}, /* NSS = 1 */ 30 {0x492, 0x57C, 0x618}, /* NSS = 2 */ [all …]
|
| D | cfp.c | 28 static u8 adhoc_rates_b[B_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 0 }; 30 static u8 adhoc_rates_g[G_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24, 31 0xb0, 0x48, 0x60, 0x6c, 0 }; 33 static u8 adhoc_rates_bg[BG_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 34 0x0c, 0x12, 0x18, 0x24, 35 0x30, 0x48, 0x60, 0x6c, 0 }; 37 static u8 adhoc_rates_a[A_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24, 38 0xb0, 0x48, 0x60, 0x6c, 0 }; 39 static u8 supported_rates_a[A_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24, 40 0xb0, 0x48, 0x60, 0x6c, 0 }; [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/ |
| D | am437x-vpfe_regs.h | 15 #define VPFE_REVISION 0x0 16 #define VPFE_PCR 0x4 17 #define VPFE_SYNMODE 0x8 18 #define VPFE_HD_VD_WID 0xc 19 #define VPFE_PIX_LINES 0x10 20 #define VPFE_HORZ_INFO 0x14 21 #define VPFE_VERT_START 0x18 22 #define VPFE_VERT_LINES 0x1c 23 #define VPFE_CULLING 0x20 24 #define VPFE_HSIZE_OFF 0x24 [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/am437x/ |
| D | am437x-vpfe_regs.h | 15 #define VPFE_REVISION 0x0 16 #define VPFE_PCR 0x4 17 #define VPFE_SYNMODE 0x8 18 #define VPFE_HD_VD_WID 0xc 19 #define VPFE_PIX_LINES 0x10 20 #define VPFE_HORZ_INFO 0x14 21 #define VPFE_VERT_START 0x18 22 #define VPFE_VERT_LINES 0x1c 23 #define VPFE_CULLING 0x20 24 #define VPFE_HSIZE_OFF 0x24 [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/xlp-hal/ |
| D | pcibus.h | 39 #define PCIE_MEM_BASE 0xd0000000ULL 40 #define PCIE_MEM_LIMIT 0xdfffffffULL 41 #define PCIE_IO_BASE 0x14000000ULL 42 #define PCIE_IO_LIMIT 0x15ffffffULL 44 #define PCIE_BRIDGE_CMD 0x1 45 #define PCIE_BRIDGE_MSI_CAP 0x14 46 #define PCIE_BRIDGE_MSI_ADDRL 0x15 47 #define PCIE_BRIDGE_MSI_ADDRH 0x16 48 #define PCIE_BRIDGE_MSI_DATA 0x17 51 #define PCIE_BYTE_SWAP_MEM_BASE 0x247 [all …]
|
| D | sys.h | 43 #define SYS_CHIP_RESET 0x00 44 #define SYS_POWER_ON_RESET_CFG 0x01 45 #define SYS_EFUSE_DEVICE_CFG_STATUS0 0x02 46 #define SYS_EFUSE_DEVICE_CFG_STATUS1 0x03 47 #define SYS_EFUSE_DEVICE_CFG_STATUS2 0x04 48 #define SYS_EFUSE_DEVICE_CFG3 0x05 49 #define SYS_EFUSE_DEVICE_CFG4 0x06 50 #define SYS_EFUSE_DEVICE_CFG5 0x07 51 #define SYS_EFUSE_DEVICE_CFG6 0x08 52 #define SYS_EFUSE_DEVICE_CFG7 0x09 [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
| D | 11ac.c | 30 {0x124, 0x15F, 0x186}, /* NSS = 1 */ 31 {0x249, 0x2BE, 0x30C}, /* NSS = 2 */ 32 {0x36D, 0x41D, 0x492}, /* NSS = 3 */ 33 {0x492, 0x57C, 0x618}, /* NSS = 4 */ 34 {0x5B6, 0x6DB, 0x79E}, /* NSS = 5 */ 35 {0x6DB, 0x83A, 0x0}, /* NSS = 6 */ 36 {0x7FF, 0x999, 0xAAA}, /* NSS = 7 */ 37 {0x924, 0xAF8, 0xC30} /* NSS = 8 */ 41 {0x249, 0x2BE, 0x30C}, /* NSS = 1 */ 42 {0x492, 0x57C, 0x618}, /* NSS = 2 */ [all …]
|
| D | cfp.c | 40 static u8 adhoc_rates_b[B_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 0 }; 42 static u8 adhoc_rates_g[G_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24, 43 0xb0, 0x48, 0x60, 0x6c, 0 }; 45 static u8 adhoc_rates_bg[BG_SUPPORTED_RATES] = { 0x82, 0x84, 0x8b, 0x96, 46 0x0c, 0x12, 0x18, 0x24, 47 0x30, 0x48, 0x60, 0x6c, 0 }; 49 static u8 adhoc_rates_a[A_SUPPORTED_RATES] = { 0x8c, 0x12, 0x98, 0x24, 50 0xb0, 0x48, 0x60, 0x6c, 0 }; 51 static u8 supported_rates_a[A_SUPPORTED_RATES] = { 0x0c, 0x12, 0x18, 0x24, 52 0xb0, 0x48, 0x60, 0x6c, 0 }; [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
| D | dm644x_ccdc_regs.h | 11 #define CCDC_PID 0x0 12 #define CCDC_PCR 0x4 13 #define CCDC_SYN_MODE 0x8 14 #define CCDC_HD_VD_WID 0xc 15 #define CCDC_PIX_LINES 0x10 16 #define CCDC_HORZ_INFO 0x14 17 #define CCDC_VERT_START 0x18 18 #define CCDC_VERT_LINES 0x1c 19 #define CCDC_CULLING 0x20 20 #define CCDC_HSIZE_OFF 0x24 [all …]
|
| D | dm355_ccdc_regs.h | 11 #define SYNCEN 0x00 12 #define MODESET 0x04 13 #define HDWIDTH 0x08 14 #define VDWIDTH 0x0c 15 #define PPLN 0x10 16 #define LPFR 0x14 17 #define SPH 0x18 18 #define NPH 0x1c 19 #define SLV0 0x20 20 #define SLV1 0x24 [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | arm,cci-400.yaml | 24 pattern: "^cci(@[0-9a-f]+)?$" 43 "^slave-if@[0-9a-f]+$": 65 "^pmu@[0-9a-f]+$": 119 arm,hbi = <0x249>; 129 * registers sits at address 0x000000002c090000. 131 * CCI slave interface @0x000000002c091000 is connected to dma 134 * CCI slave interface @0x000000002c094000 is connected to CPUs 137 * CCI slave interface @0x000000002c095000 is connected to CPUs 142 #size-cells = <0>; 145 CPU0: cpu@0 { [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | safe_serial.c | 35 * 0..N-2 data and optional padding 38 * bits 1-0 top two bits of 10 bit CRC 43 * + 7 . 6 . 5 . 4 . 3 . 2 . 1 . 0 | 7 . 6 . 5 . 4 . 3 . 2 . 1 . 0 + 85 module_param(safe, bool, 0); 88 module_param(padded, bool, 0); 91 #define CDC_DEVICE_CLASS 0x02 93 #define CDC_INTERFACE_CLASS 0x02 94 #define CDC_INTERFACE_SUBCLASS 0x06 96 #define LINEO_INTERFACE_CLASS 0xff 98 #define LINEO_INTERFACE_SUBCLASS_SAFENET 0x01 [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | safe_serial.c | 35 * 0..N-2 data and optional padding 38 * bits 1-0 top two bits of 10 bit CRC 43 * + 7 . 6 . 5 . 4 . 3 . 2 . 1 . 0 | 7 . 6 . 5 . 4 . 3 . 2 . 1 . 0 + 85 module_param(safe, bool, 0); 88 module_param(padded, bool, 0); 91 #define CDC_DEVICE_CLASS 0x02 93 #define CDC_INTERFACE_CLASS 0x02 94 #define CDC_INTERFACE_SUBCLASS 0x06 96 #define LINEO_INTERFACE_CLASS 0xff 98 #define LINEO_INTERFACE_SUBCLASS_SAFENET 0x01 [all …]
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | intel_msic.h | 13 #define INTEL_MSIC_ID0 0x000 /* RO */ 14 #define INTEL_MSIC_ID1 0x001 /* RO */ 17 #define INTEL_MSIC_IRQLVL1 0x002 18 #define INTEL_MSIC_ADC1INT 0x003 19 #define INTEL_MSIC_CCINT 0x004 20 #define INTEL_MSIC_PWRSRCINT 0x005 21 #define INTEL_MSIC_PWRSRCINT1 0x006 22 #define INTEL_MSIC_CHRINT 0x007 23 #define INTEL_MSIC_CHRINT1 0x008 24 #define INTEL_MSIC_RTCIRQ 0x009 [all …]
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| D | control.h | 48 #define OMAP2_CONTROL_INTERFACE 0x000 49 #define OMAP2_CONTROL_PADCONFS 0x030 50 #define OMAP2_CONTROL_GENERAL 0x270 51 #define OMAP343X_CONTROL_MEM_WKUP 0x600 52 #define OMAP343X_CONTROL_PADCONFS_WKUP 0xa00 53 #define OMAP343X_CONTROL_GENERAL_WKUP 0xa60 56 #define TI81XX_CONTROL_DEVBOOT 0x040 57 #define TI81XX_CONTROL_DEVCONF 0x600 61 #define OMAP2_CONTROL_SYSCONFIG (OMAP2_CONTROL_INTERFACE + 0x10) 64 #define OMAP2_CONTROL_DEVCONF0 (OMAP2_CONTROL_GENERAL + 0x0004) [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | control.h | 48 #define OMAP2_CONTROL_INTERFACE 0x000 49 #define OMAP2_CONTROL_PADCONFS 0x030 50 #define OMAP2_CONTROL_GENERAL 0x270 51 #define OMAP343X_CONTROL_MEM_WKUP 0x600 52 #define OMAP343X_CONTROL_PADCONFS_WKUP 0xa00 53 #define OMAP343X_CONTROL_GENERAL_WKUP 0xa60 56 #define TI81XX_CONTROL_DEVBOOT 0x040 57 #define TI81XX_CONTROL_DEVCONF 0x600 61 #define OMAP2_CONTROL_SYSCONFIG (OMAP2_CONTROL_INTERFACE + 0x10) 64 #define OMAP2_CONTROL_DEVCONF0 (OMAP2_CONTROL_GENERAL + 0x0004) [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/arm/ |
| D | vexpress-v2p-ca15_a7.dts | 16 arm,hbi = <0x249>; 17 arm,vexpress,site = <0xf>; 36 #size-cells = <0>; 38 cpu0: cpu@0 { 41 reg = <0>; 61 reg = <0x100>; 71 reg = <0x101>; 81 reg = <0x102>; 109 reg = <0 0x80000000 0 0x40000000>; 117 /* Chipselect 2 is physically at 0x18000000 */ [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | vexpress-v2p-ca15_a7.dts | 16 arm,hbi = <0x249>; 17 arm,vexpress,site = <0xf>; 36 #size-cells = <0>; 38 cpu0: cpu@0 { 41 reg = <0>; 61 reg = <0x100>; 71 reg = <0x101>; 81 reg = <0x102>; 109 reg = <0 0x80000000 0 0x40000000>; 117 /* Chipselect 2 is physically at 0x18000000 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/netlogic/ |
| D | xlr_net.h | 9 #define MAC_SPACING 0x400 10 #define XGMAC_SPACING 0x400 13 #define R_MAC_CONFIG_1 0x00 26 #define O_MAC_CONFIG_1__txen 0 27 #define R_MAC_CONFIG_2 0x01 35 #define O_MAC_CONFIG_2__fulld 0 36 #define R_IPG_IFG 0x02 43 #define O_IPG_IFG__ipgt 0 45 #define R_HALF_DUPLEX 0x03 54 #define O_HALF_DUPLEX__lcol 0 [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_dump.h | 22 #define DRV_DUMP_XSTORM_WAITP_ADDRESS 0x2b8a80 23 #define DRV_DUMP_TSTORM_WAITP_ADDRESS 0x1b8a80 24 #define DRV_DUMP_USTORM_WAITP_ADDRESS 0x338a80 25 #define DRV_DUMP_CSTORM_WAITP_ADDRESS 0x238a80 45 #define BNX2X_DUMP_VERSION 0x61111111 65 static const u32 page_vals_e2[] = {0, 128}; 68 {0x58000, 4608, DUMP_CHIP_E2, 0x30} 74 static const u32 page_vals_e3[] = {0, 128}; 77 {0x58000, 4608, DUMP_CHIP_E3A0 | DUMP_CHIP_E3B0, 0x30} 81 { 0x2000, 1, 0x1f, 0xfff}, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_dump.h | 22 #define DRV_DUMP_XSTORM_WAITP_ADDRESS 0x2b8a80 23 #define DRV_DUMP_TSTORM_WAITP_ADDRESS 0x1b8a80 24 #define DRV_DUMP_USTORM_WAITP_ADDRESS 0x338a80 25 #define DRV_DUMP_CSTORM_WAITP_ADDRESS 0x238a80 45 #define BNX2X_DUMP_VERSION 0x61111111 65 static const u32 page_vals_e2[] = {0, 128}; 68 {0x58000, 4608, DUMP_CHIP_E2, 0x30} 74 static const u32 page_vals_e3[] = {0, 128}; 77 {0x58000, 4608, DUMP_CHIP_E3A0 | DUMP_CHIP_E3B0, 0x30} 81 { 0x2000, 1, 0x1f, 0xfff}, [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
| D | initdef.h | 77 #define VB_SIS301 0x0001 78 #define VB_SIS301B 0x0002 79 #define VB_SIS302B 0x0004 80 #define VB_SIS301LV 0x0008 81 #define VB_SIS302LV 0x0010 82 #define VB_SIS302ELV 0x0020 83 #define VB_SIS301C 0x0040 84 #define VB_SIS307T 0x0080 85 #define VB_SIS307LV 0x0100 86 #define VB_UMC 0x4000 [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
| D | initdef.h | 77 #define VB_SIS301 0x0001 78 #define VB_SIS301B 0x0002 79 #define VB_SIS302B 0x0004 80 #define VB_SIS301LV 0x0008 81 #define VB_SIS302LV 0x0010 82 #define VB_SIS302ELV 0x0020 83 #define VB_SIS301C 0x0040 84 #define VB_SIS307T 0x0080 85 #define VB_SIS307LV 0x0100 86 #define VB_UMC 0x4000 [all …]
|