| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-driver.c | 529 cx->options.megabytes[CX18_ENC_STREAM_TYPE_TS] = enc_ts_buffers; in cx18_process_options() 530 cx->options.megabytes[CX18_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers; in cx18_process_options() 531 cx->options.megabytes[CX18_ENC_STREAM_TYPE_IDX] = enc_idx_buffers; in cx18_process_options() 532 cx->options.megabytes[CX18_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers; in cx18_process_options() 533 cx->options.megabytes[CX18_ENC_STREAM_TYPE_VBI] = enc_vbi_buffers; in cx18_process_options() 534 cx->options.megabytes[CX18_ENC_STREAM_TYPE_PCM] = enc_pcm_buffers; in cx18_process_options() 535 cx->options.megabytes[CX18_ENC_STREAM_TYPE_RAD] = 0; /* control only */ in cx18_process_options() 556 cx->options.megabytes[i] <= 0 || /* User said 0 MB total */ in cx18_process_options() 558 cx->options.megabytes[i] = 0; in cx18_process_options() 601 cx->options.megabytes[i] * 1024 * 1024 in cx18_process_options() [all …]
|
| H A D | cx18-driver.h | 244 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */ member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | bigalloc.rst | 21 bitmaps for a 2T file system from 64 megabytes to 256 kilobytes. It also 22 means that a block group addresses 32 gigabytes instead of 128 megabytes,
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | i7300_edac.c | 87 int megabytes; /* size, 0 means not present */ member 618 dinfo->megabytes = 1 << addrBits; in decode_mtr() 638 edac_dbg(2, "\t\tSIZE: %d MB\n", dinfo->megabytes); in decode_mtr() 649 dimm->nr_pages = MiB_TO_PAGES(dinfo->megabytes); in decode_mtr() 719 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in print_dimm_size()
|
| H A D | i5000_edac.c | 315 int megabytes; /* size, 0 means not present */ member 1023 dinfo->megabytes = 1 << addrBits; in handle_channel() 1075 if (dinfo->megabytes) in calculate_dimm_size() 1077 dinfo->megabytes, dinfo->dual_rank + 1); in calculate_dimm_size() 1281 csrow_megs = pvt->dimm_info[slot][channel].megabytes; in i5000_init_csrows()
|
| H A D | i5400_edac.c | 318 int megabytes; /* size, 0 means not present */ member 945 dinfo->megabytes = 1 << addrBits; in handle_channel() 999 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in calculate_dimm_size() 1192 size_mb = pvt->dimm_info[slot][channel].megabytes; in i5400_init_dimms()
|
| /OK3568_Linux_fs/buildroot/fs/ext2/ |
| H A D | Config.in | 57 megabytes, gigabytes, terabytes, etc.
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | qlogicfas.rst | 70 large executable or archive). It should be at least 5 megabytes, but
|
| H A D | st.rst | 470 it specifies the size of partition 1 in megabytes. For DDS 473 value specifies the size of partition 0 in megabytes. This is
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | pxafb.rst | 19 for kilobytes or megabytes)
|
| H A D | matroxfb.rst | 125 mem:X size of memory (X can be in megabytes, kilobytes or bytes)
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-ext4 | 97 The maximum number of megabytes the writeback code will
|
| H A D | sysfs-devices-edac | 28 Description: This attribute file displays, in count of megabytes, of memory
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | mtrr.rst | 91 This is for video RAM at base address 0xf8000000 and size 4 megabytes. To 107 That's 4 megabytes, which is 0x400000 bytes (in hexadecimal).
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fsl-ddr | 365 rank_density = 2147483648 bytes (2048 megabytes) 366 capacity = 4294967296 bytes (4096 megabytes)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | README.md | 18 * -M mbytes : megabytes of ram to test (auto-detect all memory available)
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | booting.rst | 51 not exceed 2 megabytes in size. Since the dtb will be mapped cacheable 52 using blocks of up to 2 megabytes in size, it must not be placed within
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | xz.rst | 74 megabytes. The decoder needs to have the dictionary in RAM, thus big
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 45 hundreds megabytes are enough.
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ChangeLog.ide-tape.1995-2002 | 3 * Ver 0.2 Nov 23 95 A short backup (few megabytes) and restore procedure
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_sysfs.c | 761 ZFCP_SHOST_ATTR(megabytes, "%llu %llu\n",
|
| /OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/ |
| H A D | lpc32xxcdl-2.11-delete_redundant_files.patch | 471 - /* Displays used megabytes */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ras.rst | 496 This attribute file displays, in count of megabytes, the memory 608 This attribute file displays, in count of megabytes, the memory
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | configure.txt | 195 toolchain, as it would contain hundreds of megabytes of pre-compiled
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | gadget.rst | 18 several dozen megabytes per second.
|