| /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-4.19/arch/x86/include/asm/ |
| D | sysfb.h | 23 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 24 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 25 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 27 M_MINI_3_1, /* Mac Mini, 3,1th gen */ 28 M_MINI_4_1, /* Mac Mini, 4,1th gen */ 32 M_MB_5_1, /* MacBook, 5th rev. */ 33 M_MB_6_1, /* MacBook, 6th rev. */ 34 M_MB_7_1, /* MacBook, 7th rev. */ 42 M_MBP_4, /* MacBook Pro, 4th gen */ 43 M_MBP_5_1, /* MacBook Pro, 5,1th gen */ [all …]
|
| /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-4.19/drivers/gpu/drm/exynos/ |
| D | regs-fimc.h | 33 /* Y 4th frame start address for output DMA */ 41 /* Cb 4th frame start address for output DMA */ 49 /* Cr 4th frame start address for output DMA */ 123 /* Y 5th frame start address for output DMA */ 125 /* Y 6th frame start address for output DMA */ 127 /* Y 7th frame start address for output DMA */ 129 /* Y 8th frame start address for output DMA */ 131 /* Y 9th frame start address for output DMA */ 133 /* Y 10th frame start address for output DMA */ 135 /* Y 11th frame start address for output DMA */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/slip/ |
| D | slhc.c | 239 struct tcphdr *th, *oth; in slhc_compress() local 251 if (ip->version != 4 || ip->ihl < 5) in slhc_compress() 264 if (isize < nlen + sizeof(*th)) in slhc_compress() 267 th = (struct tcphdr *)(icp + nlen); in slhc_compress() 268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress() 270 hlen = nlen + th->doff * 4; in slhc_compress() 276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress() 277 ! (th->ack)){ in slhc_compress() 299 && th->source == cs->cs_tcp.source in slhc_compress() 300 && th->dest == cs->cs_tcp.dest) in slhc_compress() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/slip/ |
| D | slhc.c | 239 struct tcphdr *th, *oth; in slhc_compress() local 251 if (ip->version != 4 || ip->ihl < 5) in slhc_compress() 264 if (isize < nlen + sizeof(*th)) in slhc_compress() 267 th = (struct tcphdr *)(icp + nlen); in slhc_compress() 268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress() 270 hlen = nlen + th->doff * 4; in slhc_compress() 276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress() 277 ! (th->ack)){ in slhc_compress() 299 && th->source == cs->cs_tcp.source in slhc_compress() 300 && th->dest == cs->cs_tcp.dest) in slhc_compress() [all …]
|
| /kernel/linux/linux-5.10/drivers/char/ |
| D | ds1620.c | 228 cur_temp_degF = (cur_temp * 9) / 5 + 32; in ds1620_read() 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() 345 temp >> 1, temp & 1 ? 5 : 0, in ds1620_proc_therm_show() 368 struct therm th, th_start; in ds1620_init() local 382 ds1620_read_state(&th); in ds1620_init() 389 ds1620_write_state(&th); in ds1620_init() 400 ds1620_read_state(&th); in ds1620_init() [all …]
|
| /kernel/linux/linux-4.19/drivers/char/ |
| D | ds1620.c | 227 cur_temp_degF = (cur_temp * 9) / 5 + 32; in ds1620_read() 335 struct therm th; in ds1620_proc_therm_show() local 338 ds1620_read_state(&th); in ds1620_proc_therm_show() 342 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show() 343 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show() 344 temp >> 1, temp & 1 ? 5 : 0, in ds1620_proc_therm_show() 367 struct therm th, th_start; in ds1620_init() local 381 ds1620_read_state(&th); in ds1620_init() 388 ds1620_write_state(&th); in ds1620_init() 399 ds1620_read_state(&th); in ds1620_init() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
| D | sil-sii8620.h | 37 #define BIT_SYS_CTRL1_OTPADROPOVR_SET BIT(5) 48 #define BIT_DPD_PDNRX12 BIT(5) 58 #define BIT_DCTL_CTS_TCK_PHASE BIT(5) 69 #define BIT_PWD_SRST_CBUS_RST_SW_EN BIT(5) 90 #define BIT_VID_OVRRD_MINIVSYNC_ON BIT(5) 124 #define BIT_CTRL1_GPIO_I_8 BIT(5) 151 /* Interrupt Source #5, default value: 0x00 */ 163 /* Interrupt #5 Mask, default value: 0x00 */ 171 #define BIT_HPD_CTRL_HPD_HIGH BIT(5) 182 #define BIT_CTRL_GPIO_I_4 BIT(5) [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/bridge/ |
| D | sil-sii8620.h | 40 #define BIT_SYS_CTRL1_OTPADROPOVR_SET BIT(5) 51 #define BIT_DPD_PDNRX12 BIT(5) 61 #define BIT_DCTL_CTS_TCK_PHASE BIT(5) 72 #define BIT_PWD_SRST_CBUS_RST_SW_EN BIT(5) 93 #define BIT_VID_OVRRD_MINIVSYNC_ON BIT(5) 127 #define BIT_CTRL1_GPIO_I_8 BIT(5) 154 /* Interrupt Source #5, default value: 0x00 */ 166 /* Interrupt #5 Mask, default value: 0x00 */ 174 #define BIT_HPD_CTRL_HPD_HIGH BIT(5) 185 #define BIT_CTRL_GPIO_I_4 BIT(5) [all …]
|
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| D | uncore_snb.c | 121 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1) 262 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box() 423 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"), 427 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"), 431 INTEL_UNCORE_EVENT_DESC(gt_requests.scale, "6.103515625e-5"), 435 INTEL_UNCORE_EVENT_DESC(ia_requests.scale, "6.103515625e-5"), 439 INTEL_UNCORE_EVENT_DESC(io_requests.scale, "6.103515625e-5"), 684 .num_counters = 5, 973 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */ 974 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */ [all …]
|
| /kernel/linux/linux-4.19/crypto/ |
| D | vmac.c | 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); \ 167 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \ 169 ADD128(rh1, rl1, th, tl); \ 176 int i; u64 th, tl; \ 179 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | vmac.c | 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); \ 167 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \ 169 ADD128(rh1, rl1, th, tl); \ 176 int i; u64 th, tl; \ 179 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \ [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | devices.txt | 10 5 = /dev/zero Null byte source 35 255 = /dev/ptyef 256th PTY master 40 the 1st through 16th series of 16 pseudo-ttys each, and 110 255 = /dev/ttyef 256th PTY slave 127 partitions, and 5 and above are logical partitions. 153 5 char Alternate TTY devices 162 (5,1) is /dev/console starting with Linux 2.1.71. See 257 5 = /dev/atarimouse Atari mouse 402 5 = /dev/tpqic24 QIC-24, rewind-on-close 425 Each device type has 5 bits (32 minors). [all …]
|
| /kernel/linux/linux-4.19/Documentation/admin-guide/ |
| D | devices.txt | 10 5 = /dev/zero Null byte source 35 255 = /dev/ptyef 256th PTY master 40 the 1st through 16th series of 16 pseudo-ttys each, and 110 255 = /dev/ttyef 256th PTY slave 127 partitions, and 5 and above are logical partitions. 153 5 char Alternate TTY devices 162 (5,1) is /dev/console starting with Linux 2.1.71. See 257 5 = /dev/atarimouse Atari mouse 401 5 = /dev/tpqic24 QIC-24, rewind-on-close 424 Each device type has 5 bits (32 minors). [all …]
|
| /kernel/linux/linux-4.19/arch/x86/events/intel/ |
| D | uncore_snb.c | 94 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1) 250 .num_boxes = 5, 285 INTEL_UNCORE_EVENT_DESC(data_reads.scale, "6.103515625e-5"), 289 INTEL_UNCORE_EVENT_DESC(data_writes.scale, "6.103515625e-5"), 708 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */ 709 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */ 710 IMC_DEV(BDW_IMC, &bdw_uncore_pci_driver), /* 5th Gen Core U */ 711 IMC_DEV(SKL_Y_IMC, &skl_uncore_pci_driver), /* 6th Gen Core Y */ 712 IMC_DEV(SKL_U_IMC, &skl_uncore_pci_driver), /* 6th Gen Core U */ 713 IMC_DEV(SKL_HD_IMC, &skl_uncore_pci_driver), /* 6th Gen Core H Dual Core */ [all …]
|
| /kernel/linux/linux-4.19/fs/reiserfs/ |
| D | inode.c | 36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local 57 if (journal_begin(&th, inode->i_sb, jbegin_count)) in reiserfs_evict_inode() 61 reiserfs_discard_prealloc(&th, inode); in reiserfs_evict_inode() 63 err = reiserfs_delete_object(&th, inode); in reiserfs_evict_inode() 76 if (journal_end(&th)) in reiserfs_evict_inode() 252 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() argument 255 struct super_block *s = th->t_super; in restart_transaction() 258 BUG_ON(!th->t_trans_id); in restart_transaction() 259 BUG_ON(!th->t_refcount); in restart_transaction() 264 if (th->t_refcount > 1) { in restart_transaction() [all …]
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | inode.c | 36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local 57 if (journal_begin(&th, inode->i_sb, jbegin_count)) in reiserfs_evict_inode() 61 reiserfs_discard_prealloc(&th, inode); in reiserfs_evict_inode() 63 err = reiserfs_delete_object(&th, inode); in reiserfs_evict_inode() 76 if (journal_end(&th)) in reiserfs_evict_inode() 252 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction() argument 255 struct super_block *s = th->t_super; in restart_transaction() 258 BUG_ON(!th->t_trans_id); in restart_transaction() 259 BUG_ON(!th->t_refcount); in restart_transaction() 264 if (th->t_refcount > 1) { in restart_transaction() [all …]
|
| /kernel/linux/linux-4.19/Documentation/virtual/kvm/ |
| D | ppc-pv.txt | 43 r6 4th parameter 3rd output value 44 r7 5th parameter 4th output value 45 r8 6th parameter 5th output value 46 r9 7th parameter 6th output value 47 r10 8th parameter 7th output value 48 r11 hypercall number 8th output value
|
| /kernel/linux/linux-4.19/Documentation/RCU/Design/Requirements/ |
| D | Requirements.html | 121 5 rcu_read_lock(); 155 <tr><th> </th></tr> 156 <tr><th align="left">Quick Quiz:</th></tr> 164 <tr><th align="left">Answer:</th></tr> 189 5 226 <tr><th> </th></tr> 227 <tr><th align="left">Quick Quiz:</th></tr> 231 <tr><th align="left">Answer:</th></tr> 266 5 return -ENOMEM; 291 5 return -ENOMEM; [all …]
|
| /kernel/linux/linux-4.19/drivers/hwtracing/intel_th/ |
| D | pci.c | 23 #define NPKDSC_TSACT BIT(5) 25 static int intel_th_pci_activate(struct intel_th *th) in intel_th_pci_activate() argument 27 struct pci_dev *pdev = to_pci_dev(th->dev); in intel_th_pci_activate() 31 if (!INTEL_TH_CAP(th, tscu_enable)) in intel_th_pci_activate() 46 static void intel_th_pci_deactivate(struct intel_th *th) in intel_th_pci_deactivate() argument 48 struct pci_dev *pdev = to_pci_dev(th->dev); in intel_th_pci_deactivate() 52 if (!INTEL_TH_CAP(th, tscu_enable)) in intel_th_pci_deactivate() 69 struct intel_th *th; in intel_th_pci_probe() local 80 th = intel_th_alloc(&pdev->dev, drvdata, pdev->resource, in intel_th_pci_probe() 82 if (IS_ERR(th)) in intel_th_pci_probe() [all …]
|
| /kernel/linux/linux-4.19/drivers/mtd/nand/raw/ |
| D | nand_toshiba.c | 28 * 512B page. For Toshiba SLC, we decode the 5th/6th byte as in toshiba_nand_decode_id() 32 * - ID byte 5, bit[7]: 1 -> BENAND, 0 -> raw SLC in toshiba_nand_decode_id() 35 (chip->id.data[5] & 0x7) == 0x6 /* 24nm */ && in toshiba_nand_decode_id() 40 * Extract ECC requirements from 6th id byte. in toshiba_nand_decode_id() 48 switch (chip->id.data[5] & 0x7) { in toshiba_nand_decode_id()
|
| /kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
| D | mmap.c | 38 arg->mask |= (1 << 4) | (1 << 5); /* Mask 4th ('fd') and 5th ('offset') args, ignored */ in syscall_arg__scnprintf_mmap_flags() 58 arg->mask |= (1 << 5); /* Mask 5th ('new_address') args, ignored */ in syscall_arg__scnprintf_mremap_flags()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | apm-xgene-dma.txt | 14 4th - Soc efuse register address space. 15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is 16 DMA error reporting interrupt. 2nd, 3rd, 4th and 5th interrupts
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/ |
| D | apm-xgene-dma.txt | 14 4th - Soc efuse register address space. 15 - interrupts: DMA has 5 interrupts sources. 1st interrupt is 16 DMA error reporting interrupt. 2nd, 3rd, 4th and 5th interrupts
|