/Linux-v5.15/arch/x86/kernel/cpu/ |
D | intel.c | 248 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_intel() 254 if (c->x86_power & (1 << 8)) { in early_init_intel() 355 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug() 415 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds() 447 if (boot_cpu_has(X86_FEATURE_APIC) && (c->x86<<8 | c->x86_model<<4) == 0x520 && in intel_workarounds() 461 case 6: /* PII/PIII only like movsl with 8-byte alignment */ in intel_workarounds() 464 case 15: /* P4 is OK down to 8-byte alignment */ in intel_workarounds() 639 if ((eax & 0xff) && (((eax>>8) & 0xff) > 1)) in init_intel() 694 case 8: in init_intel() 777 { 0x01, TLB_INST_4K, 32, " TLB_INST 4 KByte pages, 4-way set associative" }, [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/mips/img/ |
D | xilfpga.txt | 21 - 8Kbyte RAM at 0x1000_0000 28 - 8Kbyte BootRAM at 0x1FC0_0000
|
/Linux-v5.15/Documentation/admin-guide/auxdisplay/ |
D | cfag12864b.rst | 38 :Pages: 8 each controller 41 :Memory size: 2 * 8 * 64 * 1 = 1024 bytes = 1 Kbyte 60 Data 4 ( 6)------------------------------( 8) Data 4 62 Data 6 ( 8)------------------------------(10) Data 6 87 It has a size of 1024 bytes = 1 Kbyte.
|
/Linux-v5.15/Documentation/devicetree/bindings/mtd/ |
D | microchip,mchp48l640.yaml | 13 The Microchip 48l640 is a 8KByte EERAM connected via SPI.
|
/Linux-v5.15/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 48 . = ALIGN (8) ; 52 . = _fdt_start + 0x10000; /* Pad up to 64kbyte */ 67 . = ALIGN(8); 78 . = ALIGN(8);
|
/Linux-v5.15/drivers/media/platform/ |
D | via-camera.h | 21 #define VCR_TSC_COUNT 0x07fff0 /* KByte or packet count */ 32 #define VCR_CI_CCIR601_8 0 /* CCIR601 input stream, 8 bit */ 33 #define VCR_CI_CCIR656_8 0x00000010 /* ... CCIR656, 8 bit */ 87 #define VCR_VS_STRIDE 0x00001ff0 /* Stride (8-byte units) */
|
/Linux-v5.15/Documentation/networking/ |
D | eql.rst | 194 (Hereafter known as the 8-hour PPP Hate Festival). Perhaps later this 235 From bentson@grieg.seaslug.org Wed Feb 8 19:08:09 1995 264 a 486DX2/66 with a Cyclom-8Ys and a 486SLC/40 with a Cyclom-16Y. 372 transfer of up to 7.5 Kbyte/s on one go, but averaged around 373 6.4 Kbyte/s, which I think is pretty cool. :)
|
D | 6pack.rst | 76 TNCs contain a 64kByte EPROM, the lower half of which is used for 94 function has been changed in the 2.1.8x kernels.
|
/Linux-v5.15/drivers/video/fbdev/ |
D | sticore.h | 9 #define STI_REGION_MAX 8 /* hardcoded STI constants */ 60 u32 offset : 14; /* offset in 4kbyte page */ 65 u32 length : 14; /* length in 4kbyte page */
|
D | sm501fb.c | 158 * - cursors are 64x64x2 bits (1Kbyte) 165 #define SM501_MEMF_ACCEL (8) 320 tmp = (var->xres * var->bits_per_pixel) / 8; in sm501fb_check_var() 329 /* can cope with 8,16 or 32bpp */ in sm501fb_check_var() 331 if (var->bits_per_pixel <= 8) in sm501fb_check_var() 332 var->bits_per_pixel = 8; in sm501fb_check_var() 340 case 8: in sm501fb_check_var() 373 var->red.offset = 8; in sm501fb_check_var() 379 var->green.offset = 8; in sm501fb_check_var() 383 var->red.length = 8; in sm501fb_check_var() [all …]
|
/Linux-v5.15/drivers/gpu/drm/msm/edp/ |
D | edp_ctrl.c | 118 #define EDP_PIXEL_CLK_NUM 8 418 prate /= 8; /* in kByte */ in edp_fill_link_cfg() 422 lrate /= 10; /* in kByte, 10 bits --> 8 bits */ in edp_fill_link_cfg() 445 if (ctrl->color_depth == 8) in edp_config_ctrl() 708 prate /= 8; /* in kByte */ in edp_link_rate_down_shift() 721 lrate /= 10; /* kByte, 10 bits --> 8 bits */ in edp_link_rate_down_shift() 831 if (ctrl->color_depth == 8) in edp_clock_synchrous()
|
/Linux-v5.15/Documentation/filesystems/ |
D | squashfs.rst | 52 compressed inode is on average 8 bytes in length (the exact length varies on 115 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each 180 Larger files use multiple slots, with 1.75 TiB files using all 8 slots. 232 The xattr lists are packed into compressed 8K metadata blocks.
|
/Linux-v5.15/include/uapi/linux/ |
D | pci_regs.h | 71 #define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */ 76 #define PCI_CACHE_LINE_SIZE 0x0c /* 8 bits */ 77 #define PCI_LATENCY_TIMER 0x0d /* 8 bits */ 78 #define PCI_HEADER_TYPE 0x0e /* 8 bits */ 84 #define PCI_BIST 0x0f /* 8 bits */ 124 #define PCI_INTERRUPT_LINE 0x3c /* 8 bits */ 125 #define PCI_INTERRUPT_PIN 0x3d /* 8 bits */ 126 #define PCI_MIN_GNT 0x3e /* 8 bits */ 127 #define PCI_MAX_LAT 0x3f /* 8 bits */ 264 #define PCI_PM_SIZEOF 8 [all …]
|
/Linux-v5.15/drivers/misc/eeprom/ |
D | at25.c | 34 #define FM25_SN_LEN 8 /* serial number length */ 99 if (offset >= (1U << (at25->addrlen * 8))) in at25_ee_read() 103 /* 8/16/24-bit address is written MSB first */ in at25_ee_read() 109 *cp++ = offset >> 8; in at25_ee_read() 232 if (offset >= (1U << (at25->addrlen * 8))) in at25_ee_write() 236 /* 8/16/24-bit address is written MSB first */ in at25_ee_write() 242 *cp++ = offset >> 8; in at25_ee_write() 341 case 8: in at25_fw_to_chip() 441 if (id[8]) { in at25_probe() 452 /* For now we only support 8/16/24 bit addressing */ in at25_probe() [all …]
|
/Linux-v5.15/drivers/scsi/ |
D | sr_ioctl.c | 51 cgc.cmd[8] = 12; /* LSB of length */ in sr_read_tochdr() 83 cgc.cmd[8] = 12; /* LSB of length */ in sr_read_tocentry() 98 tocentry->cdte_addr.lba = (((((buffer[8] << 8) + buffer[9]) << 8) in sr_read_tocentry() 99 + buffer[10]) << 8) + buffer[11]; in sr_read_tocentry() 148 cgc.cmd[8] = trk1_te.cdte_addr.msf.frame; in sr_fake_playtrkind() 168 cgc.cmd[8] = ti->cdti_ind1; in sr_play_trkind() 397 cgc.cmd[8] = 24; in sr_get_mcn() 424 speed *= 177; /* Nx to kbyte/s */ in sr_select_speed() 428 cgc.cmd[2] = (speed >> 8) & 0xff; /* MSB for speed (in kbytes/sec) */ in sr_select_speed() 486 cgc.cmd[4] = (unsigned char) (lba >> 8) & 0xff; in sr_read_cd() [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-fh.h | 30 * Driver must allocate a 4KByte buffer that is for keeping the 59 * 27-0: TFD CB physical base address [35:8], must be 256-byte aligned 76 return TFH_TFDQ_CBB_TABLE + 8 * chnl; in FH_MEM_CBBC_QUEUE() 96 * Bits 9:8: 106 #define TFH_CHUNK_SIZE_128 BIT(8) 163 * (typically 4K, although 8K or 16K are also selectable by driver). 168 * 27-0: Receive Buffer physical address bits [35:8], 256-byte aligned 170 * Driver sets physical address [35:8] of base of RBD circular buffer 173 * 2) Rx status buffer, 8 bytes, in which uCode indicates which Rx Buffers 192 * RBs), should be 8 after preparing the first 8 RBs (for example), and must [all …]
|
/Linux-v5.15/arch/arm/mm/ |
D | Kconfig | 36 A 32-bit RISC processor with 8kByte Cache, Write Buffer and 53 A 32-bit RISC processor with 8KB cache or 4KB variants, 755 Support for the BE-8 (big-endian) mode on ARMv6 and ARMv7 processors.
|
/Linux-v5.15/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 62 5, 80, 1, 8, 234 *stolen_size = MB(8) - KB(stolen_overhead); in intelfbhw_get_memory() 257 *stolen_size = MB(8) - KB(stolen_overhead); in intelfbhw_get_memory() 323 bytes_per_pixel = var->bits_per_pixel / 8; in intelfbhw_validate_mode() 331 "(%d KByte vs %d KByte).\n", in intelfbhw_validate_mode() 392 xoffset = ROUND_DOWN_TO(var->xoffset, 8); in intelfbhw_pan_display() 400 (xoffset * info->var.bits_per_pixel) / 8; in intelfbhw_pan_display() 612 if (flag == 8) in intelfbhw_read_hw_state() 642 for (i = 0; i < 8; i++) in intelfbhw_read_hw_state() 860 for (i = 0; i < 8; i++) in intelfbhw_print_hw_state() [all …]
|
D | intelfbdrv.c | 70 * 02/2003 - Version 0.7.3: Fix 8-bit modes for mobile platforms 171 #define INTELFB_CLASS_MASK ~0 << 8 177 … PCI_DEVICE_ID_INTEL_830M, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, INTELFB_CLASS_MASK,… 178 … PCI_DEVICE_ID_INTEL_845G, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, INTELFB_CLASS_MASK,… 179 …PCI_DEVICE_ID_INTEL_85XGM, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, INTELFB_CLASS_MASK,… 180 … PCI_DEVICE_ID_INTEL_865G, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, INTELFB_CLASS_MASK,… 181 …{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_854, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8… 182 … PCI_DEVICE_ID_INTEL_915G, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, INTELFB_CLASS_MASK,… 183 …PCI_DEVICE_ID_INTEL_915GM, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, INTELFB_CLASS_MASK,… 184 … PCI_DEVICE_ID_INTEL_945G, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, INTELFB_CLASS_MASK,… [all …]
|
/Linux-v5.15/sound/pci/rme9652/ |
D | rme9652.c | 137 #define RME9652_DS (1<<8) /* Doule Speed 0=44.1/48, 1=88.2/96 Khz */ 248 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 253 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 272 /* channels 8 and 9 are S/PDIF */ 336 rme9652->period_bytes = 1 << ((rme9652_decode_latency(i) + 8)); in rme9652_compute_period_size() 397 /* reset the FIFO pointer to zero. We do this by writing to 8 in rme9652_reset_hw_pointer() 403 for (i = 0; i < 8; i++) { in rme9652_reset_hw_pointer() 625 for (i = 0, mask = 0x80; i < 8; i++, mask >>= 1) { in rme9652_spdif_write_byte() 644 for (i = 0, mask = 0x80; i < 8; i++, mask >>= 1) { in rme9652_spdif_read_byte() 1698 if (((i + 1) % 8) == 0) { in snd_rme9652_proc_read() [all …]
|
/Linux-v5.15/drivers/media/i2c/ |
D | mt9t112.c | 130 .fmt = 8, 281 ext /= 1000; /* kbyte order */ in mt9t112_clock_info() 302 n = (n >> 8) & 0x003f; in mt9t112_clock_info() 354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size() 355 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size() 363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart); in mt9t112_set_a_frame_size() 378 val = (n << 8) | (m << 0); in mt9t112_set_pll_dividers() 382 val = ((p3 & 0x0F) << 8) | ((p2 & 0x0F) << 4) | ((p1 & 0x0F) << 0); in mt9t112_set_pll_dividers() 386 val = (0x7 << 12) | ((p6 & 0x0F) << 8) | ((p5 & 0x0F) << 4) | in mt9t112_set_pll_dividers() 552 mt9t112_mcu_write(ret, client, VAR8(8, 5), 0x01); in mt9t112_init_setting() [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/ |
D | 4965.h | 234 * degrees Kelvin = ((97 * 259 * (R4 - R2) / (R3 - R1)) / 100) + 8 238 * Celsius (273 degrees Kelvin). The 8 (3 percent of 273) compensates for 245 #define TEMPERATURE_CALIB_KELVIN_OFFSET 8 310 * If setting up txpowers for MIMO rates (rate idxes 8-15, 24-31), 440 * 8) If setting up txpowers for MIMO rates (rate idxes 8-15, 24-31), 555 * 8 98 0x3d 653 * -8 117 0x3F 669 * 8 110 0x3A 868 #define IL49_NUM_AMPDU_QUEUES 8 931 * Driver must allocate a 4KByte buffer that is used by 4965 for keeping the [all …]
|
/Linux-v5.15/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 72 /* Every RX buffer starts with 8 byte descriptor data */ 231 writel((dev->dev_addr[5] << 8) | in __ioc3_set_mac_address() 236 (dev->dev_addr[1] << 8) | in __ioc3_set_mac_address() 351 csum += 0xffff ^ (u16)((cp[1] << 8) | cp[0]); in ioc3_tcpudp_checksum() 352 csum += 0xffff ^ (u16)((cp[3] << 8) | cp[2]); in ioc3_tcpudp_checksum() 354 csum += 0xffff ^ (u16)((cp[0] << 8) | cp[1]); in ioc3_tcpudp_checksum() 355 csum += 0xffff ^ (u16)((cp[2] << 8) | cp[3]); in ioc3_tcpudp_checksum() 947 netdev_info(dev, "IOC3 SSRAM has %d kbyte.\n", in ioc3eth_probe()
|
/Linux-v5.15/net/can/ |
D | isotp.c | 89 * to something about 8 kbyte to be able to test this new functionality. 101 #define SF_PCI_SZ8 2 /* size of SingleFrame PCI including 8 bit SF_DL */ 261 8, 8, 8, 8, 8, 8, 8, 8, 8, /* 0 - 8 */ in padlen() 280 /* for CAN_DL <= 8 the start_index is equal to the CAN_DL as the in check_optimized() 457 so->rx.len = (cf->data[ae] & 0x0F) << 8; in isotp_rcv_ff() 467 so->rx.len += cf->data[ae + 4] << 8; in isotp_rcv_ff() 472 /* take care of a potential SF_DL ESC offset for TX_DL > 8 */ in isotp_rcv_ff() 635 * if the CAN frames payload length matches the LL_DL == 8 in isotp_rcv() 646 /* We have a CAN FD frame and CAN_DL is greater than 8: in isotp_rcv() 722 cf->data[ae + 4] = (u8)(so->tx.len >> 8) & 0xFFU; in isotp_create_fframe() [all …]
|
/Linux-v5.15/arch/x86/mm/pat/ |
D | set_memory.c | 72 #define CPA_NO_CHECK_ALIAS 8 /* Do not search for aliases */ 107 seq_printf(m, "DirectMap4k: %8lu kB\n", in arch_report_meminfo() 110 seq_printf(m, "DirectMap2M: %8lu kB\n", in arch_report_meminfo() 113 seq_printf(m, "DirectMap4M: %8lu kB\n", in arch_report_meminfo() 117 seq_printf(m, "DirectMap1G: %8lu kB\n", in arch_report_meminfo() 523 pr_warn("CPA %8s %10s: 0x%016lx - 0x%016lx PFN %lx req %016llx prevent %016llx\n", in check_conflict() 1054 * translations for a 4-KByte range of linear addresses. This in __split_large_page()
|