| /kernel/linux/linux-6.6/drivers/memory/ |
| D | emif.c | 276 /* Find addressing table entry based on the device's type and density */ 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() [all …]
|
| D | of_memory.c | 345 err = of_property_read_u32(np, "density", &info.density); in of_lpddr2_get_info() 349 info.density = ffs(info.density) - 7; in of_lpddr2_get_info()
|
| /kernel/linux/linux-5.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 */
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | emif_plat.h | 47 * @density: Device density 57 u32 density; member 98 * as type, bus width, density etc
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | emif_plat.h | 47 * @density: Device density 57 u32 density; member 98 * as type, bus width, density etc
|
| /kernel/linux/linux-6.6/Documentation/arch/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)
|
| /kernel/linux/linux-5.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)
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | microchip,sama7g5-pdmc.yaml | 7 title: Microchip Pulse Density Microphone Controller 13 The Microchip Pulse Density Microphone Controller (PDMC) interfaces up to 4 14 digital microphones having Pulse Density Modulated (PDM) outputs.
|
| /kernel/linux/linux-5.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>;
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ddr/ |
| D | jedec,lpddr4.yaml | 23 - density 32 density = <8192>;
|
| D | jedec,lpddr-channel.yaml | 119 density = <8192>; 134 density = <4096>; 142 density = <2048>;
|
| D | jedec,lpddr5.yaml | 33 - density 42 density = <8192>;
|
| D | jedec,lpddr-props.yaml | 45 density: 48 Density in megabits of SDRAM chip. Decoded from Mode Register 8.
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | sta.h | 33 * @STA_FLG_AGG_MPDU_DENS_MSK: maximal MPDU density for Tx aggregation 47 * @STA_FLG_AGG_MPDU_DENS_MSK: A-MPDU density (mask) 48 * @STA_FLG_AGG_MPDU_DENS_SHIFT: A-MPDU density (bit shift) 49 * @STA_FLG_AGG_MPDU_DENS_2US: A-MPDU density (2 usec gap) 50 * @STA_FLG_AGG_MPDU_DENS_4US: A-MPDU density (4 usec gap) 51 * @STA_FLG_AGG_MPDU_DENS_8US: A-MPDU density (8 usec gap) 52 * @STA_FLG_AGG_MPDU_DENS_16US: A-MPDU density (16 usec gap)
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.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 */
|
| /kernel/linux/linux-5.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)
|
| /kernel/linux/linux-5.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 */
|
| /kernel/linux/linux-5.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,
|
| /kernel/linux/linux-6.6/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,
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| D | Kconfig | 13 smartphones with Android OS, LiveCDs and high-density hosts with 17 improve storage density as well as keep relatively higher compression
|