/Linux-v5.10/drivers/net/wimax/i2400m/ |
D | i2400m-usb.h | 72 * Error Density Count: cheapo error density (over time) counter 85 /* error density counter */ 106 * @edc: pointer to error density counter. 172 * @urb_edc: error density counter; used to keep a density-on-time tab 227 struct edc urb_edc; /* Error density counter */
|
/Linux-v5.10/include/linux/platform_data/ |
D | emif_plat.h | 47 * @density: Device density 57 u32 density; member 98 * as type, bus width, density etc
|
/Linux-v5.10/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.10/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) 50 density = <16384>;
|
/Linux-v5.10/drivers/memory/ |
D | emif.c | 301 /* Find addressing table entry based on the device's type and density */ 305 u32 index, type, density; in get_addressing_table() local 308 density = device_info->density; in get_addressing_table() 312 index = density - 1; in get_addressing_table() 315 switch (density) { in get_addressing_table() 318 index = density + 3; in get_addressing_table() 321 index = density - 1; in get_addressing_table() 1166 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument 1173 && (density >= DDR_DENSITY_64Mb in is_dev_data_valid() 1174 && density <= DDR_DENSITY_8Gb) in is_dev_data_valid() [all …]
|
/Linux-v5.10/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 | 68 short default_density; /* Forced density, -1 = no value */ 170 unsigned char density; member
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | auxio_64.h | 28 * D - Floppy Density Sense (1=high density) R/O 35 #define AUXIO_AUX1_FDENS 0x20 /* Floppy Density Sense */
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | sta.h | 86 * @STA_FLG_AGG_MPDU_DENS_MSK: maximal MPDU density for Tx aggregation 100 * @STA_FLG_AGG_MPDU_DENS_MSK: A-MPDU density (mask) 101 * @STA_FLG_AGG_MPDU_DENS_SHIFT: A-MPDU density (bit shift) 102 * @STA_FLG_AGG_MPDU_DENS_2US: A-MPDU density (2 usec gap) 103 * @STA_FLG_AGG_MPDU_DENS_4US: A-MPDU density (4 usec gap) 104 * @STA_FLG_AGG_MPDU_DENS_8US: A-MPDU density (8 usec gap) 105 * @STA_FLG_AGG_MPDU_DENS_16US: A-MPDU density (16 usec gap)
|
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | scb.h | 48 u8 mpdu_density; /* mpdu density */ 51 u16 min_len; /* min mpdu len to support the density */
|
/Linux-v5.10/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.10/Documentation/admin-guide/ |
D | devices.txt | 73 12 = /dev/fd?u360 3.5" 360K Double Density(2) 74 16 = /dev/fd?u720 3.5" 720K Double Density(1) 75 120 = /dev/fd?u800 3.5" 800K Double Density(2) 76 52 = /dev/fd?u820 3.5" 820K Double Density 77 68 = /dev/fd?u830 3.5" 830K Double Density 78 84 = /dev/fd?u1040 3.5" 1040K Double Density(1) 79 88 = /dev/fd?u1120 3.5" 1120K Double Density(1) 80 28 = /dev/fd?u1440 3.5" 1440K High Density(1) 81 124 = /dev/fd?u1600 3.5" 1600K High Density(1) 82 44 = /dev/fd?u1680 3.5" 1680K High Density(3) [all …]
|
/Linux-v5.10/sound/soc/tegra/ |
D | Kconfig | 80 to interface with Pulse Density Modulation (PDM) input devices. 102 oversampled 1-bit Pulse Density Modulation (PDM) output. From the
|
/Linux-v5.10/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 361 * onenand_get_density - [DEFAULT] Get OneNAND density 364 * Get OneNAND density from device ID 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() 3037 int density; in onenand_otp_walk() local 3042 density = onenand_get_density(this->device_id); in onenand_otp_walk() 3043 if (density < ONENAND_DEVICE_DENSITY_512Mb) in onenand_otp_walk() 3246 unsigned int density, process, numbufs; in onenand_check_features() local 3248 /* Lock scheme depends on density and process */ in onenand_check_features() 3249 density = onenand_get_density(this->device_id); in onenand_check_features() [all …]
|
/Linux-v5.10/include/uapi/linux/ |
D | adfs_fs.h | 15 __u8 density; member
|
/Linux-v5.10/sound/soc/fsl/ |
D | Kconfig | 79 tristate "Pulse Density Modulation Microphone Interface (MICFIL) module support" 84 Say Y if you want to add Pulse Density Modulation microphone
|
/Linux-v5.10/mm/ |
D | Kconfig | 682 tristate "Low (Up to 2x) density storage for compressed pages" 686 page. While this design limits storage density, it has simple and 688 density approach when reclaim will be used. 691 tristate "Up to 3x density storage for compressed pages"
|
/Linux-v5.10/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 1041 unsigned int density, factor; in carl9170_tx_prepare() local 1047 density = sta->ht_cap.ampdu_density; in carl9170_tx_prepare() 1049 if (density) { in carl9170_tx_prepare() 1053 * Otus uses slightly different density values than in carl9170_tx_prepare() 1057 density = max_t(unsigned int, density + 1, 7u); in carl9170_tx_prepare() 1061 txc->s.ampdu_settings, density); in carl9170_tx_prepare() 1106 * There's no sane way to handle different density values with in carl9170_set_ampdu_params()
|
/Linux-v5.10/include/scsi/ |
D | scsi.h | 68 __u8 density; /* device-specific density code */ member
|
/Linux-v5.10/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.10/arch/arm/boot/dts/ |
D | elpida_ecb240abacn.dtsi | 9 density = <2048>;
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra186-dspk.yaml | 11 Density Modulation (PDM) transmitter that up-samples the input to
|
D | nvidia,tegra210-dmic.yaml | 11 Density Modulation (PDM) input devices. It converts PDM signals to
|
/Linux-v5.10/fs/erofs/ |
D | Kconfig | 15 which improves storage density, keeps relatively higher
|