Searched full:256 (Results 1 – 25 of 313) sorted by relevance
12345678910>>...13
| /Documentation/ABI/testing/ |
| D | configfs-usb-gadget-uac1 | 14 (in 1/256 dB) 16 (in 1/256 dB) 18 (in 1/256 dB) 25 (in 1/256 dB) 27 (in 1/256 dB) 29 (in 1/256 dB)
|
| D | configfs-usb-gadget-uac2 | 17 (in 1/256 dB) 19 (in 1/256 dB) 21 (in 1/256 dB) 30 (in 1/256 dB) 32 (in 1/256 dB) 34 (in 1/256 dB)
|
| D | debugfs-pfo-nx-crypto | 36 The total number of bytes hashed by the hardware using SHA-256. 39 The total number of SHA-256 operations submitted to the hardware.
|
| /Documentation/filesystems/ext4/ |
| D | blocks.rst | 42 - 256TiB 72 - 256TiB 75 - 256GiB 77 - 256TiB 134 - 256TiB 137 - 256GiB 139 - 256TiB
|
| D | bigalloc.rst | 20 256 4k blocks. This shrinks the total size of the block allocation 21 bitmaps for a 2T file system from 64 megabytes to 256 kilobytes. It also
|
| /Documentation/admin-guide/device-mapper/ |
| D | unstriped.rst | 48 CHUNK=256 88 in a 256k stripe across the two cores:: 93 | LBA 0 | | LBA 256| 118 dmsetup create nvmset0 --table '0 512 unstriped 2 256 0 /dev/nvme0n1 0' 119 dmsetup create nvmset1 --table '0 512 unstriped 2 256 1 /dev/nvme0n1 0' 132 dmsetup create raid_disk0 --table '0 512 unstriped 4 256 0 /dev/mapper/striped 0' 133 dmsetup create raid_disk1 --table '0 512 unstriped 4 256 1 /dev/mapper/striped 0' 134 dmsetup create raid_disk2 --table '0 512 unstriped 4 256 2 /dev/mapper/striped 0' 135 dmsetup create raid_disk3 --table '0 512 unstriped 4 256 3 /dev/mapper/striped 0'
|
| /Documentation/admin-guide/cifs/ |
| D | winucase_convert.pl | 31 for ($i = 0; $i < 256; $i++) { 34 printf("static const wchar_t t2_%2.2x[256] = {", $i); 35 for ($j = 0; $j < 256; $j++) { 46 printf("static const wchar_t *const toplevel[256] = {", $i); 47 for ($i = 0; $i < 256; $i++) {
|
| /Documentation/translations/zh_CN/infiniband/ |
| D | user_mad.rst | 54 一个struct ib_user_mad + 256字节。比如说: 62 mad = malloc(sizeof *mad + 256); 63 ret = read(fd, mad, sizeof *mad + 256); 64 if (ret != sizeof mad + 256) { 72 mad = malloc(sizeof *mad + 256); 73 ret = read(fd, mad, sizeof *mad + 256);
|
| /Documentation/arch/powerpc/ |
| D | pci_iov_resource_on_powernv.rst | 48 P8 supports up to 256 Partitionable Endpoints per PHB. 95 * It is divided into 256 segments of equal size. A table in the chip 98 the segment granularity is 2GB/256 = 8MB. 112 * Must be at least 256MB in size. 120 has 256 segments; however, there is no table for mapping a segment 188 - M32 window: There's one M32 window, and it is split into 256 189 equally-sized segments. The finest granularity possible is a 256MB 207 - Multiple segmented M64 windows: As usual, each window is split into 256 216 effectively reserve the entire 256 segments (256 * VF BAR size) and 224 divided into 256 segments, with each segment corresponding to one PE. [all …]
|
| /Documentation/userspace-api/media/v4l/ |
| D | metafmt-vsp1-hgo.rst | 25 additionally output the histogram with 64 or 256 bins, resulting in four 34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 35 single 256-bins histogram. Only the YCbCr image format is supported. 36 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) 37 channels to compute a single 256-bins histogram. Only the RGB image format is 120 .. flat-table:: VSP1 HGO Data - 256 Bins, Normal Mode (1032 bytes) 145 .. flat-table:: VSP1 HGO Data - 256 Bins, Max Mode (1032 bytes)
|
| /Documentation/arch/xtensa/ |
| D | mmu.rst | 62 5. The parent-bus-address value is rounded down to the nearest 256MB boundary 64 6. The IO area covers the entire 256MB segment of parent-bus-address; the 108 | Cached KIO | XCHAL_KIO_CACHED_VADDR 0xe0000000 256MB 110 | Uncached KIO | XCHAL_KIO_BYPASS_VADDR 0xf0000000 256MB 114 256MB cached + 256MB uncached layout:: 147 | Cached KSEG | XCHAL_KSEG_CACHED_VADDR 0xb0000000 256MB 149 | Uncached KSEG | XCHAL_KSEG_BYPASS_VADDR 0xc0000000 256MB 152 | Cached KIO | XCHAL_KIO_CACHED_VADDR 0xe0000000 256MB 154 | Uncached KIO | XCHAL_KIO_BYPASS_VADDR 0xf0000000 256MB 195 | Cached KIO | XCHAL_KIO_CACHED_VADDR 0xe0000000 256MB [all …]
|
| /Documentation/driver-api/ |
| D | mtdnand.rst | 367 Hardware ECC generator providing 3 bytes ECC per 256 byte. 693 256 byte pagesize 720 256 Byte data in this page 722 256 Bytes of data in this page 724 256 Bytes of data in this page 726 256 Bytes of data in this page 733 256 Bytes of data in this page 735 256 Bytes of data in this page 752 256 Byte data in this page 754 256 Bytes of data in this page [all …]
|
| /Documentation/infiniband/ |
| D | user_mad.rst | 44 struct ib_user_mad + 256 bytes. For example: 53 mad = malloc(sizeof *mad + 256); 54 ret = read(fd, mad, sizeof *mad + 256); 55 if (ret != sizeof mad + 256) { 63 mad = malloc(sizeof *mad + 256); 64 ret = read(fd, mad, sizeof *mad + 256);
|
| /Documentation/devicetree/bindings/crypto/ |
| D | samsung-slimsss.yaml | 16 -- SHA-1/SHA-256 and (SHA-1/SHA-256)/HMAC
|
| D | samsung-sss.yaml | 18 -- SHA-1/SHA-256/MD5/HMAC (SHA-1/SHA-256/MD5)/PRNG
|
| /Documentation/devicetree/bindings/mtd/ |
| D | fsmc-nand.txt | 25 one cycle, 255 means 256 cycles. 28 255 means 256 cycles. 30 command is asserted. Zero means one cycle, 255 means 256
|
| D | jedec,spi-nor.yaml | 22 n25q(32b|064|128a11|128a13|256a|512a|164k)))|\ 24 everspin,mr25h(10|40|128|256)|\ 27 (spansion,)?s25fl(128s|256s1|512s|008k|064k|164k)|\ 32 (winbond,)?w25q(16|32(w|dw)?|64(dw)?|80bl|128(fw)?|256))$"
|
| /Documentation/devicetree/bindings/iio/proximity/ |
| D | semtech,sx9360.yaml | 40 enum: [8, 16, 32, 64, 128, 256, 512, 1024] 57 enum: [0, 16, 64, 128, 256, 512, 1024, 4294967295] 93 semtech,resolution = <256>;
|
| D | semtech,sx9324.yaml | 84 enum: [8, 16, 32, 64, 128, 256, 512, 1024] 92 enum: [8, 16, 32, 64, 128, 256, 512, 1024] 125 enum: [0, 16, 64, 128, 256, 512, 1024, 4294967295] 193 semtech,ph01-resolution = <256>; 194 semtech,ph23-resolution = <256>;
|
| /Documentation/devicetree/bindings/pci/ |
| D | v3-v360epc-pci.txt | 18 each be exactly 256MB (0x10000000) in size. 23 64MB, 128MB, 256MB, 512MB, 1GB or 2GB in size. The memory should be marked 46 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */ 48 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
|
| D | nvidia,tegra194-pcie.yaml | 161 a) speed is Gen-2 and MPS is 256B 269 <0x0 0x38000000 0x0 0x00040000>, /* configuration space (256K) */ 270 <0x0 0x38040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */ 271 <0x0 0x38080000 0x0 0x00040000>; /* DBI reg space (256K) */ 335 <0x00 0x36000000 0x0 0x00040000>, /* configuration space (256K) */ 336 <0x00 0x36040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */ 337 <0x00 0x36080000 0x0 0x00040000>, /* DBI reg space (256K) */ 338 <0x24 0x30000000 0x0 0x10000000>; /* ECAM (256MB) */
|
| /Documentation/translations/zh_TW/arch/arm64/ |
| D | memory.txt | 40 分別都有 39-bit (512GB) 或 48-bit (256TB) 的虛擬地址空間。 61 0000000000000000 0000ffffffffffff 256TB 用戶空間 62 ffff000000000000 ffffffffffffffff 256TB 內核空間 77 0000000000000000 0000ffffffffffff 256TB 用戶空間 78 ffff000000000000 ffffffffffffffff 256TB 內核空間 118 0000004000000000 0000007fffffffff 256GB 在 HYP 中映射的內核對象
|
| /Documentation/translations/zh_CN/arch/arm64/ |
| D | memory.txt | 36 分别都有 39-bit (512GB) 或 48-bit (256TB) 的虚拟地址空间。 57 0000000000000000 0000ffffffffffff 256TB 用户空间 58 ffff000000000000 ffffffffffffffff 256TB 内核空间 73 0000000000000000 0000ffffffffffff 256TB 用户空间 74 ffff000000000000 ffffffffffffffff 256TB 内核空间 114 0000004000000000 0000007fffffffff 256GB 在 HYP 中映射的内核对象
|
| /Documentation/devicetree/bindings/regulator/ |
| D | mt6315-regulator.yaml | 57 regulator-enable-ramp-delay = <256>; 64 regulator-enable-ramp-delay = <256>;
|
| /Documentation/devicetree/bindings/dma/ |
| D | arm-pl08x.yaml | 81 - 256 117 memcpy-burst-size = <256>; 137 memcpy-burst-size = <256>;
|
12345678910>>...13