/linux/arch/x86/kernel/cpu/ |
H A D | intel.c | 264 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate in early_init_intel() 270 if (c->x86_power & (1 << 8)) { in early_init_intel() 356 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug() 416 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds() 448 if (boot_cpu_has(X86_FEATURE_APIC) && (c->x86<<8 | c->x86_model<<4) == 0x520 && in intel_workarounds() 462 case 6: /* PII/PIII only like movsl with 8-byte alignment */ in intel_workarounds() 465 case 15: /* P4 is OK down to 8-byte alignment */ in intel_workarounds() 535 if ((eax & 0xff) && (((eax>>8) & 0xff) > 1)) in init_intel() 593 case 8: in init_intel() 671 { 0x01, TLB_INST_4K, 32, " TLB_INST 4 KByte pages, 4-way set associative" }, [all …]
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
H A D | smu_v13_0_6_pmfw.h | 49 /*8*/ FEATURE_DPM_XGMI = 8, 165 uint64_t GfxclkFrequencyAcc[8]; 185 uint64_t XgmiReadBandwidthAcc[8]; 186 uint64_t XgmiWriteBandwidthAcc[8]; 208 uint32_t GfxclkFrequency[8]; 212 uint64_t PublicSerialNumber_XCD[8]; 216 uint64_t XgmiReadDataSizeAcc[8];//in KByte 217 uint64_t XgmiWriteDataSizeAcc[8];//in KByte 236 uint32_t GfxBusy[8]; 237 uint64_t GfxBusyAcc[8]; [all …]
|
/linux/Documentation/devicetree/bindings/mips/img/ |
H A D | xilfpga.txt | 21 - 8Kbyte RAM at 0x1000_0000 28 - 8Kbyte BootRAM at 0x1FC0_0000
|
/linux/Documentation/admin-guide/auxdisplay/ |
H A 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/Documentation/virt/kvm/devices/ |
H A D | arm-vgic.rst | 29 This address needs to be 4K aligned and the region covers 4 KByte. 34 This address needs to be 4K aligned and the region covers 8 KByte.
|
/linux/arch/microblaze/kernel/ |
H A D | vmlinux.lds.S | 47 . = ALIGN (8) ; 51 . = _fdt_start + 0x10000; /* Pad up to 64kbyte */ 66 . = ALIGN(8); 77 . = ALIGN(8);
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v10_3_0_cleaner_shader.asm | 54 s_mov_b32 s2, 0x00000038 // Loop 64/8=8 times (loop unrolled for performance) 69 s_sub_u32 s2, s2, 8 81 …v_mul_u32_u24 v1, 0x00000008, v1 // * 8, so each thread is a double-dword address (8byte) 85 // Each FirstWave of WorkGroup clears 64kbyte block
|
H A D | gfx_v9_4_3_cleaner_shader.asm | 60 s_mov_b32 s2, 0x00000078 // Loop 128/8=16 times (loop unrolled for performance) 74 s_sub_u32 s2, s2, 8 91 …v_mul_u32_u24 v1, 0x00000008, v1 // * 8, so each thread is a double-dword address (8byt… 95 // Each FirstWave of WorkGroup clears 64kbyte block
|
/linux/drivers/media/platform/via/ |
H A 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/Documentation/networking/ |
H A 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. :)
|
H A 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/include/video/ |
H A D | sticore.h | 11 #define STI_REGION_MAX 8 /* hardcoded STI constants */ 61 u32 offset : 14; /* offset in 4kbyte page */ 66 u32 length : 14; /* length in 4kbyte page */
|
/linux/kernel/bpf/ |
H A D | memalloc.c | 33 * Every allocated objected is padded with extra 8 bytes that contains 40 /* similar to kmalloc, but sizeof == 8 bucket is gone */ 42 3, /* 8 */ 74 return size_index[(size - 1) / 8] - 1; in bpf_mem_cache_idx() 144 void __percpu *pptr = __alloc_percpu_gfp(c->unit_size, 8, flags); in __alloc() 457 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096 458 * == ~ 116 Kbyte using below heuristic. 460 * consume ~ 11 Kbyte per cpu. 480 * 8k allocs and above low == 1, high == 3, batch == 1. in init_refill_work() 525 pc = __alloc_percpu_gfp(sizeof(*pc), 8, GFP_KERNEL); in bpf_mem_alloc_init() [all …]
|
/linux/Documentation/filesystems/ |
H A D | squashfs.rst | 52 compressed inode is on average 8 bytes in length (the exact length varies on 173 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each 238 Larger files use multiple slots, with 1.75 TiB files using all 8 slots. 290 The xattr lists are packed into compressed 8K metadata blocks.
|
/linux/drivers/scsi/ |
H A D | sr_ioctl.c | 51 cgc.cmd[8] = 12; /* LSB of length */ in sr_read_tochdr() 86 cgc.cmd[8] = 12; /* LSB of length */ in sr_read_tocentry() 103 tocentry->cdte_addr.lba = (((((buffer[8] << 8) + buffer[9]) << 8) in sr_read_tocentry() 104 + buffer[10]) << 8) + buffer[11]; in sr_read_tocentry() 154 cgc.cmd[8] = trk1_te.cdte_addr.msf.frame; in sr_fake_playtrkind() 174 cgc.cmd[8] = ti->cdti_ind1; in sr_play_trkind() 406 cgc.cmd[8] = 24; in sr_get_mcn() 439 speed *= 177; /* Nx to kbyte/s */ in sr_select_speed() 443 cgc.cmd[2] = (speed >> 8) & 0xff; /* MSB for speed (in kbytes/sec) */ in sr_select_speed() 501 cgc.cmd[4] = (unsigned char) (lba >> 8) & 0xff; in sr_read_cd() [all …]
|
/linux/include/linux/ |
H A D | hyperv.h | 169 * If the requested ring buffer size is at least 8 times the size of the 174 * The factor of 8 is somewhat arbitrary. The goal is to prevent adding a 178 * on ARM64 with 64 Kbyte page size, we don't want to take 64 Kbytes for the 179 * header from a 128 Kbyte allocation, leaving only 64 Kbytes for the ring. 184 ((payload_sz) >= 8 * sizeof(struct hv_ring_buffer) ? \ 254 * 2 . 4 (Windows 8, WS2012) 418 u32 reserved; /* for alignment to a 8-byte boundary */ 453 ((struct vmpacket_descriptor)__packet)->offset8 * 8) 457 ((struct vmpacket_descriptor)__packet)->offset8) * 8) 492 CHANNELMSG_GPADL_HEADER = 8, [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A 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/arch/arm/mm/ |
H A 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, 774 Support for the BE-8 (big-endian) mode on ARMv6 and ARMv7 processors.
|
/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 137 #define RME9652_DS (1<<8) /* Doule Speed 0=44.1/48, 1=88.2/96 Khz */ 251 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 256 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 275 /* channels 8 and 9 are S/PDIF */ 339 rme9652->period_bytes = 1 << ((rme9652_decode_latency(i) + 8)); in rme9652_compute_period_size() 400 /* reset the FIFO pointer to zero. We do this by writing to 8 in rme9652_reset_hw_pointer() 406 for (i = 0; i < 8; i++) { in rme9652_reset_hw_pointer() 628 for (i = 0, mask = 0x80; i < 8; i++, mask >>= 1) { in rme9652_spdif_write_byte() 647 for (i = 0, mask = 0x80; i < 8; i++, mask >>= 1) { in rme9652_spdif_read_byte() 1700 if (((i + 1) % 8) in snd_rme9652_proc_read() [all...] |
H A D | hdsp.c | 55 #define HDSP_MAX_QS_CHANNELS 8 66 #define H9632_DS_CHANNELS 8 159 #define HDSP_DoubleSpeed (1<<8) /* 0=normal speed, 1=double speed */ 243 #define HDSP_CLOCK_SOURCE_INTERNAL_176_4KHZ 8 292 #define DDS_NUMERATOR 104857600000000ULL /* = 2^20 * 10^8 */ 358 #define HDSP_SelSyncRef0 (1<<8) 506 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 533 8, 9, 547 8, 9, 560 8, [all...] |
/linux/drivers/media/i2c/ |
H A 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/drivers/net/wireless/intel/iwlegacy/ |
H A 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/net/can/ |
H A D | isotp.c | 89 * kernel space. For now set the static buffer to something about 8 kbyte 113 #define SF_PCI_SZ8 2 /* size of SingleFrame PCI including 8 bit SF_DL */ 295 8, 8, 8, 8, 8, 8, 8, 8, 8, /* 0 - 8 */ in padlen() 314 /* for CAN_DL <= 8 the start_index is equal to the CAN_DL as the in check_optimized() 495 so->rx.len = (cf->data[ae] & 0x0F) << 8; in isotp_rcv_ff() 505 so->rx.len += cf->data[ae + 4] << 8; in isotp_rcv_ff() 510 /* take care of a potential SF_DL ESC offset for TX_DL > 8 */ in isotp_rcv_ff() 689 * if the CAN frames payload length matches the LL_DL == 8 in isotp_rcv() 700 /* We have a CAN FD frame and CAN_DL is greater than 8: in isotp_rcv() 836 cf->data[ae + 4] = (u8)(so->tx.len >> 8) & 0xFFU; in isotp_create_fframe() [all …]
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 262 socklen_t buflen = 8; in sock_test_tcpulp() 263 char buf[8] = ""; in sock_test_tcpulp() 502 xerror("tcp_inq %u is larger than one kbyte\n", inq); in process_cmsg()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 36 * us a ratio of one byte in the CCS for each 8x16 pixels in the 41 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, }, 43 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, }, 45 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, }, 47 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, }, 49 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, }, 51 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, }, 53 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, }, 55 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, }, 91 .char_per_block = { 8, 1 }, .block_w = { 1, 1 }, .block_h = { 1, 1 }, [all …]
|