| /kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
| D | regs-fimc.h | 30 /* Y 4th frame start address for output DMA */ 38 /* Cb 4th frame start address for output DMA */ 46 /* Cr 4th frame start address for output DMA */ 120 /* Y 5th frame start address for output DMA */ 122 /* Y 6th frame start address for output DMA */ 124 /* Y 7th frame start address for output DMA */ 126 /* Y 8th frame start address for output DMA */ 128 /* Y 9th frame start address for output DMA */ 130 /* Y 10th frame start address for output DMA */ 132 /* Y 11th frame start address for output DMA */ [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
| D | regs-fimc.h | 30 /* Y 4th frame start address for output DMA */ 38 /* Cb 4th frame start address for output DMA */ 46 /* Cr 4th frame start address for output DMA */ 120 /* Y 5th frame start address for output DMA */ 122 /* Y 6th frame start address for output DMA */ 124 /* Y 7th frame start address for output DMA */ 126 /* Y 8th frame start address for output DMA */ 128 /* Y 9th frame start address for output DMA */ 130 /* Y 10th frame start address for output DMA */ 132 /* Y 11th frame start address for output DMA */ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
| D | sharedbuffer_configuration.py | 36 def _get_static_size(self, th): argument 39 return th * 8000 * self._cell_size() 49 th = random.randint(3, 16) 51 return th 53 return self._get_static_size(th) 71 if objid["pool"] in [4, 8, 9, 10]: 72 # The threshold type of pools 4, 8, 9 and 10 cannot be changed 77 if objid["tc"] >= 8: 82 th = self._get_th(pool) 84 return (pool_n, th) [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | sharedbuffer_configuration.py | 36 def _get_static_size(self, th): argument 39 return th * 8000 * self._cell_size() 49 th = random.randint(3, 16) 51 return th 53 return self._get_static_size(th) 71 if objid["pool"] in [4, 8, 9, 10]: 72 # The threshold type of pools 4, 8, 9 and 10 cannot be changed 77 if objid["tc"] >= 8: 82 th = self._get_th(pool) 84 return (pool_n, th) [all …]
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | sysfb.h | 19 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 20 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 21 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 23 M_MINI_3_1, /* Mac Mini, 3,1th gen */ 24 M_MINI_4_1, /* Mac Mini, 4,1th gen */ 28 M_MB_5_1, /* MacBook, 5th rev. */ 29 M_MB_6_1, /* MacBook, 6th rev. */ 30 M_MB_7_1, /* MacBook, 7th rev. */ 38 M_MBP_4, /* MacBook Pro, 4th gen */ 39 M_MBP_5_1, /* MacBook Pro, 5,1th gen */ [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | sysfb.h | 20 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 21 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 22 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 24 M_MINI_3_1, /* Mac Mini, 3,1th gen */ 25 M_MINI_4_1, /* Mac Mini, 4,1th gen */ 29 M_MB_5_1, /* MacBook, 5th rev. */ 30 M_MB_6_1, /* MacBook, 6th rev. */ 31 M_MB_7_1, /* MacBook, 7th rev. */ 39 M_MBP_4, /* MacBook Pro, 4th gen */ 40 M_MBP_5_1, /* MacBook Pro, 5,1th gen */ [all …]
|
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| D | uncore_snb.c | 112 #define NHM_UNC_GLOBAL_CTL_EN_PC_ALL ((1ULL << 8) - 1) 134 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15"); 262 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box() 291 .num_boxes = 8, 620 event->hw.config = ((cfg - 1) << 8) | 0x10ff; in snb_uncore_imc_event_init() 989 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */ 990 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */ 991 IMC_DEV(BDW_IMC, &bdw_uncore_pci_driver), /* 5th Gen Core U */ 992 IMC_DEV(SKL_Y_IMC, &skl_uncore_pci_driver), /* 6th Gen Core Y */ 993 IMC_DEV(SKL_U_IMC, &skl_uncore_pci_driver), /* 6th Gen Core U */ [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | vmac.c | 46 #define VMAC_KEY_LEN (VMAC_KEY_SIZE/8) 53 u64 nhkey[(VMAC_NHBYTES/8)+2*(VMAC_TAG_LEN/64-1)]; 62 __le64 partial_words[VMAC_NHBYTES / 8]; 69 __be64 pads[VMAC_NONCEBYTES / 8]; 150 int i; u64 th, tl; \ 153 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 155 ADD128(rh, rl, th, tl); \ 161 int i; u64 th, tl; \ 164 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 166 ADD128(rh, rl, th, tl); \ [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| D | vmac.c | 47 #define VMAC_KEY_LEN (VMAC_KEY_SIZE/8) 54 u64 nhkey[(VMAC_NHBYTES/8)+2*(VMAC_TAG_LEN/64-1)]; 63 __le64 partial_words[VMAC_NHBYTES / 8]; 70 __be64 pads[VMAC_NONCEBYTES / 8]; 151 int i; u64 th, tl; \ 154 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 156 ADD128(rh, rl, th, tl); \ 162 int i; u64 th, tl; \ 165 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ 167 ADD128(rh, rl, th, tl); \ [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | devices.txt | 13 8 = /dev/random Nondeterministic random number gen. 35 255 = /dev/ptyef 256th PTY master 40 the 1st through 16th series of 16 pseudo-ttys each, and 67 8 = /dev/fd?h1200 5.25" 1200K in a 1200K drive(1) 110 255 = /dev/ttyef 256th PTY slave 198 loop devices is handled by mount(8) or losetup(8). 200 8 block SCSI disk devices (0-15) 260 8 = /dev/smouse Simple serial mouse driver 405 8 = /dev/ntpqic150 QIC-150, no rewind-on-close 438 8 = /dev/sequencer2 Sequencer -- alternate device [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | devices.txt | 13 8 = /dev/random Nondeterministic random number gen. 35 255 = /dev/ptyef 256th PTY master 40 the 1st through 16th series of 16 pseudo-ttys each, and 67 8 = /dev/fd?h1200 5.25" 1200K in a 1200K drive(1) 110 255 = /dev/ttyef 256th PTY slave 198 loop devices is handled by mount(8) or losetup(8). 200 8 block SCSI disk devices (0-15) 260 8 = /dev/smouse Simple serial mouse driver 405 8 = /dev/ntpqic150 QIC-150, no rewind-on-close 438 8 = /dev/sequencer2 Sequencer -- alternate device [all …]
|
| /kernel/linux/linux-6.6/arch/x86/events/intel/ |
| D | uncore_snb.c | 180 #define NHM_UNC_GLOBAL_CTL_EN_PC_ALL ((1ULL << 8) - 1) 248 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15"); 249 DEFINE_UNCORE_FORMAT_ATTR(chmask, chmask, "config:8-11"); 378 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box() 407 .num_boxes = 8, 952 event->hw.config = ((cfg - 1) << 8) | 0x10ff; in snb_uncore_imc_event_init() 1167 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */ 1168 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */ 1169 IMC_DEV(BDW_IMC, &bdw_uncore_pci_driver), /* 5th Gen Core U */ 1170 IMC_DEV(SKL_Y_IMC, &skl_uncore_pci_driver), /* 6th Gen Core Y */ [all …]
|
| /kernel/linux/linux-5.10/drivers/char/ |
| D | ds1620.c | 157 ds1620_send_bits(8, cmd); in ds1620_out() 181 ds1620_send_bits(8, cmd); in ds1620_in() 202 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_write_state() 295 i = ds1620_in(THERM_READ_CONFIG, 8) & 0xe3; in ds1620_ioctl() 336 struct therm th; in ds1620_proc_therm_show() local 339 ds1620_read_state(&th); in ds1620_proc_therm_show() 343 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show() 344 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show() 368 struct therm th, th_start; in ds1620_init() local 374 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/char/ |
| D | ds1620.c | 157 ds1620_send_bits(8, cmd); in ds1620_out() 181 ds1620_send_bits(8, cmd); in ds1620_in() 202 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_write_state() 295 i = ds1620_in(THERM_READ_CONFIG, 8) & 0xe3; in ds1620_ioctl() 336 struct therm th; in ds1620_proc_therm_show() local 339 ds1620_read_state(&th); in ds1620_proc_therm_show() 343 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show() 344 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show() 368 struct therm th, th_start; in ds1620_init() local 374 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_init() [all …]
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | resize.c | 27 struct reiserfs_transaction_handle th; in reiserfs_resize() local 69 (reiserfs_bmap_count(s) - 1) * s->s_blocksize * 8; in reiserfs_resize() 72 bmap_nr_new = block_count_new / (s->s_blocksize * 8); in reiserfs_resize() 73 block_r_new = block_count_new - bmap_nr_new * s->s_blocksize * 8; in reiserfs_resize() 77 block_r_new = s->s_blocksize * 8; in reiserfs_resize() 149 bh = sb_bread(s, i * s->s_blocksize * 8); in reiserfs_resize() 165 bitmap[i].free_count = sb_blocksize(sb) * 8 - 1; in reiserfs_resize() 178 err = journal_begin(&th, s, 10); in reiserfs_resize() 186 int jerr = journal_end(&th); in reiserfs_resize() 193 for (i = block_r; i < s->s_blocksize * 8; i++) in reiserfs_resize() [all …]
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | resize.c | 27 struct reiserfs_transaction_handle th; in reiserfs_resize() local 69 (reiserfs_bmap_count(s) - 1) * s->s_blocksize * 8; in reiserfs_resize() 72 bmap_nr_new = block_count_new / (s->s_blocksize * 8); in reiserfs_resize() 73 block_r_new = block_count_new - bmap_nr_new * s->s_blocksize * 8; in reiserfs_resize() 77 block_r_new = s->s_blocksize * 8; in reiserfs_resize() 149 bh = sb_bread(s, i * s->s_blocksize * 8); in reiserfs_resize() 165 bitmap[i].free_count = sb_blocksize(sb) * 8 - 1; in reiserfs_resize() 178 err = journal_begin(&th, s, 10); in reiserfs_resize() 186 int jerr = journal_end(&th); in reiserfs_resize() 193 for (i = block_r; i < s->s_blocksize * 8; i++) in reiserfs_resize() [all …]
|
| /kernel/linux/linux-6.6/drivers/thermal/samsung/ |
| D | exynos_tmu.c | 40 #define EXYNOS_TMU_BUF_SLOPE_SEL_SHIFT 8 58 #define EXYNOS_TRIMINFO_85_SHIFT 8 69 #define EXYNOS_EMUL_DATA_SHIFT 8 386 u32 th, con; in exynos4412_tmu_set_trip_temp() local 388 th = readl(data->base + EXYNOS_THD_TEMP_RISE); in exynos4412_tmu_set_trip_temp() 389 th &= ~(0xff << 8 * trip); in exynos4412_tmu_set_trip_temp() 390 th |= temp_to_code(data, temp) << 8 * trip; in exynos4412_tmu_set_trip_temp() 391 writel(th, data->base + EXYNOS_THD_TEMP_RISE); in exynos4412_tmu_set_trip_temp() 403 u32 th; in exynos4412_tmu_set_trip_hyst() local 405 th = readl(data->base + EXYNOS_THD_TEMP_FALL); in exynos4412_tmu_set_trip_hyst() [all …]
|
| /kernel/linux/linux-5.10/drivers/thermal/samsung/ |
| D | exynos_tmu.c | 41 #define EXYNOS_TMU_BUF_SLOPE_SEL_SHIFT 8 59 #define EXYNOS_TRIMINFO_85_SHIFT 8 70 #define EXYNOS_EMUL_DATA_SHIFT 8 396 u32 th, con; in exynos4412_tmu_set_trip_temp() local 398 th = readl(data->base + EXYNOS_THD_TEMP_RISE); in exynos4412_tmu_set_trip_temp() 399 th &= ~(0xff << 8 * trip); in exynos4412_tmu_set_trip_temp() 400 th |= temp_to_code(data, temp) << 8 * trip; in exynos4412_tmu_set_trip_temp() 401 writel(th, data->base + EXYNOS_THD_TEMP_RISE); in exynos4412_tmu_set_trip_temp() 413 u32 th; in exynos4412_tmu_set_trip_hyst() local 415 th = readl(data->base + EXYNOS_THD_TEMP_FALL); in exynos4412_tmu_set_trip_hyst() [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-intel_th-devices-pti | 6 are 4, 8, 12, 16. 21 - 0: Intel TH clock rate, 22 - 1: 1/2 Intel TH clock rate, 23 - 2: 1/4 Intel TH clock rate, 24 - 3: 1/8 Intel TH clock rate.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-intel_th-devices-pti | 6 are 4, 8, 12, 16. 21 - 0: Intel TH clock rate, 22 - 1: 1/2 Intel TH clock rate, 23 - 2: 1/4 Intel TH clock rate, 24 - 3: 1/8 Intel TH clock rate.
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_synproxy_core.c | 29 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() argument 31 int length = (th->doff * 4) - sizeof(*th); in synproxy_parse_options() 37 ptr = skb_header_pointer(skb, doff + sizeof(*th), length, buf); in synproxy_parse_options() 115 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() argument 117 __be32 *ptr = (__be32 *)(th + 1); in synproxy_build_options() 129 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options() 134 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options() 142 (TCPOPT_SACK_PERM << 8) | in synproxy_build_options() 148 (TCPOLEN_WINDOW << 8) | in synproxy_build_options() 186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust() argument [all …]
|
| D | xt_tcpmss.c | 28 const struct tcphdr *th; in tcpmss_mt() local 36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt() 37 if (th == NULL) in tcpmss_mt() 41 if (th->doff*4 < sizeof(*th)) in tcpmss_mt() 44 optlen = th->doff*4 - sizeof(*th); in tcpmss_mt() 49 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt() 59 mssval = (op[i+2] << 8) | op[i+3]; in tcpmss_mt()
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nf_synproxy_core.c | 29 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() argument 31 int length = (th->doff * 4) - sizeof(*th); in synproxy_parse_options() 37 ptr = skb_header_pointer(skb, doff + sizeof(*th), length, buf); in synproxy_parse_options() 115 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() argument 117 __be32 *ptr = (__be32 *)(th + 1); in synproxy_build_options() 129 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options() 134 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options() 142 (TCPOPT_SACK_PERM << 8) | in synproxy_build_options() 148 (TCPOLEN_WINDOW << 8) | in synproxy_build_options() 186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust() argument [all …]
|
| D | xt_tcpmss.c | 28 const struct tcphdr *th; in tcpmss_mt() local 36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt() 37 if (th == NULL) in tcpmss_mt() 41 if (th->doff*4 < sizeof(*th)) in tcpmss_mt() 44 optlen = th->doff*4 - sizeof(*th); in tcpmss_mt() 49 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt() 59 mssval = (op[i+2] << 8) | op[i+3]; in tcpmss_mt()
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
| D | ia_css_ctc_types.h | 28 * of gain(=8), but also the bits(=5) to convert chroma 29 * from 13bit precision to 8bit precision. 31 * Gain (struct ia_css_ctc_table) : u5.8 33 * Output(Chorma): s0.7 (8bit precision) 44 #define IA_CSS_VAMEM_2_CTC_TABLE_SIZE_LOG2 8 69 u16 y3; /** 4th kneepoint gain. 72 u16 y4; /** 5th kneepoint gain. 75 u16 y5; /** 6th kneepoint gain. 87 u16 x3; /** 4th kneepoint luma.
|