| /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, 166 uint64_t GfxclkFrequencyAcc[8]; 186 uint64_t XgmiReadBandwidthAcc[8]; 187 uint64_t XgmiWriteBandwidthAcc[8]; 209 uint32_t GfxclkFrequency[8]; 213 uint64_t PublicSerialNumber_XCD[8]; 217 uint64_t XgmiReadDataSizeAcc[8];//in KByte 218 uint64_t XgmiWriteDataSizeAcc[8];//in KByte 237 uint32_t GfxBusy[8]; 238 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_v10_1_10_cleaner_shader.asm | 55 s_mov_b32 s2, 0x00000038 // Loop 64/8=8 times (loop unrolled for performance) 70 s_sub_u32 s2, s2, 8 82 …v_mul_u32_u24 v1, 0x00000008, v1 // * 8, so each thread is a double-dword address (8byte) 86 // 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. :)
|
| /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() 146 void __percpu *pptr = __alloc_percpu_gfp(c->unit_size, 8, flags); in __alloc() 450 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096 451 * == ~ 116 Kbyte using below heuristic. 453 * consume ~ 11 Kbyte per cpu. 473 * 8k allocs and above low == 1, high == 3, batch == 1. in init_refill_work() 518 pc = __alloc_percpu_gfp(sizeof(*pc), 8, GFP_KERNEL); in bpf_mem_alloc_init() [all …]
|
| /linux/include/uapi/linux/ |
| H A 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 */ 85 #define PCI_BIST 0x0f /* 8 bits */ 125 #define PCI_INTERRUPT_LINE 0x3c /* 8 bits */ 126 #define PCI_INTERRUPT_PIN 0x3d /* 8 bits */ 127 #define PCI_MIN_GNT 0x3e /* 8 bits */ 128 #define PCI_MAX_LAT 0x3f /* 8 bits */ 273 #define PCI_PM_SIZEOF 8 [all …]
|
| /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) 407 ((struct vmpacket_descriptor)__packet)->offset8 * 8) 411 ((struct vmpacket_descriptor)__packet)->offset8) * 8) 446 CHANNELMSG_GPADL_HEADER = 8, 586 #define GPADL_TYPE_TRANSACTION 8 [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/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/drivers/net/ethernet/sgi/ |
| H A 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/net/can/ |
| H A D | isotp.c | 90 * kernel space. For now set the static buffer to something about 8 kbyte 114 #define SF_PCI_SZ8 2 /* size of SingleFrame PCI including 8 bit SF_DL */ 302 8, 8, 8, 8, 8, 8, 8, 8, 8, /* 0 - 8 */ in padlen() 321 /* for CAN_DL <= 8 the start_index is equal to the CAN_DL as the in check_optimized() 502 so->rx.len = (cf->data[ae] & 0x0F) << 8; in isotp_rcv_ff() 512 so->rx.len += cf->data[ae + 4] << 8; in isotp_rcv_ff() 517 /* take care of a potential SF_DL ESC offset for TX_DL > 8 */ in isotp_rcv_ff() 696 * if the CAN frames payload length matches the LL_DL == 8 in isotp_rcv() 707 /* We have a CAN FD frame and CAN_DL is greater than 8: in isotp_rcv() 849 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 | 278 socklen_t buflen = 8; in sock_test_tcpulp() 279 char buf[8] = ""; in sock_test_tcpulp() 515 xerror("tcp_inq %u is larger than one kbyte\n", inq); in process_cmsg()
|
| /linux/drivers/video/fbdev/ |
| H A D | sm501fb.c | 159 * - cursors are 64x64x2 bits (1Kbyte) 166 #define SM501_MEMF_ACCEL (8) 321 tmp = (var->xres * var->bits_per_pixel) / 8; in sm501fb_check_var() 337 /* can cope with 8,16 or 32bpp */ in sm501fb_check_var() 339 if (var->bits_per_pixel <= 8) in sm501fb_check_var() 340 var->bits_per_pixel = 8; in sm501fb_check_var() 348 case 8: in sm501fb_check_var() 381 var->red.offset = 8; in sm501fb_check_var() 387 var->green.offset = 8; in sm501fb_check_var() 391 var->red.length = 8; in sm501fb_check_var() [all …]
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 75 #define CPA_NO_CHECK_ALIAS 8 /* Do not search for aliases */ 123 seq_printf(m, "DirectMap4k: %8lu kB\n", in arch_report_meminfo() 126 seq_printf(m, "DirectMap2M: %8lu kB\n", in arch_report_meminfo() 129 seq_printf(m, "DirectMap4M: %8lu kB\n", in arch_report_meminfo() 133 seq_printf(m, "DirectMap1G: %8lu kB\n", in arch_report_meminfo() 611 pr_warn("CPA %8s %10s: 0x%016lx - 0x%016lx PFN %lx req %016llx prevent %016llx\n", in check_conflict() 1215 * translations for a 4-KByte range of linear addresses. This in __split_large_page()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 128 // for example, 1080p -> 8K is 4.0, or 4000 raw value 136 // for example, 8K -> 1080p is 0.25, or 250 raw value 1381 #define MATRIX_9C__DIM_128_ALIGNED_LEN 16 // 9+8 : 9 * 8 + 7 * 8 = 72 + 56 = 128 % 128 = 0 1382 #define MATRIX_17C__DIM_128_ALIGNED_LEN 32 //17+15: 17 * 8 + 15 * 8 = 136 + 120 = 256 % 128 = 0 1383 #define MATRIX_33C__DIM_128_ALIGNED_LEN 64 //17+47: 17 * 8 + 47 * 8 = 136 + 376 = 512 % 128 = 0 2304 * for 8b/10b SST. 2306 * return - min hblank size in bytes, 0 if 8b/10b SST. 2644 * @req_bw: The requested bw in Kbyte to allocated 2681 // 8 byte port ID -> ELD.PortID 3265 /* OTG DRR (Dynamic Refresh Rate) Control - 8 fields */
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_pcol.h | 21 #define MC_FW_STATE_SCHED (8) 68 * 0 7 8 16 20 22 23 24 31 99 #define MCDI_HEADER_DATALEN_LBN 8 100 #define MCDI_HEADER_DATALEN_WIDTH 8 112 #define MCDI_HEADER_XFLAGS_WIDTH 8 142 * 0 8 16 24 32 153 * 0 7 8 301 /* We define 8 "escape" commands to allow 372 #define MCDI_EVENT_LEN 8 389 #define MCDI_EVENT_CMDDONE_SEQ_WIDTH 8 [all …]
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_main.c | 527 * The header size is a multiple of 8, so any payload following the header is 534 BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct p_header100), 8)); in drbd_header_size() 539 BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct p_header80), 8)); in drbd_header_size() 843 return _drbd_send_uuids(peer_device, 8); in drbd_send_uuids_skip_initial_sync() 1173 dcbp_set_pad_bits(p, (8 - bs.cur.bit) & 0x7); in fill_bitmap_rle_bits() 2661 * Setting the max_hw_sectors to an odd value of 8kibyte here. in drbd_create_device() 2665 .max_hw_sectors = DRBD_MAX_BIO_SIZE_SAFE >> 8, in drbd_create_device() 2936 /* aligned 4kByte */ 2956 u8 reserved_u8[4096 - (7*8 + 10*4)]; 3045 al_stripe_size_4k = MD_32kB_SECT/8; in check_activity_log_stripe_size() [all …]
|