/Linux-v6.1/drivers/mtd/nand/raw/ |
D | nand_ids.c | 18 * name, device ID, page size, chip size in MiB, eraseblock size, options 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 44 {"TC58NVG6D2 64G 3.3V 8-bit", 47 {"SDTNRGAMA 64G 3.3V 8-bit", 50 {"H27UCG8T2ATR-BC 64G 3.3V 8-bit", 54 {"H27UCG8T2ETR-BC 64G 3.3V 8-bit", 65 LEGACY_ID_NAND("NAND 4MiB 5V 8-bit", 0x6B, 4, SZ_8K, SP_OPTIONS), 66 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xE3, 4, SZ_8K, SP_OPTIONS), 67 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xE5, 4, SZ_8K, SP_OPTIONS), 68 LEGACY_ID_NAND("NAND 8MiB 3,3V 8-bit", 0xD6, 8, SZ_8K, SP_OPTIONS), [all …]
|
D | sm_common.c | 129 LEGACY_ID_NAND("SmartMedia 2MiB 3,3V ROM", 0x5d, 2, SZ_8K, NAND_ROM), 130 LEGACY_ID_NAND("SmartMedia 4MiB 3,3V", 0xe3, 4, SZ_8K, 0), 131 LEGACY_ID_NAND("SmartMedia 4MiB 3,3/5V", 0xe5, 4, SZ_8K, 0), 132 LEGACY_ID_NAND("SmartMedia 4MiB 5V", 0x6b, 4, SZ_8K, 0), 133 LEGACY_ID_NAND("SmartMedia 4MiB 3,3V ROM", 0xd5, 4, SZ_8K, NAND_ROM), 134 LEGACY_ID_NAND("SmartMedia 8MiB 3,3V", 0xe6, 8, SZ_8K, 0), 135 LEGACY_ID_NAND("SmartMedia 8MiB 3,3V ROM", 0xd6, 8, SZ_8K, NAND_ROM), 136 LEGACY_ID_NAND("SmartMedia 16MiB 3,3V", 0x73, 16, SZ_16K, 0), 137 LEGACY_ID_NAND("SmartMedia 16MiB 3,3V ROM", 0x57, 16, SZ_16K, NAND_ROM), 138 LEGACY_ID_NAND("SmartMedia 32MiB 3,3V", 0x75, 32, SZ_16K, 0), [all …]
|
/Linux-v6.1/Documentation/filesystems/ext4/ |
D | blocks.rst | 7 sectors between 1KiB and 64KiB, and the number of sectors must be an 11 page size (i.e. 64KiB blocks on a i386 which only has 4KiB memory 12 pages). By default a filesystem can contain 2^32 blocks; if the '64bit' 13 feature is enabled, then a filesystem can have 2^64 blocks. The location 27 - 64KiB 54 - 8MiB 55 - 32MiB 56 - 128MiB 79 For 64-bit filesystems, limits are as follows: 89 - 64KiB [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | faraday,ftpci100.yaml | 21 The plain variant has 128MiB of non-prefetchable memory space, whereas the 22 "dual" variant has 64MiB. Take this into account when describing the ranges. 84 be aligned to a 1MB boundary, and may be 1MB, 2MB, 4MB, 8MB, 16MB, 32MB, 64MB, 135 ranges = /* 1MiB I/O space 0x50000000-0x500fffff */ 137 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */ 142 /* 128MiB at 0x00000000-0x07ffffff */ 144 /* 64MiB at 0x00000000-0x03ffffff */ 146 /* 64MiB at 0x00000000-0x03ffffff */
|
D | v3-v360epc-pci.txt | 10 first the base address of the V3 host bridge controller, 64KB 23 64MB, 128MB, 256MB, 512MB, 1GB or 2GB in size. The memory should be marked 44 0x60000000 0 0x01000000 /* 16 MiB @ LB 60000000 */ 46 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */ 48 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
|
/Linux-v6.1/drivers/mtd/ |
D | ssfdc.c | 28 the 128MiB) */ 43 #define MiB(x) ( KiB(x) * 1024L ) macro 46 1MiB 2MiB 4MiB 8MiB 16MiB 32MiB 64MiB 128MiB 50 SumSector 2,000 4,000 8,000 16,000 32,000 64,000 128,000 256,000 63 { MiB( 1), 125, 4, 4 }, 64 { MiB( 2), 125, 4, 8 }, 65 { MiB( 4), 250, 4, 8 }, 66 { MiB( 8), 250, 4, 16 }, 67 { MiB( 16), 500, 4, 16 }, 68 { MiB( 32), 500, 8, 16 }, [all …]
|
/Linux-v6.1/drivers/net/ethernet/broadcom/ |
D | b44.h | 160 #define EMAC_INT_MIB 0x00000002 /* MIB Interrupt */ 184 #define B44_MIB_CTRL 0x0438UL /* EMAC MIB Control */ 186 #define B44_TX_GOOD_O 0x0500UL /* MIB TX Good Octets */ 187 #define B44_TX_GOOD_P 0x0504UL /* MIB TX Good Packets */ 188 #define B44_TX_O 0x0508UL /* MIB TX Octets */ 189 #define B44_TX_P 0x050CUL /* MIB TX Packets */ 190 #define B44_TX_BCAST 0x0510UL /* MIB TX Broadcast Packets */ 191 #define B44_TX_MCAST 0x0514UL /* MIB TX Multicast Packets */ 192 #define B44_TX_64 0x0518UL /* MIB TX <= 64 byte Packets */ 193 #define B44_TX_65_127 0x051CUL /* MIB TX 65 to 127 byte Packets */ [all …]
|
D | bcm63xx_enet.h | 16 #define BCMENET_DEF_RX_DESC 64 36 * MIB Counters register definitions 89 * SW MIB Counters register definitions 310 struct bcm_enet_mib_counters mib; member 312 /* after mib interrupt, mib registers update is done in this 316 /* lock mib update between userspace request and workqueue */
|
/Linux-v6.1/drivers/soc/atmel/ |
D | soc.c | 96 "sam9x60 64MiB DDR2 SiP", "sam9x60"), 99 "sam9x60 128MiB DDR2 SiP", "sam9x60"), 102 "sam9x60 8MiB SDRAM SiP", "sam9x60"), 113 "sama5d225c 16MiB SiP", "sama5d2"), 134 "sama5d27c 128MiB SiP", "sama5d2"), 137 "sama5d27c 64MiB SiP", "sama5d2"), 140 "sama5d27c 128MiB LPDDR2 SiP", "sama5d2"), 143 "sama5d27c 256MiB LPDDR2 SiP", "sama5d2"), 152 "sama5d28c 128MiB SiP", "sama5d2"), 155 "sama5d28c 128MiB LPDDR2 SiP", "sama5d2"), [all …]
|
/Linux-v6.1/drivers/mtd/maps/ |
D | ck804xrom.c | 30 #define ROM_PROBE_STEP_SIZE (64*1024) 56 * 4MiB lower in the address space than the data. 62 * The bits are 6 and 7. If both bits are set, it is a 5MiB window. 63 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a 64 * 64KiB window. 71 * If all bits are enabled, we have a 16? MiB window 132 * set up by the BIOS, and the 4MiB offset for the lock registers in ck804xrom_init_one() 133 * requires the full 5MiB of window space. in ck804xrom_init_one() 145 window->phys = 0xffb00000; /* 5MiB */ in ck804xrom_init_one() 147 window->phys = 0xffc00000; /* 4MiB */ in ck804xrom_init_one() [all …]
|
D | scb2_flash.c | 17 * * a 4 MiB (32 Mib) 16 bit chip 18 * * a 1 MiB memory region 23 * the chip MUST BE at least 2 MiB. This also means that every block is 26 * One can only hope that these 4MiB x16 chips were a lot cheaper than 1MiB x8 34 * another separate (*.bbo) binary file. The 10 files are 64k of data + a 35 * small header. If the headers are stripped off, the 10 64k files can be 42 * offset 0xf0000 ty 0xfffff (64k): Boot Block region
|
D | amd76xrom.c | 29 #define ROM_PROBE_STEP_SIZE (64*1024) /* 64KiB */ 50 * 4MiB lower in the address space than the data. 56 * The bits are 6 and 7. If both bits are set, it is a 5MiB window. 57 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a 58 * 64KiB window. 117 * set up by the BIOS, and the 4MiB offset for the lock registers in amd76xrom_init_one() 118 * requires the full 5MiB of window space. in amd76xrom_init_one() 129 window->phys = 0xffb00000; /* 5MiB */ in amd76xrom_init_one() 132 window->phys = 0xffc00000; /* 4MiB */ in amd76xrom_init_one() 135 window->phys = 0xffff0000; /* 64KiB */ in amd76xrom_init_one()
|
D | intel_vr_nor.c | 8 * has 64MiB of address space. The 2nd BAR of the Expansion Bus PCI Device 9 * is a 256MiB memory region containing the address spaces for all four of the 10 * chip selects, with start addresses hardcoded on 64MiB boundaries. 53 /* Maximum address space for Chip Select 0 is 64MiB */
|
/Linux-v6.1/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 66 /* Check for 64MiB flash - if found we have a Shepherd */ 69 cmp r3, #0x76 @ 64MiB flash 77 /* Check for 16MiB flash - if found we have Spitz */ 80 cmp r3, #0x73 @ 16MiB flash
|
/Linux-v6.1/include/net/ |
D | udp.h | 321 #if BITS_PER_LONG == 64 338 #if BITS_PER_LONG == 64 388 if (is_udplite) SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 389 else SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 391 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_statistics, field); \ 392 else __SNMP_INC_STATS((net)->mib.udp_statistics, field); } while(0) 395 if (is_udplite) __SNMP_INC_STATS((net)->mib.udplite_stats_in6, field);\ 396 else __SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \ 399 if (__lite) SNMP_INC_STATS((net)->mib.udplite_stats_in6, field); \ 400 else SNMP_INC_STATS((net)->mib.udp_stats_in6, field); \ [all …]
|
/Linux-v6.1/arch/powerpc/boot/ |
D | wii-head.S | 62 li 8, 0x01ff /* first 16MiB */ 70 ori 8, 8, 0x3ff /* 32MiB */ 76 lis 8, 0x0100 /* next 8MiB */ 77 ori 8, 8, 0x00ff /* 8MiB */ 86 ori 8, 8, 0x07ff /* 64MiB */
|
/Linux-v6.1/arch/ia64/lib/ |
D | memset.S | 75 } { .mib 80 { .mib 82 } { .mib 92 { .mib 95 } { .mib 99 { .mib 102 } { .mib 124 { .mib 149 { .mib 219 { .mib [all …]
|
D | memcpy.S | 97 1: { .mib 141 1: { .mib 197 sub t3=64,t2 // t3 = 64-8*(src & 7) 275 .align 64 278 1: { .mib \
|
/Linux-v6.1/Documentation/virt/ |
D | ne_overview.rst | 47 be aligned 2 MiB / 1 GiB physically contiguous memory regions (or multiple of 48 this size e.g. 8 MiB). The memory can be allocated e.g. by using hugetlbfs from 50 64 MiB. The enclave memory and CPUs need to be from the same NUMA node. 82 The enclave image (EIF) is loaded in the enclave memory at offset 8 MiB. The
|
/Linux-v6.1/Documentation/networking/ |
D | smc-sysctl.rst | 23 Default: 64K 50 only allowed 512KiB for SMC-R and 1MiB for SMC-D. 59 only allowed 512KiB for SMC-R and 1MiB for SMC-D.
|
/Linux-v6.1/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 104 * the platform is explicitly configured for 64-bits/LPAE. in dmadesc_set_addr() 129 * the platform is explicitly configured for 64-bits/LPAE. in dmadesc_get_addr() 1060 STAT_GENET_MIB_RX("rx_64_octets", mib.rx.pkt_cnt.cnt_64), 1061 STAT_GENET_MIB_RX("rx_65_127_oct", mib.rx.pkt_cnt.cnt_127), 1062 STAT_GENET_MIB_RX("rx_128_255_oct", mib.rx.pkt_cnt.cnt_255), 1063 STAT_GENET_MIB_RX("rx_256_511_oct", mib.rx.pkt_cnt.cnt_511), 1064 STAT_GENET_MIB_RX("rx_512_1023_oct", mib.rx.pkt_cnt.cnt_1023), 1065 STAT_GENET_MIB_RX("rx_1024_1518_oct", mib.rx.pkt_cnt.cnt_1518), 1066 STAT_GENET_MIB_RX("rx_vlan_1519_1522_oct", mib.rx.pkt_cnt.cnt_mgv), 1067 STAT_GENET_MIB_RX("rx_1522_2047_oct", mib.rx.pkt_cnt.cnt_2047), [all …]
|
/Linux-v6.1/Documentation/admin-guide/ |
D | ldm.rst | 13 1MiB journalled database at the end of the physical disk. The size of 39 Below we have a 50MiB disk, divided into seven partitions. 43 The missing 1MiB at the end of the disk is where the LDM database is 47 |Device || Offset Bytes | Sectors | MiB || Size Bytes | Sectors | MiB| 71 hda: 102400 sectors w/32KiB Cache, CHS=50/64/32
|
/Linux-v6.1/arch/x86/events/intel/ |
D | uncore_snb.c | 608 INTEL_UNCORE_EVENT_DESC(data_reads.unit, "MiB"), 612 INTEL_UNCORE_EVENT_DESC(data_writes.unit, "MiB"), 616 INTEL_UNCORE_EVENT_DESC(gt_requests.unit, "MiB"), 620 INTEL_UNCORE_EVENT_DESC(ia_requests.unit, "MiB"), 624 INTEL_UNCORE_EVENT_DESC(io_requests.unit, "MiB"), 852 * because it is reading 64-bit at a time. This is okay for the in snb_uncore_imc_read_counter() 1278 [TGL_MMIO_UNCORE_IMC_DATA_TOTAL] = { 0x5040, 0x0, 0x0, 1, 64 }, 1279 [TGL_MMIO_UNCORE_IMC_DATA_READ] = { 0x5058, 0x0, 0x0, 1, 64 }, 1280 [TGL_MMIO_UNCORE_IMC_DATA_WRITE] = { 0x50A0, 0x0, 0x0, 1, 64 }, 1284 [TGL_MMIO_UNCORE_IMC_DATA_TOTAL] = { 0xd840, 0x0, 0x0, 1, 64 }, [all …]
|
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 22 * will match successfully. The total data is 64 bit, i.e. 16 nibbles 62 /*! The 64 bit SCI field in the SecTAG. */ 83 * can be anything from the first 64 bytes of the MAC packets. 93 * can be anything from the first 64 bytes of the MAC packets. 103 * can be anything from the first 64 bytes of the MAC packets. 113 * can be anything from the first 64 bytes of the MAC packets. 259 * unchanged. MIB counter (OutPktsUntagged) will be updated. 330 * value will match successfully. The total data is 64 bit, i.e. 354 /*! The 64 bit SCI field used to compare with extracted value. 606 * can be anything from the first 64 bytes of the MAC packets. [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | gemini.dtsi | 317 /* 1MiB I/O space 0x50000000-0x500fffff */ 319 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */ 324 /* 128MiB at 0x00000000-0x07ffffff */ 326 /* 64MiB at 0x00000000-0x03ffffff */ 328 /* 64MiB at 0x00000000-0x03ffffff */
|