| /kernel/linux/linux-5.10/sound/soc/samsung/ |
| D | smdk_wm8580.c | 26 struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0); in smdk_hw_params() 40 * as {8000x256, 64000x256, 11025x256}Hz. in smdk_hw_params() 70 if (ret < 0) in smdk_hw_params() 73 ret = snd_soc_dai_set_pll(codec_dai, WM8580_PLLA, 0, in smdk_hw_params() 75 if (ret < 0) in smdk_hw_params() 80 if (ret < 0) in smdk_hw_params() 83 return 0; in smdk_hw_params() 127 /* Enabling the microphone requires the fitting of a 0R in smdk_wm8580_init_paiftx() 132 return 0; in smdk_wm8580_init_paiftx() 136 PRI_PLAYBACK = 0, [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | acornfb.c | 64 .hfmin = 0, 66 .vfmin = 0, 120 memset(&vidc, 0, sizeof(vidc)); in acornfb_set_timing() 162 vidc_writel(0xd0000000 | vidc.pll_ctl); in acornfb_set_timing() 163 vidc_writel(0x80000000 | vidc.h_cycle); in acornfb_set_timing() 164 vidc_writel(0x81000000 | vidc.h_sync_width); in acornfb_set_timing() 165 vidc_writel(0x82000000 | vidc.h_border_start); in acornfb_set_timing() 166 vidc_writel(0x83000000 | vidc.h_display_start); in acornfb_set_timing() 167 vidc_writel(0x84000000 | vidc.h_display_end); in acornfb_set_timing() 168 vidc_writel(0x85000000 | vidc.h_border_end); in acornfb_set_timing() [all …]
|
| D | arcfb.c | 14 * can be paneled in a variety of setups such as 2x1=128x64, 4x4=256x256 and 32 * - User must set dio_addr=0xIOADDR cio_addr=0xIOADDR 52 #define floor8(a) (a&(~0x07)) 55 #define ceil64(a) (a|0x3F) 60 #define KS_SET_DPY_START_LINE 0xC0 61 #define KS_SET_PAGE_NUM 0xB8 62 #define KS_SET_X 0x40 63 #define KS_CEHI 0x01 64 #define KS_CELO 0x00 65 #define KS_SEL_CMD 0x08 [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | acornfb.c | 64 .hfmin = 0, 66 .vfmin = 0, 120 memset(&vidc, 0, sizeof(vidc)); in acornfb_set_timing() 162 vidc_writel(0xd0000000 | vidc.pll_ctl); in acornfb_set_timing() 163 vidc_writel(0x80000000 | vidc.h_cycle); in acornfb_set_timing() 164 vidc_writel(0x81000000 | vidc.h_sync_width); in acornfb_set_timing() 165 vidc_writel(0x82000000 | vidc.h_border_start); in acornfb_set_timing() 166 vidc_writel(0x83000000 | vidc.h_display_start); in acornfb_set_timing() 167 vidc_writel(0x84000000 | vidc.h_display_end); in acornfb_set_timing() 168 vidc_writel(0x85000000 | vidc.h_border_end); in acornfb_set_timing() [all …]
|
| D | arcfb.c | 14 * can be paneled in a variety of setups such as 2x1=128x64, 4x4=256x256 and 32 * - User must set dio_addr=0xIOADDR cio_addr=0xIOADDR 51 #define floor8(a) (a&(~0x07)) 54 #define ceil64(a) (a|0x3F) 59 #define KS_SET_DPY_START_LINE 0xC0 60 #define KS_SET_PAGE_NUM 0xB8 61 #define KS_SET_X 0x40 62 #define KS_CEHI 0x01 63 #define KS_CELO 0x00 64 #define KS_SEL_CMD 0x08 [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
| D | r8192E_hw.h | 11 BaseBand_Config_PHY_REG = 0, 15 #define RTL8187_REQT_READ 0xc0 16 #define RTL8187_REQT_WRITE 0x40 17 #define RTL8187_REQ_GET_REGS 0x05 18 #define RTL8187_REQ_SET_REGS 0x05 24 #define BB_ANTATTEN_CHAN14 0x0c 25 #define BB_ANTENNA_B 0x40 33 #define RTL8190_EEPROM_ID 0x8129 34 #define EEPROM_VID 0x02 35 #define EEPROM_DID 0x04 [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-5.10/drivers/crypto/inside-secure/ |
| D | safexcel.h | 19 #define EIP197_HIA_VERSION_BE 0xca35 20 #define EIP197_HIA_VERSION_LE 0x35ca 21 #define EIP97_VERSION_LE 0x9e61 22 #define EIP196_VERSION_LE 0x3bc4 23 #define EIP197_VERSION_LE 0x3ac5 24 #define EIP96_VERSION_LE 0x9f60 25 #define EIP201_VERSION_LE 0x36c9 26 #define EIP206_VERSION_LE 0x31ce 27 #define EIP207_VERSION_LE 0x30cf 28 #define EIP197_REG_LO16(reg) (reg & 0xffff) [all …]
|
| /kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
| D | safexcel.h | 20 #define EIP197_HIA_VERSION_BE 0xca35 21 #define EIP197_HIA_VERSION_LE 0x35ca 22 #define EIP97_VERSION_LE 0x9e61 23 #define EIP196_VERSION_LE 0x3bc4 24 #define EIP197_VERSION_LE 0x3ac5 25 #define EIP96_VERSION_LE 0x9f60 26 #define EIP201_VERSION_LE 0x36c9 27 #define EIP206_VERSION_LE 0x31ce 28 #define EIP207_VERSION_LE 0x30cf 29 #define EIP197_REG_LO16(reg) (reg & 0xffff) [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| D | smu7_ppsmc.h | 30 #define PPSMC_MSG_SetGBDroopSettings ((uint16_t) 0x305) 32 #define PPSMC_SWSTATE_FLAG_DC 0x01 33 #define PPSMC_SWSTATE_FLAG_UVD 0x02 34 #define PPSMC_SWSTATE_FLAG_VCE 0x04 36 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00 37 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01 38 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff 40 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01 41 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02 42 #define PPSMC_SYSTEMFLAG_GDDR5 0x04 [all …]
|
| D | tonga_ppsmc.h | 29 #define PPSMC_SWSTATE_FLAG_DC 0x01 30 #define PPSMC_SWSTATE_FLAG_UVD 0x02 31 #define PPSMC_SWSTATE_FLAG_VCE 0x04 32 #define PPSMC_SWSTATE_FLAG_PCIE_X1 0x08 34 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00 35 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01 36 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff 38 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01 39 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02 40 #define PPSMC_SYSTEMFLAG_GDDR5 0x04 [all …]
|
| D | fiji_ppsmc.h | 30 #define PPSMC_SWSTATE_FLAG_DC 0x01 31 #define PPSMC_SWSTATE_FLAG_UVD 0x02 32 #define PPSMC_SWSTATE_FLAG_VCE 0x04 34 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00 35 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01 36 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff 38 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01 39 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02 40 #define PPSMC_SYSTEMFLAG_GDDR5 0x04 42 #define PPSMC_SYSTEMFLAG_DISABLE_BABYSTEP 0x08 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
| D | smu7_ppsmc.h | 30 #define PPSMC_MSG_SetGBDroopSettings ((uint16_t) 0x305) 32 #define PPSMC_SWSTATE_FLAG_DC 0x01 33 #define PPSMC_SWSTATE_FLAG_UVD 0x02 34 #define PPSMC_SWSTATE_FLAG_VCE 0x04 36 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00 37 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01 38 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff 40 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01 41 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02 42 #define PPSMC_SYSTEMFLAG_GDDR5 0x04 [all …]
|
| D | tonga_ppsmc.h | 29 #define PPSMC_SWSTATE_FLAG_DC 0x01 30 #define PPSMC_SWSTATE_FLAG_UVD 0x02 31 #define PPSMC_SWSTATE_FLAG_VCE 0x04 32 #define PPSMC_SWSTATE_FLAG_PCIE_X1 0x08 34 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00 35 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01 36 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff 38 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01 39 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02 40 #define PPSMC_SYSTEMFLAG_GDDR5 0x04 [all …]
|
| D | fiji_ppsmc.h | 30 #define PPSMC_SWSTATE_FLAG_DC 0x01 31 #define PPSMC_SWSTATE_FLAG_UVD 0x02 32 #define PPSMC_SWSTATE_FLAG_VCE 0x04 34 #define PPSMC_THERMAL_PROTECT_TYPE_INTERNAL 0x00 35 #define PPSMC_THERMAL_PROTECT_TYPE_EXTERNAL 0x01 36 #define PPSMC_THERMAL_PROTECT_TYPE_NONE 0xff 38 #define PPSMC_SYSTEMFLAG_GPIO_DC 0x01 39 #define PPSMC_SYSTEMFLAG_STEPVDDC 0x02 40 #define PPSMC_SYSTEMFLAG_GDDR5 0x04 42 #define PPSMC_SYSTEMFLAG_DISABLE_BABYSTEP 0x08 [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
| D | fb_decoder.c | 45 int bpp; /* Bits per pixel, 0 indicates invalid */ 58 /* non-supported format has bpp default to 0 */ 59 {0, 0, NULL}, 78 /* non-supported format has bpp default to 0 */ 79 {0, 0, NULL}, 88 bdw_pixel_formats_index = 0; in bdw_format_to_drm() 187 for (i = 0; i < I915_MAX_PIPES; i++) in get_active_pipe() 201 * 0 on success, non-zero if failed. 242 gvt_vgpu_err("Non-supported pixel format (0x%x)\n", fmt); in intel_vgpu_decode_primary_plane() 254 gvt_vgpu_err("Translate primary plane gma 0x%x to gpa fail\n", in intel_vgpu_decode_primary_plane() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
| D | fb_decoder.c | 44 int bpp; /* Bits per pixel, 0 indicates invalid */ 57 /* non-supported format has bpp default to 0 */ 58 {0, 0, NULL}, 77 /* non-supported format has bpp default to 0 */ 78 {0, 0, NULL}, 87 bdw_pixel_formats_index = 0; in bdw_format_to_drm() 186 for (i = 0; i < I915_MAX_PIPES; i++) in get_active_pipe() 200 * 0 on success, non-zero if failed. 241 gvt_vgpu_err("Non-supported pixel format (0x%x)\n", fmt); in intel_vgpu_decode_primary_plane() 253 gvt_vgpu_err("Translate primary plane gma 0x%x to gpa fail\n", in intel_vgpu_decode_primary_plane() [all …]
|
| /kernel/linux/linux-5.10/Documentation/m68k/ |
| D | kernel-options.rst | 13 0) Introduction 76 /dev/ram: -> 0x0100 (initial ramdisk) 77 /dev/hda: -> 0x0300 (first IDE disk) 78 /dev/hdb: -> 0x0340 (second IDE disk) 79 /dev/sda: -> 0x0800 (first SCSI disk) 80 /dev/sdb: -> 0x0810 (second SCSI disk) 81 /dev/sdc: -> 0x0820 (third SCSI disk) 82 /dev/sdd: -> 0x0830 (forth SCSI disk) 83 /dev/sde: -> 0x0840 (fifth SCSI disk) 84 /dev/fd : -> 0x0200 (floppy disk) [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/m68k/ |
| D | kernel-options.rst | 13 0) Introduction 76 /dev/ram: -> 0x0100 (initial ramdisk) 77 /dev/hda: -> 0x0300 (first IDE disk) 78 /dev/hdb: -> 0x0340 (second IDE disk) 79 /dev/sda: -> 0x0800 (first SCSI disk) 80 /dev/sdb: -> 0x0810 (second SCSI disk) 81 /dev/sdc: -> 0x0820 (third SCSI disk) 82 /dev/sdd: -> 0x0830 (forth SCSI disk) 83 /dev/sde: -> 0x0840 (fifth SCSI disk) 84 /dev/fd : -> 0x0200 (floppy disk) [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ov5693/ |
| D | ov5693.h | 38 #define ENABLE_NON_PREVIEW 0 43 #define I2C_MSG_LENGTH 0x2 54 #define OV5693_READ_MODE_BINNING_ON 0x0400 55 #define OV5693_READ_MODE_BINNING_OFF 0x00 58 #define OV5693_MAX_EXPOSURE_VALUE 0xFFF1 59 #define OV5693_MAX_GAIN_VALUE 0xFF 63 * bits 31-16: numerator, bits 15-0: denominator 65 #define OV5693_FOCAL_LENGTH_DEFAULT 0x1B70064 69 * bits 31-16: numerator, bits 15-0: denominator 71 #define OV5693_F_NUMBER_DEFAULT 0x18000a [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ov5693/ |
| D | ov5693.h | 38 #define ENABLE_NON_PREVIEW 0 43 #define I2C_MSG_LENGTH 0x2 54 #define OV5693_READ_MODE_BINNING_ON 0x0400 55 #define OV5693_READ_MODE_BINNING_OFF 0x00 58 #define OV5693_MAX_EXPOSURE_VALUE 0xFFF1 59 #define OV5693_MAX_GAIN_VALUE 0xFF 63 * bits 31-16: numerator, bits 15-0: denominator 65 #define OV5693_FOCAL_LENGTH_DEFAULT 0x1B70064 69 * bits 31-16: numerator, bits 15-0: denominator 71 #define OV5693_F_NUMBER_DEFAULT 0x18000a [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
| D | ov2680.h | 36 #define I2C_MSG_LENGTH 0x2 49 #define OV2680_READ_MODE_BINNING_ON 0x0400 50 #define OV2680_READ_MODE_BINNING_OFF 0x00 53 #define OV2680_MAX_EXPOSURE_VALUE 0xFFF1 54 #define OV2680_MAX_GAIN_VALUE 0xFF 58 * bits 31-16: numerator, bits 15-0: denominator 60 #define OV2680_FOCAL_LENGTH_DEFAULT 0x1B70064 64 * bits 31-16: numerator, bits 15-0: denominator 66 #define OV2680_F_NUMBER_DEFAULT 0x18000a 73 * bits 7-0: min f-number denominator [all …]
|