Searched refs:density (Results 1 - 59 of 59) sorted by relevance

/linux-4.4.14/include/uapi/linux/
H A Dadfs_fs.h14 __u8 density; member in struct:adfs_discrecord
H A Dmtio.h50 #define MTSETDENSITY 21 /* set tape density (SCSI) */
H A Dtelephony.h48 * Quicknet Technologies, Inc. - makes low density analog telephony cards
H A Dnl80211.h1534 * AMPDU density and AMPDU factor.
2589 * @NL80211_BAND_ATTR_HT_AMPDU_DENSITY: A-MPDU density, as in 11n
/linux-4.4.14/include/linux/platform_data/
H A Demif_plat.h50 * @density: Device density
60 u32 density; member in struct:ddr_device_info
101 * as type, bus width, density etc
/linux-4.4.14/drivers/scsi/
H A Dsr_vendor.c114 int rc, density = 0; sr_set_blocklength() local
118 density = (blocklength > 2048) ? 0x81 : 0x83; sr_set_blocklength()
126 sr_printk(KERN_INFO, cd, "MODE SELECT 0x%x/%d\n", density, blocklength); sr_set_blocklength()
135 modesel->density = density; sr_set_blocklength()
H A Dst.h67 short default_density; /* Forced density, -1 = no value */
171 unsigned char density; member in struct:scsi_tape
H A Dst.c179 /* Internal ioctl to set both density (uppermost 8 bits) and blocksize (lower
892 STm->default_density != STp->density) { set_mode_densblk()
896 arg = STp->density; set_mode_densblk()
909 "and density %x.\n", set_mode_densblk()
1099 STp->density = 0; /* Clear the erroneous "residue" */ check_tape()
1165 STp->density = (STp->buffer)->b_data[4]; check_tape()
1170 STp->density, check_tape()
2902 case MTSETDENSITY: /* Set tape density */ st_int_ioctl()
2904 case SET_DENS_AND_BLK: /* Set density and block size */ st_int_ioctl()
2935 (STp->buffer)->b_data[4] = STp->density; st_int_ioctl()
2955 "Setting density code to %x.\n", st_int_ioctl()
2994 STp->density = arg >> MT_ST_DENSITY_SHIFT; st_int_ioctl()
2998 STp->density = arg; st_int_ioctl()
3666 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); st_ioctl()
3694 if (STp->density == 1) st_ioctl()
3696 else if (STp->density == 2) st_ioctl()
3698 else if (STp->density == 3) st_ioctl()
4236 tpnt->density = 0; st_probe()
4264 STm->default_density = (-1); /* No forced density */ st_probe()
H A Dosst.h125 u8 density_code; /* Medium density code */
354 u8 density; member in struct:__anon9932
574 unsigned char density; member in struct:osst_tape
H A Dosst.c147 /* Internal ioctl to set both density (uppermost 8 bits) and blocksize (lower
2842 STp->density = prm->density; osst_configure_onstream()
2846 name, STp->density, STp->capacity / 32, drive_buffer_size); osst_configure_onstream()
4316 case MTSETDENSITY: /* Set tape density */ osst_int_ioctl()
4318 case SET_DENS_AND_BLK: /* Set density and block size */ osst_int_ioctl()
4738 STp->density = 0; /* Clear the erroneous "residue" */ __os_scsi_tape_open()
5192 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); osst_ioctl()
5217 if (STp->density == 1) osst_ioctl()
5219 else if (STp->density == 2) osst_ioctl()
5221 else if (STp->density == 3) osst_ioctl()
5914 tpnt->density = 0; osst_probe()
5953 STm->default_density = (-1); /* No forced density */ osst_probe()
H A Dconstants.c61 "Read density support", "Play audio(10)", "Get configuration",
H A Dfdomain.c67 high-density external connector. The 1670 and 1680 have floppy disk
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Di2400m-usb.h72 * 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-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dscb.h48 u8 mpdu_density; /* mpdu density */
51 u16 min_len; /* min mpdu len to support the density */
H A Dpub.h122 #define AMPDU_DEF_MPDU_DENSITY 6 /* default mpdu density (110 ==> 4us) */
/linux-4.4.14/drivers/memory/
H A Demif.c345 /* Find addressing table entry based on the device's type and density */ get_addressing_table()
349 u32 index, type, density; get_addressing_table() local
352 density = device_info->density; get_addressing_table()
356 index = density - 1; get_addressing_table()
359 switch (density) { get_addressing_table()
362 index = density + 3; get_addressing_table()
365 index = density - 1; get_addressing_table()
1211 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, is_dev_data_valid() argument
1218 && (density >= DDR_DENSITY_64Mb is_dev_data_valid()
1219 && density <= DDR_DENSITY_8Gb) is_dev_data_valid()
1314 u32 density = 0, io_width = 0; of_get_ddr_info() local
1328 of_property_read_u32(np_ddr, "density", &density); of_get_ddr_info()
1331 /* Convert from density in Mb to the density encoding in jedc_ddr.h */ of_get_ddr_info()
1332 if (density & (density - 1)) of_get_ddr_info()
1333 dev_info->density = 0; of_get_ddr_info()
1335 dev_info->density = __fls(density) - 5; of_get_ddr_info()
1383 if (!is_dev_data_valid(pd->device_info->type, pd->device_info->density, of_get_memory_device_details()
1441 pd->device_info->density, pd->device_info->io_width, get_device_details()
/linux-4.4.14/arch/sparc/include/asm/
H A Dauxio_32.h18 #define AUXIO_FLPY_DENS 0x20 /* Floppy density, high if set. Read only. */
H A Dauxio_64.h27 * D - Floppy Density Sense (1=high density) R/O
H A Dfloppy_64.h594 /* Make sure the high density bit is set, some systems
/linux-4.4.14/include/scsi/
H A Dscsi.h94 __u8 density; /* device-specific density code */ member in struct:ccs_modesel_head
/linux-4.4.14/include/linux/
H A Dswapops.h9 * get good packing density in that tree, so the index should be dense in
H A Dcdrom.h238 __u8 density; member in struct:modesel_head
H A Duwb.h694 /* error density counter */
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dtx.c1038 unsigned int density, factor; carl9170_tx_prepare() local
1044 density = sta->ht_cap.ampdu_density; carl9170_tx_prepare()
1046 if (density) { carl9170_tx_prepare()
1050 * Otus uses slightly different density values than carl9170_tx_prepare()
1054 density = max_t(unsigned int, density + 1, 7u); carl9170_tx_prepare()
1058 txc->s.ampdu_settings, density); carl9170_tx_prepare()
1103 * There's no sane way to handle different density values with carl9170_set_ampdu_params()
H A Dmain.c1327 * HW does support 16us AMPDU density. carl9170_op_sta_add()
/linux-4.4.14/drivers/mtd/onenand/
H A Donenand_base.c333 * onenand_get_density - [DEFAULT] Get OneNAND density
336 * Get OneNAND density from device ID
340 int density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; onenand_get_density() local
341 return (density & ONENAND_DEVICE_DENSITY_MASK); onenand_get_density()
3169 int density; onenand_otp_walk() local
3174 density = onenand_get_density(this->device_id); onenand_otp_walk()
3175 if (density < ONENAND_DEVICE_DENSITY_512Mb) onenand_otp_walk()
3378 unsigned int density, process, numbufs; onenand_check_features() local
3380 /* Lock scheme depends on density and process */ onenand_check_features()
3381 density = onenand_get_density(this->device_id); onenand_check_features()
3386 switch (density) { onenand_check_features()
3460 int vcc, demuxed, ddp, density, flexonenand; onenand_print_device_info() local
3465 density = onenand_get_density(device); onenand_print_device_info()
3471 (16 << density), onenand_print_device_info()
3556 int die, i, eraseshift, density; flexonenand_get_size() local
3560 density = onenand_get_density(this->device_id); flexonenand_get_size()
3561 blksperdie = ((loff_t)(16 << density) << 20) >> (this->erase_shift); flexonenand_get_size()
3685 int ret, density, blksperdie, old, new, thisboundary; flexonenand_set_boundary() local
3696 density = onenand_get_density(this->device_id); flexonenand_set_boundary()
3697 blksperdie = ((16 << density) << 20) >> this->erase_shift; flexonenand_set_boundary()
3823 int density; onenand_probe() local
3843 density = onenand_get_density(dev_id); onenand_probe()
3858 this->chipsize = (16 << density) << 20; onenand_probe()
3881 /* Set density mask. it is used for DDP */ onenand_probe()
/linux-4.4.14/mm/
H A Dzbud.c13 * While this design limits storage density, it has simple and deterministic
14 * reclaim properties that make it preferable to a higher density approach when
25 * zbud also provides an attractive lower bound on density. The ratio of zpages
H A Dworkingset.c287 * cache pages, assuming a worst-case node population density count_shadow_nodes()
/linux-4.4.14/include/linux/mtd/
H A Donenand.h47 * @density_mask: chip density, used for DDP devices
/linux-4.4.14/include/sound/
H A Dsoc-dai.h35 #define SND_SOC_DAIFMT_PDM 7 /* Pulse density modulation */
/linux-4.4.14/net/mac80211/
H A Ddebugfs_sta.c268 p += scnprintf(p, sizeof(buf)+buf-p, "ampdu factor/density: %d/%d\n", sta_ht_capa_read()
H A Dht.c118 /* Allow the user to increase AMPDU density. */ ieee80211_apply_htcap_overrides()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dxmit.c822 * Convert desired mpdu density from microeconds to bytes based ath_compute_num_delims()
827 * If there is no mpdu density restriction, no further calculation ath_compute_num_delims()
977 * density for this node. ath_tx_form_aggr()
1479 u8 density; ath_tx_aggr_start() local
1487 /* update ampdu factor/density, they may have changed. This may happen ath_tx_aggr_start()
1494 density = ath9k_parse_mpdudensity(sta->ht_cap.ampdu_density); ath_tx_aggr_start()
1495 an->mpdudensity = density; ath_tx_aggr_start()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c607 pCapELE->MPDUDensity = 0; // no density HTConstructCapabilityElement()
711 * if both STA and AP set limitation of aggregation size to 32K, that is, set AMPDU density to 2
1035 // Set MPDU density to 2 to Realtek AP, and set it to 0 for others HTOnAssocRsp()
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwa-hc.h225 struct edc dti_edc; /* DTI error density counter */
/linux-4.4.14/drivers/tty/serial/
H A Dnetx-serial.c39 /* We've been assigned a range on the "Low-density serial ports" major */
H A Dmax3100.c34 * The initial minor number is 209 in the low-density serial port:
H A Dsa1100.c44 /* We've been assigned a range on the "Low-density serial ports" major */
H A Dmpc52xx_uart.c57 /* We've been assigned a range on the "Low-density serial ports" major */
H A Dimx.c166 /* We've been assigned a range on the "Low-density serial ports" major */
H A Dmpsc.c307 * range on the "Low-density serial ports" major).
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-sta.h83 * @STA_FLG_AGG_MPDU_DENS_MSK: maximal MPDU density for Tx aggregation
/linux-4.4.14/arch/xtensa/kernel/
H A Dsetup.c614 "density " c_show()
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dhw.c322 /* Get initial AP density */ orinoco_hw_read_card_settings()
560 /* Set AP density */ orinoco_hw_program_rids()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommon.h688 * Maximal MPDU density for TX aggregation
689 * 4 - 2us density
690 * 5 - 4us density
691 * 6 - 8us density
692 * 7 - 16us density
/linux-4.4.14/drivers/block/
H A Damiflop.c108 #define FD_DD_3 0xffffffff /* double-density 3.5" (880K) drive */
109 #define FD_HD_3 0x55555555 /* high-density 3.5" (1760K) drive */
110 #define FD_DD_5 0xaaaaaaaa /* double-density 5.25" (440K) drive */
/linux-4.4.14/drivers/lguest/x86/
H A Dswitcher_32.S70 * the content density and led to some uniquely awful oblique rhymes:
/linux-4.4.14/drivers/mtd/devices/
H A Dmtd_dataflash.c802 * size (it might be binary) even when we can tell which density jedec_probe()
/linux-4.4.14/drivers/hwspinlock/
H A Dhwspinlock_core.c44 * storage, especially with high density usages such as this framework
/linux-4.4.14/drivers/mtd/nand/
H A Ddiskonchip.c712 /* One more address cycle for higher density devices */ doc2001plus_command()
715 printk("high density\n"); doc2001plus_command()
H A Dmxc_nand.c929 /* One more address cycle for higher density devices */ mxc_do_addr_cycle()
H A Dnand_base.c4052 * Requirement (1) ensures we can correct for the required bitflip density.
4068 * the correction density. nand_ecc_strength_good()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3174 unsigned int width, density, slow, attempts; mc7_init() local
3184 density = G_DEN(val); mc7_init()
3205 V_REFCYC(p->RefCyc[density]) | V_BKCYC(p->BkCyc) | mc7_init()
3486 unsigned int density = G_DEN(cfg); mc7_calc_size() local
3487 unsigned int MBs = ((256 << density) * banks) / (org << width); mc7_calc_size()
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h292 * @mpdu_density: MDPU density.
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c461 /* Set the desired AP density */ prism2_ioctl_siwsens()
483 /* Get the current AP density */ prism2_ioctl_giwsens()
/linux-4.4.14/drivers/mmc/core/
H A Dmmc.c384 /* Cards with density > 2GiB are sector addressed */ mmc_decode_ext_csd()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dsi_dpm.c3220 u32 tmp, width, row, column, bank, density; si_is_special_1gb_platform() local
3236 density = (1 << (row + column - 20 + bank)) * width; si_is_special_1gb_platform()
3239 is_memory_gddr5 && is_special && (density == 0x400)) si_is_special_1gb_platform()
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.c3529 static void rtl8xxxu_set_ampdu_min_space(struct rtl8xxxu_priv *priv, u8 density) rtl8xxxu_set_ampdu_min_space() argument
3535 val8 |= density; rtl8xxxu_set_ampdu_min_space()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1218 /* Max Ampdu density. Used by RA. 3 : 0~7 : 2^(11nAMPDUdensity -4) */
1333 /* Max Ampdu density. Used by RA. 3 : 0~7 : 2^(11nAMPDUdensity -4) */

Completed in 6539 milliseconds