| /Linux-v5.15/drivers/memory/ |
| D | emif.c | 280 u32 index, type, density; in get_addressing_table() local 283 density = device_info->density; in get_addressing_table() 287 index = density - 1; in get_addressing_table() 290 switch (density) { in get_addressing_table() 293 index = density + 3; in get_addressing_table() 296 index = density - 1; in get_addressing_table() 788 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument 795 && (density >= DDR_DENSITY_64Mb in is_dev_data_valid() 796 && density <= DDR_DENSITY_8Gb) in is_dev_data_valid() 891 u32 density = 0, io_width = 0; in of_get_ddr_info() local [all …]
|
| /Linux-v5.15/drivers/scsi/ |
| D | sr_vendor.c | 129 int rc, density = 0; in sr_set_blocklength() local 132 density = (blocklength > 2048) ? 0x81 : 0x83; in sr_set_blocklength() 139 sr_printk(KERN_INFO, cd, "MODE SELECT 0x%x/%d\n", density, blocklength); in sr_set_blocklength() 148 modesel->density = density; in sr_set_blocklength()
|
| D | st.h | 168 unsigned char density; member
|
| D | st.c | 886 STm->default_density != STp->density) { in set_mode_densblk() 890 arg = STp->density; in set_mode_densblk() 1092 STp->density = 0; /* Clear the erroneous "residue" */ in check_tape() 1158 STp->density = (STp->buffer)->b_data[4]; in check_tape() 1163 STp->density, in check_tape() 2922 (STp->buffer)->b_data[4] = STp->density; in st_int_ioctl() 2981 STp->density = arg >> MT_ST_DENSITY_SHIFT; in st_int_ioctl() 2985 STp->density = arg; in st_int_ioctl() 3750 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); in st_ioctl() 3778 if (STp->density == 1) in st_ioctl() [all …]
|
| /Linux-v5.15/Documentation/arm/sa1100/ |
| D | serial_uart.rst | 13 > Okay. Note that device numbers 204 and 205 are used for "low density 20 > 204 char Low-density serial ports 25 > 205 char Low-density serial ports (alternate device)
|
| /Linux-v5.15/Documentation/devicetree/bindings/ddr/ |
| D | lpddr2.txt | 13 - density : <u32> representing density in Mb (Mega bits) 45 density = <2048>;
|
| D | lpddr3.txt | 8 - density : <u32> representing density in Mb (Mega bits) 53 density = <16384>;
|
| /Linux-v5.15/drivers/mtd/nand/onenand/ |
| D | onenand_base.c | 368 int density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_get_density() local 369 return (density & ONENAND_DEVICE_DENSITY_MASK); in onenand_get_density() 3032 int density; in onenand_otp_walk() local 3037 density = onenand_get_density(this->device_id); in onenand_otp_walk() 3038 if (density < ONENAND_DEVICE_DENSITY_512Mb) in onenand_otp_walk() 3242 unsigned int density, process, numbufs; in onenand_check_features() local 3245 density = onenand_get_density(this->device_id); in onenand_check_features() 3250 switch (density) { in onenand_check_features() 3330 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local 3335 density = onenand_get_density(device); in onenand_print_device_info() [all …]
|
| /Linux-v5.15/include/linux/platform_data/ |
| D | emif_plat.h | 57 u32 density; member
|
| /Linux-v5.15/include/uapi/linux/ |
| D | adfs_fs.h | 15 __u8 density; member
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | elpida_ecb240abacn.dtsi | 9 density = <2048>;
|
| /Linux-v5.15/include/scsi/ |
| D | scsi.h | 43 __u8 density; /* device-specific density code */ member
|
| /Linux-v5.15/Documentation/driver-api/thermal/ |
| D | cpu-idle-cooling.rst | 25 because of the OPP density, we can only choose an OPP with a power 41 The Operating Performance Point (OPP) density has a great influence on 43 plethora of OPP density, and some have large power gap between OPPs,
|
| /Linux-v5.15/drivers/net/wireless/ath/carl9170/ |
| D | tx.c | 1042 unsigned int density, factor; in carl9170_tx_prepare() local 1048 density = sta->ht_cap.ampdu_density; in carl9170_tx_prepare() 1050 if (density) { in carl9170_tx_prepare() 1058 density = max_t(unsigned int, density + 1, 7u); in carl9170_tx_prepare() 1062 txc->s.ampdu_settings, density); in carl9170_tx_prepare()
|
| /Linux-v5.15/drivers/scsi/arm/ |
| D | Kconfig | 27 Around 1991, Arxe Systems Limited released a high density floppy
|
| /Linux-v5.15/fs/erofs/ |
| D | Kconfig | 16 which improves storage density, keeps relatively higher
|
| /Linux-v5.15/drivers/scsi/csiostor/ |
| D | csio_hw.c | 775 u32 density, size = 0; in csio_hw_get_flash_params() local 810 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params() 811 switch (density) { in csio_hw_get_flash_params() 813 size = 1 << density; in csio_hw_get_flash_params() 830 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params() 831 switch (density) { in csio_hw_get_flash_params() 845 density = (flashid >> 16) & 0xff; in csio_hw_get_flash_params() 846 switch (density) { in csio_hw_get_flash_params() 849 size = 1 << density; in csio_hw_get_flash_params()
|
| /Linux-v5.15/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00queue.c | 301 u8 density = 0; in rt2x00queue_create_tx_descriptor_ht() local 306 density = sta->ht_cap.ampdu_density; in rt2x00queue_create_tx_descriptor_ht() 352 txdesc->u.ht.mpdu_density = density; in rt2x00queue_create_tx_descriptor_ht()
|
| /Linux-v5.15/include/linux/ |
| D | cdrom.h | 246 __u8 density; member
|
| /Linux-v5.15/Documentation/scsi/ |
| D | st.rst | 28 parameters, like block size and density using the MTSETDRVBUFFER ioctl. 441 Sets the drive density code to arg. See drive 455 density codes for compression control. Some drives use another 552 Used to set or clear the density (8 bits), and drive buffer 611 The current block size and the density code are stored in the field
|
| /Linux-v5.15/mm/ |
| D | Kconfig | 673 tristate "Low (Up to 2x) density storage for compressed pages" 678 page. While this design limits storage density, it has simple and 680 density approach when reclaim will be used. 683 tristate "Up to 3x density storage for compressed pages"
|
| /Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
| D | Kconfig | 92 of the electric and magnetic field strength and power density for
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/ |
| D | t3_hw.c | 3209 unsigned int width, density, slow, attempts; in mc7_init() local 3219 density = G_DEN(val); in mc7_init() 3240 V_REFCYC(p->RefCyc[density]) | V_BKCYC(p->BkCyc) | in mc7_init() 3521 unsigned int density = G_DEN(cfg); in mc7_calc_size() local 3522 unsigned int MBs = ((256 << density) * banks) / (org << width); in mc7_calc_size()
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/ |
| D | t4_hw.c | 8960 unsigned int density, size = 0; in t4_get_flash_params() local 9001 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9002 switch (density) { in t4_get_flash_params() 9037 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9038 switch (density) { in t4_get_flash_params() 9052 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9053 switch (density) { in t4_get_flash_params() 9067 density = (flashid >> 16) & 0xff; in t4_get_flash_params() 9068 switch (density) { in t4_get_flash_params()
|
| /Linux-v5.15/Documentation/admin-guide/blockdev/ |
| D | floppy.rst | 218 access high capacity disks (up to 1992K on a high density 3 1/2 disk!).
|