/freebsd/sys/x86/pci/ |
H A D | pci_early_quirks.c | 45 #define MiB(v) ((unsigned long)(v) << 20) macro 104 return (MiB(1)); in intel_stolen_size_gen3() 106 return (MiB(4)); in intel_stolen_size_gen3() 108 return (MiB(8)); in intel_stolen_size_gen3() 110 return (MiB(16)); in intel_stolen_size_gen3() 112 return (MiB(32)); in intel_stolen_size_gen3() 114 return (MiB(48)); in intel_stolen_size_gen3() 116 return (MiB(64)); in intel_stolen_size_gen3() 118 return (MiB(128)); in intel_stolen_size_gen3() 120 return (MiB(25 in intel_stolen_size_gen3() [all...] |
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-385-linksys-caiman.dts | 75 /* 128MiB */ 83 reg = <0x0000000 0x200000>; /* 2MiB */ 99 reg = <0x900000 0x100000>; /* 1MiB */ 106 reg = <0xa00000 0x2800000>; /* 40MiB */ 111 reg = <0x1000000 0x2200000>; /* 34MiB */ 117 reg = <0x3200000 0x2800000>; /* 40MiB */ 122 reg = <0x3800000 0x2200000>; /* 34MiB */ 126 * 38MiB, last MiB is for the BBT, not writable 141 reg = <0x280000 0x680000>; /* 6.5MiB */
|
H A D | armada-385-linksys-cobra.dts | 75 /* 128MiB */ 83 reg = <0x0000000 0x200000>; /* 2MiB */ 99 reg = <0x900000 0x100000>; /* 1MiB */ 106 reg = <0xa00000 0x2800000>; /* 40MiB */ 111 reg = <0x1000000 0x2200000>; /* 34MiB */ 117 reg = <0x3200000 0x2800000>; /* 40MiB */ 122 reg = <0x3800000 0x2200000>; /* 34MiB */ 126 * 38MiB, last MiB is for the BBT, not writable 141 reg = <0x280000 0x680000>; /* 6.5MiB */
|
H A D | armada-385-linksys-shelby.dts | 75 /* 128MiB */ 83 reg = <0x0000000 0x200000>; /* 2MiB */ 99 reg = <0x900000 0x100000>; /* 1MiB */ 106 reg = <0xa00000 0x2800000>; /* 40MiB */ 111 reg = <0x1000000 0x2200000>; /* 34MiB */ 117 reg = <0x3200000 0x2800000>; /* 40MiB */ 122 reg = <0x3800000 0x2200000>; /* 34MiB */ 126 * 38MiB, last MiB is for the BBT, not writable 141 reg = <0x280000 0x680000>; /* 6.5MiB */
|
H A D | armada-385-linksys-rango.dts | 83 /* AMD/Spansion S34ML02G2 256MiB, OEM Layout */ 91 reg = <0x0000000 0x200000>; /* 2MiB */ 120 reg = <0xa00000 0x5000000>; /* 80MiB */ 125 reg = <0x1000000 0x4a00000>; /* 74MiB */ 131 reg = <0x5a00000 0x5000000>; /* 80MiB */ 136 reg = <0x6000000 0x4a00000>; /* 74MiB */ 140 * 86MiB, last MiB is for the BBT, not writable 155 reg = <0x260000 0x5c0000>; /* 5.75MiB */
|
H A D | armada-370-dlink-dns327l.dts | 30 reg = <0x00000000 0x20000000>; /* 512 MiB */ 277 /* 1.0 MiB */ 291 /* 7 MiB */ 297 /* ~ 84 MiB */ 304 /* 5 MiB */ 310 /* 29 MiB */ 316 /* 1 MiB for BBT */
|
H A D | armada-385-linksys.dtsi | 23 reg = <0x00000000 0x20000000>; /* 512 MiB */ 142 /* 128MiB or 256MiB */
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | faraday,ftpci100.txt | 50 The plain variant has 128MiB of non-prefetchable memory space, whereas the 51 "dual" variant has 64MiB. Take this into account when describing the ranges. 97 ranges = /* 1MiB I/O space 0x50000000-0x500fffff */ 99 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */ 104 /* 128MiB at 0x00000000-0x07ffffff */ 106 /* 64MiB at 0x00000000-0x03ffffff */ 108 /* 64MiB at 0x00000000-0x03ffffff */
|
H A D | v3-v360epc-pci.txt | 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 */
|
/freebsd/sys/contrib/device-tree/Bindings/mips/ |
H A D | ralink.txt | 25 This board is based on the MediaTek MT7688 and equipped with 128 MiB 26 of DDR and 8 MiB of flash (SPI NOR) and additional 128MiB SPI NAND
|
/freebsd/contrib/expat/tests/ |
H A D | basic_tests.c | 5787 const int MiB = 1024 * KiB; in START_TEST() local 5788 const int document_length = 16 * MiB; in START_TEST() 5807 {8 * MiB, -8 * MiB}, in START_TEST() 5808 {4 * MiB, 4 * MiB, -12 * MiB}, // try at 4MB, then 8MB = 12 MB total in START_TEST() 5810 {4 * MiB, 0, 4 * MiB, -12 * MiB}, in START_TEST() 5811 {4 * MiB, 0, 0, 4 * MiB, -12 * MiB}, in START_TEST() 5812 {4 * MiB, 0, 1 * MiB, 0, 3 * MiB, -12 * MiB}, in START_TEST() 5814 {4 * MiB, 2 * MiB, 1 * MiB, 512 * KiB, 256 * KiB, 256 * KiB, -12 * MiB}, in START_TEST() 5816 {4 * MiB + 1, 2 * MiB, 1 * MiB, 512 * KiB, -25 * MiB}, in START_TEST() 5820 128 * KiB, 256 * KiB, 512 * KiB, 1 * MiB, 2 * MiB, 4 * MiB, -16 * MiB}, in START_TEST() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | amigaos | 156 # DOES NOT only work! Partly for file size ~< FILE_BYTES_MAX=1 MiB defined in ../../src/file.h 184 # 1 MiB hard disc by test for T_HEADER=2 and header_key=0=high_seq 188 # 2 MiB hard disc; only works if in ../../src/file.h FILE_BYTES_MAX is raised to 2 MiB 189 #>>0x100000 ubelong x 2 MiB TEST 190 #>>0x100000 ubelong 2 \b, 2 MiB hard disc rootblock
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8195-demo.dts | 60 * 12 MiB reserved for OP-TEE (BL32) 62 * | SHMEM 2MiB | 64 * | | TA_RAM 8MiB | 66 * | | TEE_RAM 2MiB | 85 /* 2 MiB reserved for ARM Trusted Firmware (BL31) */
|
H A D | mt8365-evk.dts | 75 /* 12 MiB reserved for OP-TEE (BL32) 77 * | SHMEM 2MiB | 79 * | | TA_RAM 8MiB | 81 * | | TEE_RAM 2MiB |
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-wpcm450-supermicro-x9sci-ln4f.dts | 6 /* The last 16 MiB are dedicated to the GPU */ 29 reg = <0 0x08000000>; /* 128 MiB */
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mn-tqma8mqnl.dtsi | 14 /* our minimum RAM config will be 1024 MiB */ 42 /* 640 MiB */ 44 /* 1024 - 128 MiB, our minimum RAM config will be 1024 MiB */
|
H A D | imx8mq-tqma8mq.dtsi | 14 /* our minimum RAM config will be 1024 MiB */ 55 /* 640 MiB */ 57 /* 1024 - 128 MiB, our minimum RAM config will be 1024 MiB */
|
H A D | imx8mm-tqma8mqml.dtsi | 15 /* our minimum RAM config will be 1024 MiB */ 44 /* 640 MiB */ 46 /* 1024 - 128 MiB, our minimum RAM config will be 1024 MiB */
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini.dtsi | 315 /* 1MiB I/O space 0x50000000-0x500fffff */ 317 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */ 322 /* 128MiB at 0x00000000-0x07ffffff */ 324 /* 64MiB at 0x00000000-0x03ffffff */ 326 /* 64MiB at 0x00000000-0x03ffffff */
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/ |
H A D | lpc4350-hitex-eval.dts | 381 reg = <0x040000 0x2C0000>; /* 2.75 MiB */ 386 reg = <0x300000 0x100000>; /* 1 MiB */ 467 reg = <0x040000 0x2c0000>; /* 2.75 MiB */ 472 reg = <0x300000 0x500000>; /* 5 MiB */
|
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | gcw0_proto.dts | 11 /* Prototype has only 256 MiB of RAM */
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 109 An example for an Armada XP GP board, with a 16 MiB NOR device as child 115 will start at base address 0xf0000000, with a size 0x1000000 (16 MiB) 157 /* 16 MiB */ 164 * We split the 16 MiB in two partitions,
|
/freebsd/sys/contrib/xz-embedded/linux/scripts/ |
H A D | xz_wrap.sh | 23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
/freebsd/sys/i386/i386/ |
H A D | mp_machdep.c | 148 #define MiB(v) (v ## ULL << 20) macro 164 if (physmap[i] >= MiB(1) || in alloc_ap_trampoline() 174 if (physmap[i + 1] < MiB(1)) { in alloc_ap_trampoline()
|
/freebsd/contrib/tnftp/ |
H A D | NEWS | 33 Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
|