/linux-4.4.14/drivers/scsi/ |
D | sr_vendor.c | 114 int rc, density = 0; in sr_set_blocklength() local 118 density = (blocklength > 2048) ? 0x81 : 0x83; in sr_set_blocklength() 126 sr_printk(KERN_INFO, cd, "MODE SELECT 0x%x/%d\n", density, blocklength); in sr_set_blocklength() 135 modesel->density = density; in sr_set_blocklength()
|
D | osst.h | 354 u8 density; member 574 unsigned char density; member
|
D | st.h | 171 unsigned char density; member
|
D | st.c | 889 STm->default_density != STp->density) { in set_mode_densblk() 893 arg = STp->density; in set_mode_densblk() 1095 STp->density = 0; /* Clear the erroneous "residue" */ in check_tape() 1161 STp->density = (STp->buffer)->b_data[4]; in check_tape() 1166 STp->density, in check_tape() 2923 (STp->buffer)->b_data[4] = STp->density; in st_int_ioctl() 2982 STp->density = arg >> MT_ST_DENSITY_SHIFT; in st_int_ioctl() 2986 STp->density = arg; in st_int_ioctl() 3651 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); in st_ioctl() 3679 if (STp->density == 1) in st_ioctl() [all …]
|
D | osst.c | 2840 STp->density = prm->density; in osst_configure_onstream() 2844 name, STp->density, STp->capacity / 32, drive_buffer_size); in osst_configure_onstream() 4734 STp->density = 0; /* Clear the erroneous "residue" */ in __os_scsi_tape_open() 5188 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); in osst_ioctl() 5213 if (STp->density == 1) in osst_ioctl() 5215 else if (STp->density == 2) in osst_ioctl() 5217 else if (STp->density == 3) in osst_ioctl() 5908 tpnt->density = 0; in osst_probe()
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | serial_UART | 9 > Okay. Note that device numbers 204 and 205 are used for "low density 16 > 204 char Low-density serial ports 21 > 205 char Low-density serial ports (alternate device)
|
/linux-4.4.14/drivers/memory/ |
D | emif.c | 349 u32 index, type, density; in get_addressing_table() local 352 density = device_info->density; in get_addressing_table() 356 index = density - 1; in get_addressing_table() 359 switch (density) { in get_addressing_table() 362 index = density + 3; in get_addressing_table() 365 index = density - 1; in get_addressing_table() 1211 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument 1218 && (density >= DDR_DENSITY_64Mb in is_dev_data_valid() 1219 && density <= DDR_DENSITY_8Gb) in is_dev_data_valid() 1314 u32 density = 0, io_width = 0; in of_get_ddr_info() local [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2.txt | 13 - density : <u32> representing density in Mb (Mega bits) 45 density = <2048>;
|
/linux-4.4.14/include/linux/platform_data/ |
D | emif_plat.h | 60 u32 density; member
|
/linux-4.4.14/include/uapi/linux/ |
D | adfs_fs.h | 14 __u8 density; member
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | onenand_base.c | 340 int density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_get_density() local 341 return (density & ONENAND_DEVICE_DENSITY_MASK); in onenand_get_density() 3169 int density; in onenand_otp_walk() local 3174 density = onenand_get_density(this->device_id); in onenand_otp_walk() 3175 if (density < ONENAND_DEVICE_DENSITY_512Mb) in onenand_otp_walk() 3378 unsigned int density, process, numbufs; in onenand_check_features() local 3381 density = onenand_get_density(this->device_id); in onenand_check_features() 3386 switch (density) { in onenand_check_features() 3460 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local 3465 density = onenand_get_density(device); in onenand_print_device_info() [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | elpida_ecb240abacn.dtsi | 8 density = <2048>;
|
D | samsung_k3pe0e000b.dtsi | 8 density = <4096>;
|
/linux-4.4.14/include/scsi/ |
D | scsi.h | 94 __u8 density; /* device-specific density code */ member
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 1038 unsigned int density, factor; in carl9170_tx_prepare() local 1044 density = sta->ht_cap.ampdu_density; in carl9170_tx_prepare() 1046 if (density) { in carl9170_tx_prepare() 1054 density = max_t(unsigned int, density + 1, 7u); in carl9170_tx_prepare() 1058 txc->s.ampdu_settings, density); in carl9170_tx_prepare()
|
/linux-4.4.14/drivers/scsi/arm/ |
D | Kconfig | 37 Around 1991, Arxe Systems Limited released a high density floppy
|
/linux-4.4.14/include/linux/ |
D | cdrom.h | 238 __u8 density; member
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 21 parameters, like block size and density using the MTSETDRVBUFFER ioctl. 388 MTSETDENSITY Sets the drive density code to arg. See drive 399 density codes for compression control. Some drives use another 472 Used to set or clear the density (8 bits), and drive buffer 527 The current block size and the density code are stored in the field
|
D | ChangeLog.1992-1997 | 308 * sr.c: Fix setting density for Toshiba drives.
|
/linux-4.4.14/arch/avr32/ |
D | Kconfig | 23 emphasis on low power consumption and high code density.
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 120 of the electric and magnetic field strength and power density for
|
D | xmit.c | 1479 u8 density; in ath_tx_aggr_start() local 1494 density = ath9k_parse_mpdudensity(sta->ht_cap.ampdu_density); in ath_tx_aggr_start() 1495 an->mpdudensity = density; in ath_tx_aggr_start()
|
/linux-4.4.14/mm/ |
D | Kconfig | 560 tristate "Low density storage for compressed pages" 565 page. While this design limits storage density, it has simple and 567 density approach when reclaim will be used.
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 3174 unsigned int width, density, slow, attempts; in mc7_init() local 3184 density = G_DEN(val); in mc7_init() 3205 V_REFCYC(p->RefCyc[density]) | V_BKCYC(p->BkCyc) | in mc7_init() 3486 unsigned int density = G_DEN(cfg); in mc7_calc_size() local 3487 unsigned int MBs = ((256 << density) * banks) / (org << width); in mc7_calc_size()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 185 If D_i != P_i for some task, then it is possible to define the density of 201 but this cannot be done by comparing the total utilization or density with 244 between total utilization (or density) and a fixed constant. If all tasks
|
/linux-4.4.14/Documentation/blockdev/ |
D | floppy.txt | 214 access high capacity disks (up to 1992K on a high density 3 1/2 disk!).
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | si_dpm.c | 3220 u32 tmp, width, row, column, bank, density; in si_is_special_1gb_platform() local 3236 density = (1 << (row + column - 20 + bank)) * width; in si_is_special_1gb_platform() 3239 is_memory_gddr5 && is_special && (density == 0x400)) in si_is_special_1gb_platform()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.c | 3529 static void rtl8xxxu_set_ampdu_min_space(struct rtl8xxxu_priv *priv, u8 density) in rtl8xxxu_set_ampdu_min_space() argument 3535 val8 |= density; in rtl8xxxu_set_ampdu_min_space()
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 747 *) ~2x increase in packet density
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 2748 204 char Low-density serial ports 2820 205 char Low-density serial ports (alternate device)
|