| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | hddtemp.db | 13 # FUJITSU FUJITSU MPF3102AH 10.0GB 14 # FUJITSU FUJITSU MPG3204AH E 20.0GB 15 # FUJITSU FUJITSU MPG3307AT 30.0GB 16 # FUJITSU FUJITSU MPG3409AH 40.0GB 17 # FUJITSU FUJITSU MPG3409AH EF 40.0GB 18 # HITACHI HITACHI_DK23CA-10 9.8GB 19 # HITACHI HITACHI_DK23CA-15 14.7GB 20 # SAMSUNG SAMSUNG SV3012H 29.4GB 21 # SEAGATE ST310210A 10.0GB 22 # SEAGATE ST310211A 9.8GB [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | sidewinder.c | 199 #define GB(pos,num) sw_get_bits(buf, pos, num, sw->bits) macro 294 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse() 299 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); in sw_parse() 300 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse() 301 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); in sw_parse() 302 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); in sw_parse() 308 input_report_key(dev, sw_btn[SW_ID_3DP][j], !GB(j+8,1)); in sw_parse() 310 input_report_key(dev, BTN_BASE4, !GB(38,1)); in sw_parse() 311 input_report_key(dev, BTN_BASE5, !GB(37,1)); in sw_parse() 321 if (sw_parity(GB(i*15,15))) in sw_parse() [all …]
|
| H A D | gf2k.c | 142 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro 164 input_report_abs(dev, gf2k_abs[i], GB(i<<3,8,0) | GB(i+46,1,8) | GB(i+50,1,9)); in gf2k_read() 167 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9)); in gf2k_read() 169 t = GB(40,4,0); in gf2k_read() 174 t = GB(44,2,0) | GB(32,8,2) | GB(78,2,10); in gf2k_read() 257 if (!(gf2k->id = GB(7,2,0) | GB(3,3,2) | GB(0,3,5))) { in gf2k_connect() 263 if ((gf2k->id != (GB(19,2,0) | GB(15,3,2) | GB(12,3,5))) && in gf2k_connect() 264 (gf2k->id != (GB(31,2,0) | GB(27,3,2) | GB(24,3,5)))) { in gf2k_connect()
|
| /OK3568_Linux_fs/u-boot/board/google/ |
| H A D | Kconfig | 17 i5 Ivybridge which is a die-shrink of Sandybridge, with 4GB of 20 reader, microphone and speakers, display port and 32GB SATA 40 Haswell Celeron 2955U Dual Core CPU with 2GB of SDRAM. It has a 43 video output and a 16GB SATA solid state drive. There is no Chrome 50 Broadwell U Core i5 or Core i7 CPU with either 8GB or 16GB of 54 There is a solid state drive, either 32GB or 64GB. There is a
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | mm.rst | 20 from TB to GB and then MB/KB. 62 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole 63 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space 64 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole 65 …ffffffff80000000 | -2 GB | ffffffff9fffffff | 512 MB | kernel text mapping, mapped to physic… 121 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole 122 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space 123 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole 124 …ffffffff80000000 | -2 GB | ffffffff9fffffff | 512 MB | kernel text mapping, mapped to physic…
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3288/ |
| H A D | Kconfig | 30 functions. It includes 2 or 4GB of SDRAM and 16 or 32GB of 39 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors 50 includes on-board eMMC and 2GB of DDR3. Expansion connectors provide 59 includes on-board eMMC and 2GB of SDRAM. Expansion connectors 68 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors 76 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It 95 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART, 120 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors 138 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3399/ |
| H A D | Kconfig | 27 * on-module eMMC (up to 256GB configurations available) 28 * on-module DDR3 (1GB, 2GB and 4GB configurations available)
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/arm64/ |
| H A D | memory.txt | 36 分别都有 39-bit (512GB) 或 48-bit (256TB) 的虚拟地址空间。 49 0000000000000000 0000007fffffffff 512GB 用户空间 50 ffffff8000000000 ffffffffffffffff 512GB 内核空间 114 0000004000000000 0000007fffffffff 256GB 在 HYP 中映射的内核对象
|
| /OK3568_Linux_fs/rkbin/doc/release/ |
| H A D | RK3588_CN.md | 131 | 1 | 重要 | 解决DDR总容量24GB问题。 | 当板上DDR总容量为24GB时,无法正常开机。 | - | 251 | 5 | 重要 | LP4/LP4X 32GB容量支持 | 增加LPDDR4两颗16GB组成的32GB的支持 | - …
|
| H A D | RK3566_CN.md | 59 | 2 | 重要 | 解决4GB ECC板子初始失败问题 | 4GB ECC板子ddr初始化阶段卡死 | - |
|
| /OK3568_Linux_fs/u-boot/board/seco/ |
| H A D | Kconfig | 43 bool "1GB" 46 bool "2GB" 49 bool "4GB"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | hugetlb.rst | 36 hugetlb.1GB.limit_in_bytes 37 hugetlb.1GB.max_usage_in_bytes 38 hugetlb.1GB.usage_in_bytes 39 hugetlb.1GB.failcnt 40 hugetlb.1GB.rsvd.limit_in_bytes 41 hugetlb.1GB.rsvd.max_usage_in_bytes 42 hugetlb.1GB.rsvd.usage_in_bytes 43 hugetlb.1GB.rsvd.failcnt
|
| /OK3568_Linux_fs/u-boot/board/intel/ |
| H A D | Kconfig | 18 4GB memory, HDMI/DP/VGA display, HD audio, SATA, USB2, USB3, SD, eMMC, 26 and Panther Point chipset. The board has 4GB RAM, with some other 34 with 1GB DDR2 soldered down memory and a carrier board with the 42 Atom Tangier CPU, 1 GB RAM integrated on package. There is also 4 GB
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | Kconfig | 53 bool "Limit Xen pv-domain memory to 512GB" 57 Limit paravirtualized user domains to 512GB of RAM. 60 pv-domains with more than 512 GB of RAM. This option controls the 61 default setting of the kernel to use only up to 512 GB or more.
|
| /OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/ |
| H A D | README | 74 nitrogen6q i.MX6Q/6D 1GB 75 nitrogen6dl i.MX6DL 1GB 77 nitrogen6q2g i.MX6Q/6D 2GB 78 nitrogen6dl2g i.MX6DL 2GB 79 nitrogen6s1g i.MX6S 1GB
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.b4860qds | 65 - DDRC1: Ten separate DDR3 parts of 16-bit to support 72-bit (ECC) at 1866MT/s, ECC, 4 GB 66 of memory in two ranks of 2 GB. 67 - DDRC2: Five separate DDR3 parts of 16-bit to support 72-bit (ECC) at 1866MT/s, ECC, 2 GB 187 0xF_0040_0000 0xF_9FFF_FFFF Free 12 GB 189 0xC_4000_0000 0xE_FFFF_FFFF Free 11 GB 193 0x1_0000_0000 0xB_FFFF_FFFF Free 44 GB 194 0x0_8000_0000 0x0_FFFF_FFFF DDRC1 2 GB 195 0x0_0000_0000 0x0_7FFF_FFFF DDRC2 2 GB 217 0xF_0040_0000 0xF_9FFF_FFFF Free 12 GB 219 0xC_4000_0000 0xE_FFFF_FFFF Free 11 GB [all …]
|
| H A D | README.rksfc | 22 Capacity: 32.0 MB = 0.0 GB (65600 x 512) 28 Capacity: 32.0 MB = 0.0 GB (65600 x 512)
|
| H A D | README.rknand | 21 Capacity: 7304.0 MB = 7.1 GB (14958592 x 512) 27 Capacity: 7304.0 MB = 7.1 GB (14958592 x 512)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | berlin2-sony-nsz-gs7.dts | 23 reg = <0x00000000 0x40000000>; /* 1 GB */ 36 /* Samsung M8G2FA 8GB eMMC */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | zero.rst | 30 is an available 10GB partition:: 36 10GB of actual storage space available. If more than 10GB of data is written
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/ |
| H A D | README | 27 - 8GB 64bits DDR4 SDRAM. Support rates of up to 2133MT/s 51 0x00_8000_0000 - 0x00_FFFF_FFFF DRAM1 2GB 54 0x08_8000_0000 - 0x09_FFFF_FFFF DRAM2 6GB
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/ |
| H A D | README | 23 - 8GB 64bits DDR4 SDRAM. Support rates of up to 2133MT/s 56 0x00_8000_0000 - 0x00_FFFF_FFFF DRAM1 2GB 59 0x08_8000_0000 - 0x09_FFFF_FFFF DRAM2 6GB
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/ |
| H A D | README | 30 - One 2 GB NAND flash with ECC support 78 0x5_4000_0000..0x5_7fff_ffff ASIC or others 1GB 79 0x5_8000_0000..0x5_bfff_ffff IFC CS0 1GB (NOR/Promjet) 80 0x5_C000_0000..0x5_ffff_ffff IFC CS1 1GB (NOR/Promjet)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/ |
| H A D | core-image-ptest-fast.bb | 13 # This image is sufficiently large (~1.8GB) that it can't actually fit in a live 14 # image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the
|
| H A D | core-image-ptest-all.bb | 13 # This image is sufficiently large (~1.8GB) that we need to be careful that it fits in a live 14 # image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the
|