Searched refs:ranks (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/edac/ |
| H A D | skx_common.c | 461 int banks, ranks, rows, cols, npages; in skx_get_dimm_info() local 465 ranks = numrank(mtr); in skx_get_dimm_info() 483 size = ((1ull << (rows + cols + ranks)) * banks) >> (20 - 3); in skx_get_dimm_info() 488 banks, 1 << ranks, rows, cols); in skx_get_dimm_info()
|
| /linux/Documentation/driver-api/ |
| H A D | edac.rst | 69 This is the name of the DRAM signal used to select the DRAM ranks to be 201 HBM2e (2GB) channel (equivalent to 8 X 2GB ranks). This creates a total 277 │ ├── rank 31 # total 32 ranks/dimms from 4 UMCs
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramnv50.c | 575 ram->ranks = (nvkm_rd32(device, 0x100200) & 0x4) ? 2 : 1; in nv50_ram_ctor() 623 if (ram->base.ranks > 1) { in nv50_ram_new()
|
| H A D | ramgt215.c | 990 if (ram->base.ranks > 1) { in gt215_ram_new()
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | alibaba_pmu.rst | 32 selected rank, or four ranks separately in the first 4 counters. The base
|
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 126 ones - in these terms overlayfs ranks lower than its layers, network 127 filesystem ranks lower than whatever it caches on, etc.)
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | multigen_lru.rst | 134 certain time interval to create new generations, and it ranks the
|
| /linux/Documentation/edac/ |
| H A D | memory_repair.rst | 56 rank memory-sparing mode, one memory rank serves as a spare for other ranks on
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_main.c | 2969 u8 dw, rows, cols, banks, ranks; in netxen_sysfs_read_dimm() local 2989 ranks = NETXEN_DIMM_NUMRANKS(val); in netxen_sysfs_read_dimm() 3041 ranks += 1; in netxen_sysfs_read_dimm() 3073 dimm.size = ((1 << rows) * (1 << cols) * dw * banks * ranks) / 8; in netxen_sysfs_read_dimm()
|